Skip to content

Commit 56dc802

Browse files
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 d9429da commit 56dc802

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
@@ -201,7 +201,7 @@
201201
<plugin>
202202
<groupId>org.apache.maven.plugins</groupId>
203203
<artifactId>maven-resources-plugin</artifactId>
204-
<version>3.3.1</version>
204+
<version>3.4.0</version>
205205
</plugin>
206206
<plugin>
207207
<groupId>org.apache.maven.plugins</groupId>
@@ -289,7 +289,7 @@
289289
<plugin>
290290
<groupId>org.codehaus.mojo</groupId>
291291
<artifactId>versions-maven-plugin</artifactId>
292-
<version>2.20.0</version>
292+
<version>2.20.1</version>
293293
<configuration>
294294
<ignoredVersions>.*-(alpha|beta|M)[-0-9]+</ignoredVersions>
295295
</configuration>
@@ -311,7 +311,7 @@
311311
<plugin>
312312
<groupId>org.apache.maven.plugins</groupId>
313313
<artifactId>maven-source-plugin</artifactId>
314-
<version>3.3.1</version>
314+
<version>3.4.0</version>
315315
<executions>
316316
<execution>
317317
<id>attach-sources</id>

0 commit comments

Comments
 (0)