Skip to content

Commit

Permalink
maven compiler plugin 3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis committed Apr 5, 2024
1 parent 93973e5 commit 919a23c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.2</version>
<version>3.13.0</version>
<configuration>
<source>${devCompileVersion}</source>
<target>${devCompileVersion}</target>
Expand Down Expand Up @@ -126,7 +126,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.2</version>
<version>3.13.0</version>
<executions>
<execution>
<id>default-compile</id>
Expand Down

0 comments on commit 919a23c

Please sign in to comment.