Skip to content

Commit 5722295

Browse files
Bump org.apache.maven.plugins:maven-resources-plugin from 2.6 to 3.3.1 (#583)
Bumps [org.apache.maven.plugins:maven-resources-plugin](https://github.com/apache/maven-resources-plugin) from 2.6 to 3.3.1. - [Release notes](https://github.com/apache/maven-resources-plugin/releases) - [Commits](apache/maven-resources-plugin@maven-resources-plugin-2.6...maven-resources-plugin-3.3.1) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-resources-plugin dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 75975f4 commit 5722295

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmarks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
</plugin>
154154
<plugin>
155155
<artifactId>maven-resources-plugin</artifactId>
156-
<version>2.6</version>
156+
<version>3.5.0</version>
157157
</plugin>
158158
<plugin>
159159
<artifactId>maven-site-plugin</artifactId>

examples/restful-ws-microprofile-liberty/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
<plugin>
9191
<groupId>org.apache.maven.plugins</groupId>
9292
<artifactId>maven-resources-plugin</artifactId>
93-
<version>2.7</version>
93+
<version>3.5.0</version>
9494
<executions>
9595
<execution>
9696
<id>copy-app</id>

0 commit comments

Comments
 (0)