Skip to content

Commit c198f1b

Browse files
Bump the maven-build-plugins group across 1 directory with 3 updates
Bumps the maven-build-plugins group with 3 updates in the / directory: [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire), [org.owasp:dependency-check-maven](https://github.com/dependency-check/DependencyCheck) and [org.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco). Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.2 to 3.5.3 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.2...surefire-3.5.3) Updates `org.owasp:dependency-check-maven` from 12.1.0 to 12.1.1 - [Release notes](https://github.com/dependency-check/DependencyCheck/releases) - [Changelog](https://github.com/dependency-check/DependencyCheck/blob/main/CHANGELOG.md) - [Commits](dependency-check/DependencyCheck@v12.1.0...v12.1.1) Updates `org.jacoco:jacoco-maven-plugin` from 0.8.12 to 0.8.13 - [Release notes](https://github.com/jacoco/jacoco/releases) - [Commits](jacoco/jacoco@v0.8.12...v0.8.13) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-build-plugins - dependency-name: org.owasp:dependency-check-maven dependency-version: 12.1.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-build-plugins - dependency-name: org.jacoco:jacoco-maven-plugin dependency-version: 0.8.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-build-plugins ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3468c48 commit c198f1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<guava.version>33.4.0-jre</guava.version>
4949

5050
<!-- maven plugins -->
51-
<dependency-check.version>12.1.0</dependency-check.version>
51+
<dependency-check.version>12.1.1</dependency-check.version>
5252
</properties>
5353

5454
<dependencies>
@@ -162,7 +162,7 @@
162162
<plugin>
163163
<groupId>org.apache.maven.plugins</groupId>
164164
<artifactId>maven-surefire-plugin</artifactId>
165-
<version>3.5.2</version>
165+
<version>3.5.3</version>
166166
</plugin>
167167
<plugin>
168168
<artifactId>maven-jar-plugin</artifactId>
@@ -285,7 +285,7 @@
285285
<plugin>
286286
<groupId>org.jacoco</groupId>
287287
<artifactId>jacoco-maven-plugin</artifactId>
288-
<version>0.8.12</version>
288+
<version>0.8.13</version>
289289
<executions>
290290
<execution>
291291
<id>prepare-agent</id>

0 commit comments

Comments
 (0)