Skip to content

Commit

Permalink
Maven pom.xml(deps): Bump org.apache.maven.plugins:maven-compiler-plu…
Browse files Browse the repository at this point in the history
…gin from 3.11.0 to 3.13.0 (#199)
  • Loading branch information
dependabot[bot] authored Aug 11, 2024
1 parent 6149233 commit c98d05e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/springbot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.13.0</version>
<configuration>
<release>11</release>
<source>11</source>
Expand Down
2 changes: 1 addition & 1 deletion examples/tomcat/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.13.0</version>
<configuration>
<release>11</release>
<source>11</source>
Expand Down

0 comments on commit c98d05e

Please sign in to comment.