Skip to content

Commit

Permalink
GH-714 - Upgrade to Maven Compiler Plugin 3.12.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Jul 8, 2024
1 parent af883e7 commit 5d6a7bf
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 @@ -456,7 +456,7 @@ limitations under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.12.0</version>
<configuration>
<source>17</source>
<target>17</target>
Expand Down
2 changes: 1 addition & 1 deletion spring-modulith-examples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.12.0</version>
<configuration>
<annotationProcessorPaths>
<path>
Expand Down

0 comments on commit 5d6a7bf

Please sign in to comment.