Skip to content

Commit 62f59aa

Browse files
Bump org.apache.maven.plugins:maven-resources-plugin from 3.4.0 to 3.5.0 (#2936)
Bumps [org.apache.maven.plugins:maven-resources-plugin](https://github.com/apache/maven-resources-plugin) from 3.4.0 to 3.5.0. - [Release notes](https://github.com/apache/maven-resources-plugin/releases) - [Commits](apache/maven-resources-plugin@v3.4.0...maven-resources-plugin-3.5.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-resources-plugin dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7b53095 commit 62f59aa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

distribution/src/main/release/samples/jax_rs/graalvm_basic/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<plugins>
4545
<plugin>
4646
<artifactId>maven-resources-plugin</artifactId>
47-
<version>3.4.0</version>
47+
<version>3.5.0</version>
4848
<executions>
4949
<execution>
5050
<id>copy-resources</id>
@@ -102,7 +102,7 @@
102102
<plugins>
103103
<plugin>
104104
<artifactId>maven-resources-plugin</artifactId>
105-
<version>3.4.0</version>
105+
<version>3.5.0</version>
106106
<executions>
107107
<execution>
108108
<id>copy-resources</id>

distribution/src/main/release/samples/jaxws_graalvm/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<plugins>
7070
<plugin>
7171
<artifactId>maven-resources-plugin</artifactId>
72-
<version>3.4.0</version>
72+
<version>3.5.0</version>
7373
<executions>
7474
<execution>
7575
<id>copy-resources</id>
@@ -123,7 +123,7 @@
123123
<plugins>
124124
<plugin>
125125
<artifactId>maven-resources-plugin</artifactId>
126-
<version>3.4.0</version>
126+
<version>3.5.0</version>
127127
<executions>
128128
<execution>
129129
<id>copy-resources</id>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@
548548
<plugin>
549549
<groupId>org.apache.maven.plugins</groupId>
550550
<artifactId>maven-resources-plugin</artifactId>
551-
<version>3.4.0</version>
551+
<version>3.5.0</version>
552552
<configuration>
553553
<encoding>UTF-8</encoding>
554554
</configuration>

0 commit comments

Comments
 (0)