Skip to content

Commit 7f953c0

Browse files
1.2.x: Bump the maven-deps group with 3 updates
Bumps the maven-deps group with 3 updates: [org.apache.maven.plugins:maven-resources-plugin](https://github.com/apache/maven-resources-plugin), [org.codehaus.mojo:versions-maven-plugin](https://github.com/mojohaus/versions) and [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin). Updates `org.apache.maven.plugins:maven-resources-plugin` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/apache/maven-resources-plugin/releases) - [Commits](apache/maven-resources-plugin@maven-resources-plugin-3.3.1...v3.4.0) Updates `org.codehaus.mojo:versions-maven-plugin` from 2.20.0 to 2.20.1 - [Release notes](https://github.com/mojohaus/versions/releases) - [Changelog](https://github.com/mojohaus/versions/blob/master/ReleaseNotes.md) - [Commits](mojohaus/versions@2.20.0...2.20.1) Updates `org.apache.maven.plugins:maven-source-plugin` from 3.3.1 to 3.4.0 - [Release notes](https://github.com/apache/maven-source-plugin/releases) - [Commits](apache/maven-source-plugin@maven-source-plugin-3.3.1...maven-source-plugin-3.4.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-resources-plugin dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-deps - dependency-name: org.codehaus.mojo:versions-maven-plugin dependency-version: 2.20.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: maven-deps - dependency-name: org.apache.maven.plugins:maven-source-plugin dependency-version: 3.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: maven-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f2a3636 commit 7f953c0

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
@@ -194,7 +194,7 @@
194194
<plugin>
195195
<groupId>org.apache.maven.plugins</groupId>
196196
<artifactId>maven-resources-plugin</artifactId>
197-
<version>3.3.1</version>
197+
<version>3.4.0</version>
198198
</plugin>
199199
<plugin>
200200
<groupId>org.apache.maven.plugins</groupId>
@@ -282,7 +282,7 @@
282282
<plugin>
283283
<groupId>org.codehaus.mojo</groupId>
284284
<artifactId>versions-maven-plugin</artifactId>
285-
<version>2.20.0</version>
285+
<version>2.20.1</version>
286286
<configuration>
287287
<ignoredVersions>.*-(alpha|beta|M)[-0-9]+</ignoredVersions>
288288
</configuration>
@@ -304,7 +304,7 @@
304304
<plugin>
305305
<groupId>org.apache.maven.plugins</groupId>
306306
<artifactId>maven-source-plugin</artifactId>
307-
<version>3.3.1</version>
307+
<version>3.4.0</version>
308308
<executions>
309309
<execution>
310310
<id>attach-sources</id>

0 commit comments

Comments
 (0)