Skip to content

Commit 164ae94

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.jacoco:jacoco-maven-plugin](https://github.com/jacoco/jacoco), [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) and [org.owasp:dependency-check-maven](https://github.com/dependency-check/DependencyCheck). 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) 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) --- updated-dependencies: - 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 - 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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2d41e74 commit 164ae94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232

3333
<!-- build dependencies -->
3434
<mvn-sign.version>3.2.7</mvn-sign.version>
35-
<dependency-check.version>12.1.0</dependency-check.version>
35+
<dependency-check.version>12.1.1</dependency-check.version>
3636
<maven.deploy.version>3.1.4</maven.deploy.version>
37-
<jacoco.version>0.8.12</jacoco.version>
37+
<jacoco.version>0.8.13</jacoco.version>
3838
</properties>
3939

4040
<licenses>
@@ -190,7 +190,7 @@
190190
</plugin>
191191
<plugin>
192192
<artifactId>maven-surefire-plugin</artifactId>
193-
<version>3.5.2</version>
193+
<version>3.5.3</version>
194194
<configuration>
195195
<argLine>@{surefire.jacoco.args} -javaagent:"${org.mockito:mockito-core:jar}"</argLine>
196196
</configuration>

0 commit comments

Comments
 (0)