Skip to content

Commit be09db3

Browse files
Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.0 to 3.6.1 (#1206)
Bumps [org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/apache/maven-enforcer/releases) - [Commits](apache/maven-enforcer@enforcer-3.6.0...enforcer-3.6.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-enforcer-plugin dependency-version: 3.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ceefc82 commit be09db3

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
@@ -210,7 +210,7 @@
210210
<plugin>
211211
<groupId>org.apache.maven.plugins</groupId>
212212
<artifactId>maven-enforcer-plugin</artifactId>
213-
<version>3.6.0</version>
213+
<version>3.6.1</version>
214214
</plugin>
215215

216216
<plugin>
@@ -257,7 +257,7 @@
257257
<configuration>
258258
<rules>
259259
<requireMavenVersion>
260-
<version>3.6.0</version>
260+
<version>3.6.1</version>
261261
</requireMavenVersion>
262262
</rules>
263263
</configuration>
@@ -347,7 +347,7 @@
347347
<plugin>
348348
<groupId>org.apache.maven.plugins</groupId>
349349
<artifactId>maven-enforcer-plugin</artifactId>
350-
<version>3.6.0</version>
350+
<version>3.6.1</version>
351351
<executions>
352352
<execution>
353353
<goals>

0 commit comments

Comments
 (0)