Skip to content

Commit

Permalink
Merge pull request #276 from AxonFramework/dependabot/maven/org.apach…
Browse files Browse the repository at this point in the history
…e.maven.plugins-maven-resources-plugin-3.3.1

Bump maven-resources-plugin from 3.3.0 to 3.3.1
  • Loading branch information
github-actions[bot] authored Mar 24, 2023
2 parents 1353ef4 + 07bc988 commit bbf8204
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@
<plugins>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion springcloud-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
<plugins>
<plugin>
<artifactId>maven-resources-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
<configuration>
<encoding>UTF-8</encoding>
</configuration>
Expand Down

0 comments on commit bbf8204

Please sign in to comment.