Skip to content

Commit d373f5a

Browse files
dependabot[bot]purejava
authored andcommitted
Bump the maven-build-plugins group with 2 updates
Bumps the maven-build-plugins group with 2 updates: [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) and [org.apache.maven.plugins:maven-project-info-reports-plugin](https://github.com/apache/maven-project-info-reports-plugin). Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.3.0 to 3.3.1 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.3.0...surefire-3.3.1) Updates `org.apache.maven.plugins:maven-project-info-reports-plugin` from 3.6.1 to 3.6.2 - [Commits](apache/maven-project-info-reports-plugin@maven-project-info-reports-plugin-3.6.1...maven-project-info-reports-plugin-3.6.2) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-build-plugins - dependency-name: org.apache.maven.plugins:maven-project-info-reports-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-build-plugins ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c449635 commit d373f5a

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
@@ -74,7 +74,7 @@
7474
</plugin>
7575
<plugin>
7676
<artifactId>maven-surefire-plugin</artifactId>
77-
<version>3.3.0</version>
77+
<version>3.3.1</version>
7878
</plugin>
7979
<plugin>
8080
<artifactId>maven-jar-plugin</artifactId>
@@ -98,7 +98,7 @@
9898
</plugin>
9999
<plugin>
100100
<artifactId>maven-project-info-reports-plugin</artifactId>
101-
<version>3.6.1</version>
101+
<version>3.6.2</version>
102102
</plugin>
103103
</plugins>
104104
</pluginManagement>
@@ -145,7 +145,7 @@
145145
<plugin>
146146
<groupId>org.apache.maven.plugins</groupId>
147147
<artifactId>maven-surefire-plugin</artifactId>
148-
<version>3.3.0</version>
148+
<version>3.3.1</version>
149149
<dependencies>
150150
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine -->
151151
<dependency>

0 commit comments

Comments
 (0)