Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/maven/com.github.spotbugs-spotb…
Browse files Browse the repository at this point in the history
…ugs-maven-plugin-4.7.3.2
  • Loading branch information
stevespringett authored Nov 8, 2023
2 parents 0dc2087 + dfa49c4 commit 74e067e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3.1.0
- name: Set up JDK 1.8
uses: actions/setup-java@v2
uses: actions/setup-java@v3.5.1
with:
distribution: 'adopt'
java-version: '8'
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<maven.javadoc.failOnError>false</maven.javadoc.failOnError>
<project.build.outputTimestamp>1</project.build.outputTimestamp>
<!-- Maven Plugin Versions -->
<maven.compiler.plugin.version>3.10.0</maven.compiler.plugin.version>
<maven.compiler.plugin.version>3.11.0</maven.compiler.plugin.version>
<maven.jar.plugin.version>3.2.2</maven.jar.plugin.version>
<maven.javadoc.plugin.version>3.3.2</maven.javadoc.plugin.version>
<maven.release.plugin.version>3.0.0-M5</maven.release.plugin.version>
Expand All @@ -54,7 +54,7 @@
<error.prone.core.version>2.3.2</error.prone.core.version>
<jacoco.maven.plugin.version>0.8.7</jacoco.maven.plugin.version>
<spotbugs.maven.plugin.version>4.7.3.2</spotbugs.maven.plugin.version>
<com.github.spotbugs.version>4.5.3</com.github.spotbugs.version>
<com.github.spotbugs.version>4.7.3</com.github.spotbugs.version>
</properties>

<scm>
Expand Down Expand Up @@ -102,7 +102,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20211205</version>
<version>20230227</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 74e067e

Please sign in to comment.