Skip to content

Commit a60c7e9

Browse files
Bump maven-resources-plugin from 3.1.0 to 3.3.0
Bumps [maven-resources-plugin](https://github.com/apache/maven-resources-plugin) from 3.1.0 to 3.3.0. - [Release notes](https://github.com/apache/maven-resources-plugin/releases) - [Commits](apache/maven-resources-plugin@maven-resources-plugin-3.1.0...maven-resources-plugin-3.3.0) --- updated-dependencies: - dependency-name: org.apache.maven.plugins:maven-resources-plugin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c967120 commit a60c7e9

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
@@ -229,7 +229,7 @@
229229
</plugin>
230230
<plugin>
231231
<artifactId>maven-resources-plugin</artifactId>
232-
<version>3.1.0</version>
232+
<version>3.3.0</version>
233233
<executions>
234234
<execution>
235235
<id>copy-sql-scripts</id>
@@ -251,7 +251,7 @@
251251
</plugin>
252252
<plugin>
253253
<artifactId>maven-resources-plugin</artifactId>
254-
<version>3.1.0</version>
254+
<version>3.3.0</version>
255255
<executions>
256256
<execution>
257257
<id>copy-mongo-scripts</id>
@@ -418,7 +418,7 @@
418418
</plugin>
419419
<plugin>
420420
<artifactId>maven-resources-plugin</artifactId>
421-
<version>3.1.0</version>
421+
<version>3.3.0</version>
422422
<executions>
423423
<execution>
424424
<id>copy-resources</id>

0 commit comments

Comments
 (0)