Skip to content

Commit 5d6a7bf

Browse files
committed
GH-714 - Upgrade to Maven Compiler Plugin 3.12.0.
1 parent af883e7 commit 5d6a7bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ limitations under the License.
456456
<plugin>
457457
<groupId>org.apache.maven.plugins</groupId>
458458
<artifactId>maven-compiler-plugin</artifactId>
459-
<version>3.11.0</version>
459+
<version>3.12.0</version>
460460
<configuration>
461461
<source>17</source>
462462
<target>17</target>

spring-modulith-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<plugin>
3636
<groupId>org.apache.maven.plugins</groupId>
3737
<artifactId>maven-compiler-plugin</artifactId>
38-
<version>3.11.0</version>
38+
<version>3.12.0</version>
3939
<configuration>
4040
<annotationProcessorPaths>
4141
<path>

0 commit comments

Comments
 (0)