Skip to content

Commit acd2443

Browse files
Bump the maven-build-plugins group with 4 updates (#34)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7496b4c commit acd2443

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
@@ -112,7 +112,7 @@
112112
</plugin>
113113
<plugin>
114114
<artifactId>maven-surefire-plugin</artifactId>
115-
<version>3.3.1</version>
115+
<version>3.4.0</version>
116116
</plugin>
117117
<plugin>
118118
<artifactId>maven-jar-plugin</artifactId>
@@ -123,11 +123,11 @@
123123
</plugin>
124124
<plugin>
125125
<artifactId>maven-install-plugin</artifactId>
126-
<version>3.1.2</version>
126+
<version>3.1.3</version>
127127
</plugin>
128128
<plugin>
129129
<artifactId>maven-deploy-plugin</artifactId>
130-
<version>3.1.2</version>
130+
<version>3.1.3</version>
131131
</plugin>
132132
<!-- site lifecycle, see https://maven.apache.org/ref/current/maven-core/lifecycles.html#site_Lifecycle -->
133133
<plugin>
@@ -136,7 +136,7 @@
136136
</plugin>
137137
<plugin>
138138
<artifactId>maven-project-info-reports-plugin</artifactId>
139-
<version>3.6.2</version>
139+
<version>3.7.0</version>
140140
</plugin>
141141
</plugins>
142142
</pluginManagement>
@@ -212,7 +212,7 @@
212212
<plugin>
213213
<groupId>org.apache.maven.plugins</groupId>
214214
<artifactId>maven-surefire-plugin</artifactId>
215-
<version>3.3.1</version>
215+
<version>3.4.0</version>
216216
<dependencies>
217217
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine -->
218218
<dependency>

0 commit comments

Comments
 (0)