Skip to content

Commit

Permalink
chore(deps): upgrade dependencies/plugins 🛠️
Browse files Browse the repository at this point in the history
bump jacoco-maven-plugin from 0.8.9 to 0.8.10 (#2)
bump junit-bom from 5.9.2 to 5.9.3 (#3)
bump maven-gpg-plugin from 3.0.1 to 3.1.0 (#4)
bump maven-surefire-plugin from 3.0.0 to 3.1.0 (#5)
bump maven-source-plugin from 3.2.1 to 3.3.0 (#6)
bump maven-surefire-plugin from 3.1.0 to 3.1.2 (#7)
bump spotbugs-maven-plugin from 4.7.3.4 to 4.7.3.5 (#8)
bump maven-clean-plugin from 3.2.0 to 3.3.1 (#9)
bump junit-bom from 5.9.3 to 5.10.0 (#10)
bump maven-enforcer-plugin from 3.3.0 to 3.4.0 (#11)
bump maven-enforcer-plugin from 3.4.0 to 3.4.1 (#12)
bump maven-javadoc-plugin from 3.5.0 to 3.6.0 (#13)
bump spotbugs-maven-plugin from 4.7.3.5 to 4.7.3.6 (#14)
bump git-commit-id-maven-plugin 4.9.9 to 5.0.1 (#16)
bump spotbugs-annotations from 4.7.3 to 4.8.0 (#17)
bump jacoco-maven-plugin from 0.8.10 to 0.8.11 (#18)
bump maven-surefire-plugin from 3.1.2 to 3.2.1 (#19)
bump git-commit-id-maven-plugin 5.0.1 to 7.0.0 (#20)
bump maven-clean-plugin from 3.3.1 to 3.3.2 (#21)
bump junit-bom from 5.10.0 to 5.10.1 (#22)
bump maven-javadoc-plugin from 3.6.0 to 3.6.2 (#23)
bump maven-surefire-plugin from 3.2.1 to 3.2.2 (#24)
bump spotbugs-annotations from 4.8.0 to 4.8.1 (#25)
bump spotbugs-maven-plugin from 4.7.3.6 to 4.8.1.0 (#26)
bump annotations from 24.0.1 to 24.1.0 (#27)
bump spotbugs-annotations from 4.8.1 to 4.8.2 (#28)
bump spotbugs-maven-plugin from 4.8.1.0 to 4.8.2.0 (#29)
bump maven-javadoc-plugin from 3.6.2 to 3.6.3 (#30)
bump maven-surefire-plugin from 3.2.2 to 3.2.3 (#31)
bump spotbugs-annotations from 4.8.2 to 4.8.3 (#32)
bump maven-compiler-plugin from 3.11.0 to 3.12.0 (#33)
bump maven-compiler-plugin 3.12.0 to 3.12.1 (#34)
bump maven-surefire-plugin  3.2.3 to 3.2.5 (#35)
bump spotbugs-maven-plugin 4.8.2.0 to 4.8.3.0 (#36)
bump junit-bom from 5.10.1 to 5.10.2 (#38)
bump codecov/codecov-action from 3 to 4 (#37)
bump spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 (#39)
bump git-commit-id-maven-plugin from 7.0.0 to 8.0.0 (#40)
bump git-commit-id-maven-plugin from 8.0.0 to 8.0.1 (#41)
bump maven-gpg-plugin from 3.1.0 to 3.2.0 (#42)
bump maven-gpg-plugin from 3.2.0 to 3.2.1 (#43)
bump git-commit-id-maven-plugin from 8.0.1 to 8.0.2 (#44)
bump maven-compiler-plugin from 3.12.1 to 3.13.0 (#45)
bump maven-gpg-plugin from 3.2.1 to 3.2.2 (#46)
bump jacoco-maven-plugin from 0.8.11 to 0.8.12 (#47)
bump maven-source-plugin from 3.3.0 to 3.3.1 (#48)
bump spotbugs-annotations from 4.8.3 to 4.8.4 (#49)
bump spotbugs-maven-plugin from 4.8.3.1 to 4.8.4.0 (#50)
  • Loading branch information
dependabot[bot] authored and oldratlee committed Apr 10, 2024
1 parent 4c87883 commit e38e112
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ jobs:
cache: maven
- run: ./mvnw -V --no-transfer-progress clean package
# https://github.com/marketplace/actions/codecov
- uses: codecov/codecov-action@v3
with:
name: codecov-umbrella
token: ${{ secrets.CODECOV_TOKEN }}
- uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
25 changes: 13 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
<maven.compiler.target>${maven.compiler.source}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<spotbugs.annotations.version>4.7.3</spotbugs.annotations.version>
<spotbugs.annotations.version>4.8.4</spotbugs.annotations.version>
<jsr305.version>3.0.2</jsr305.version>
<jetbrains.annotations.version>24.0.1</jetbrains.annotations.version>
<jetbrains.annotations.version>24.1.0</jetbrains.annotations.version>

<!-- testing dependencies versions -->
<junit5.version>5.9.2</junit5.version>
<junit5.version>5.10.2</junit5.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -154,7 +154,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-clean-plugin</artifactId>
<version>3.2.0</version>
<version>3.3.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -164,7 +164,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.13.0</version>
<configuration>
<!-- https://maven.apache.org/plugins/maven-compiler-plugin/compile-mojo.html#compilerArgs -->
<compilerArgs>
Expand All @@ -176,7 +176,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0</version>
<version>3.2.5</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -186,17 +186,17 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.2.1</version>
<version>3.3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.0.1</version>
<version>3.2.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -216,17 +216,17 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.1</version>
</plugin>
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.7.3.4</version>
<version>4.8.4.0</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.9</version>
<version>0.8.12</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down Expand Up @@ -374,6 +374,7 @@
<plugin>
<groupId>io.github.git-commit-id</groupId>
<artifactId>git-commit-id-maven-plugin</artifactId>
<version>8.0.2</version>
<executions>
<execution>
<id>get-the-git-infos</id>
Expand Down

0 comments on commit e38e112

Please sign in to comment.