Skip to content

Commit

Permalink
Bump the maven-build-plugins group across 1 directory with 3 updates (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Aug 16, 2024
1 parent b7e1797 commit c72b67e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<cryptofs.version>2.6.9</cryptofs.version>

<!-- build dependencies -->
<dependency-check.version>10.0.2</dependency-check.version>
<dependency-check.version>10.0.3</dependency-check.version>
<maven.deploy.version>3.1.2</maven.deploy.version>
<jacoco.version>0.8.12</jacoco.version>
</properties>
Expand Down Expand Up @@ -189,7 +189,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
<configuration>
<argLine>@{surefire.jacoco.args} -javaagent:${net.bytebuddy:byte-buddy-agent:jar}</argLine>
</configuration>
Expand All @@ -213,7 +213,7 @@
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit c72b67e

Please sign in to comment.