Skip to content

Commit 9566948

Browse files
Bump the plugins group with 3 updates (#2428)
Bumps the plugins group with 3 updates: [org.apache.maven.plugins:maven-assembly-plugin](https://github.com/apache/maven-assembly-plugin), [org.apache.maven.plugins:maven-source-plugin](https://github.com/apache/maven-source-plugin) and [org.apache.maven.plugins:maven-resources-plugin](https://github.com/apache/maven-resources-plugin). Updates `org.apache.maven.plugins:maven-assembly-plugin` from 3.7.1 to 3.8.0 - [Release notes](https://github.com/apache/maven-assembly-plugin/releases) - [Commits](apache/maven-assembly-plugin@maven-assembly-plugin-3.7.1...v3.8.0) 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) 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) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-assembly-plugin dependency-version: 3.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: plugins - 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: plugins - 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: plugins ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cbabf06 commit 9566948

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
@@ -42,7 +42,7 @@
4242
<!-- plugins -->
4343
<antrun.plugin.version>3.2.0</antrun.plugin.version>
4444
<archetype.plugin.version>3.4.1</archetype.plugin.version>
45-
<assembly.plugin.version>3.7.1</assembly.plugin.version>
45+
<assembly.plugin.version>3.8.0</assembly.plugin.version>
4646
<checkstyle.plugin.version>3.6.0</checkstyle.plugin.version>
4747
<clean.plugin.version>3.5.0</clean.plugin.version>
4848
<compiler.plugin.version>3.14.1</compiler.plugin.version>
@@ -61,10 +61,10 @@
6161
<pmd.plugin.version>3.28.0</pmd.plugin.version>
6262
<site.plugin.version>3.21.0</site.plugin.version>
6363
<release.plugin.version>3.2.0</release.plugin.version>
64-
<resources.plugin.version>3.3.1</resources.plugin.version>
64+
<resources.plugin.version>3.4.0</resources.plugin.version>
6565
<sonar.plugin.version>5.3.0.6276</sonar.plugin.version>
6666
<sonatype.plugin.version>0.9.0</sonatype.plugin.version>
67-
<source.plugin.version>3.3.1</source.plugin.version>
67+
<source.plugin.version>3.4.0</source.plugin.version>
6868
<surefire.plugin.version>3.5.4</surefire.plugin.version>
6969

7070
<!-- tooling -->

0 commit comments

Comments
 (0)