Skip to content

Commit 52df0b9

Browse files
dependabot[bot]purejava
authored andcommitted
Bump the maven-build-plugins group with 4 updates
Bumps the maven-build-plugins group with 4 updates: [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire), [org.apache.maven.plugins:maven-install-plugin](https://github.com/apache/maven-install-plugin), [org.apache.maven.plugins:maven-deploy-plugin](https://github.com/apache/maven-deploy-plugin) 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.1 to 3.4.0 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.3.1...surefire-3.4.0) Updates `org.apache.maven.plugins:maven-install-plugin` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/apache/maven-install-plugin/releases) - [Commits](apache/maven-install-plugin@maven-install-plugin-3.1.2...maven-install-plugin-3.1.3) Updates `org.apache.maven.plugins:maven-deploy-plugin` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/apache/maven-deploy-plugin/releases) - [Commits](apache/maven-deploy-plugin@maven-deploy-plugin-3.1.2...maven-deploy-plugin-3.1.3) Updates `org.apache.maven.plugins:maven-project-info-reports-plugin` from 3.6.2 to 3.7.0 - [Commits](apache/maven-project-info-reports-plugin@maven-project-info-reports-plugin-3.6.2...maven-project-info-reports-plugin-3.7.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-build-plugins - dependency-name: org.apache.maven.plugins:maven-install-plugin dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-build-plugins - dependency-name: org.apache.maven.plugins:maven-deploy-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-minor dependency-group: maven-build-plugins ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ef92192 commit 52df0b9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
</plugin>
126126
<plugin>
127127
<artifactId>maven-surefire-plugin</artifactId>
128-
<version>3.3.1</version>
128+
<version>3.4.0</version>
129129
</plugin>
130130
<plugin>
131131
<artifactId>maven-jar-plugin</artifactId>
@@ -136,11 +136,11 @@
136136
</plugin>
137137
<plugin>
138138
<artifactId>maven-install-plugin</artifactId>
139-
<version>3.1.2</version>
139+
<version>3.1.3</version>
140140
</plugin>
141141
<plugin>
142142
<artifactId>maven-deploy-plugin</artifactId>
143-
<version>3.1.2</version>
143+
<version>3.1.3</version>
144144
</plugin>
145145
<!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle -->
146146
<plugin>
@@ -149,7 +149,7 @@
149149
</plugin>
150150
<plugin>
151151
<artifactId>maven-project-info-reports-plugin</artifactId>
152-
<version>3.6.2</version>
152+
<version>3.7.0</version>
153153
</plugin>
154154
</plugins>
155155
</pluginManagement>
@@ -240,7 +240,7 @@
240240
<plugin>
241241
<groupId>org.apache.maven.plugins</groupId>
242242
<artifactId>maven-surefire-plugin</artifactId>
243-
<version>3.3.1</version>
243+
<version>3.4.0</version>
244244
<dependencies>
245245
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine -->
246246
<dependency>

0 commit comments

Comments
 (0)