Skip to content

Commit 4902c2c

Browse files
chore: [DevOps] bump the plugins group with 2 updates
Bumps the plugins group with 2 updates: [org.apache.maven.plugins:maven-resources-plugin](https://github.com/apache/maven-resources-plugin) 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.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: 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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8a929df commit 4902c2c

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

dependency-bundles/bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303
<plugin>
304304
<groupId>org.apache.maven.plugins</groupId>
305305
<artifactId>maven-source-plugin</artifactId>
306-
<version>3.3.1</version>
306+
<version>3.4.0</version>
307307
<executions>
308308
<execution>
309309
<id>attach-sources</id>

dependency-bundles/modules-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
<plugin>
231231
<groupId>org.apache.maven.plugins</groupId>
232232
<artifactId>maven-source-plugin</artifactId>
233-
<version>3.3.1</version>
233+
<version>3.4.0</version>
234234
<executions>
235235
<execution>
236236
<id>attach-sources</id>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,7 @@
759759
<plugin>
760760
<groupId>org.apache.maven.plugins</groupId>
761761
<artifactId>maven-resources-plugin</artifactId>
762-
<version>3.3.1</version>
762+
<version>3.4.0</version>
763763
</plugin>
764764
<!-- phase: test-compile -->
765765
<plugin>
@@ -952,7 +952,7 @@
952952
<plugin>
953953
<groupId>org.apache.maven.plugins</groupId>
954954
<artifactId>maven-source-plugin</artifactId>
955-
<version>3.3.1</version>
955+
<version>3.4.0</version>
956956
<executions>
957957
<execution>
958958
<id>attach-sources</id>

0 commit comments

Comments
 (0)