Skip to content

Commit

Permalink
chore(deps): upgrade dependencies/plugins 🛠️
Browse files Browse the repository at this point in the history
bump actions/setup-java from 3 to 4 (#47)
bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 (#48)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 (#49)
bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0 (#50)
bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to 3.12.1 (#51)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 (#52)
bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.0 (#53)
  • Loading branch information
dependabot[bot] authored and oldratlee committed Mar 13, 2024
1 parent e1407ae commit 2c3136f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: zulu
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,23 +72,23 @@
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.12.1</version>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.3.0</version>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.2</version>
<version>3.6.3</version>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.5</version>
</plugin>
<plugin>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
Expand Down

0 comments on commit 2c3136f

Please sign in to comment.