Skip to content

Commit 1a47539

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-site-plugin](https://github.com/apache/maven-site-plugin). Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.2.2 to 3.2.3 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.2.2...surefire-3.2.3) Updates `org.apache.maven.plugins:maven-site-plugin` from 4.0.0-M12 to 4.0.0-M13 - [Commits](apache/maven-site-plugin@maven-site-plugin-4.0.0-M12...maven-site-plugin-4.0.0-M13) --- 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-site-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-build-plugins ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f7ae5d5 commit 1a47539

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
@@ -131,7 +131,7 @@
131131
</plugin>
132132
<plugin>
133133
<artifactId>maven-surefire-plugin</artifactId>
134-
<version>3.2.2</version>
134+
<version>3.2.3</version>
135135
</plugin>
136136
<plugin>
137137
<artifactId>maven-jar-plugin</artifactId>
@@ -151,7 +151,7 @@
151151
<!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle -->
152152
<plugin>
153153
<artifactId>maven-site-plugin</artifactId>
154-
<version>4.0.0-M12</version>
154+
<version>4.0.0-M13</version>
155155
</plugin>
156156
<plugin>
157157
<artifactId>maven-project-info-reports-plugin</artifactId>
@@ -202,7 +202,7 @@
202202
<plugin>
203203
<groupId>org.apache.maven.plugins</groupId>
204204
<artifactId>maven-surefire-plugin</artifactId>
205-
<version>3.2.2</version>
205+
<version>3.2.3</version>
206206
<dependencies>
207207
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine -->
208208
<dependency>

0 commit comments

Comments
 (0)