Skip to content

Commit

Permalink
Merge pull request #343 from ottlinger/dependabot/maven/org.apache.ma…
Browse files Browse the repository at this point in the history
…ven.plugins-maven-resources-plugin-3.3.1

Bump org.apache.maven.plugins:maven-resources-plugin from 3.3.0 to 3.3.1
  • Loading branch information
ottlinger authored Mar 8, 2024
2 parents 7a949de + b01a723 commit b32786a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@
<!-- copy Version.java independent of normal resource copying to avoid eclipse errors -->
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
<configuration>
<encoding>${project.build.sourceEncoding}</encoding>
<!-- as we are running with JDK8 and UTF-8 is default from JDK9 upwards -->
Expand Down

0 comments on commit b32786a

Please sign in to comment.