Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Commit 8a0e7f0

Browse files
Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.12.0
1 parent 1850fa8 commit 8a0e7f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<plugin>
2222
<groupId>org.apache.maven.plugins</groupId>
2323
<artifactId>maven-compiler-plugin</artifactId>
24-
<version>3.11.0</version>
24+
<version>3.12.0</version>
2525
<configuration>
2626
<source>${java.version}</source>
2727
<target>${java.version}</target>

0 commit comments

Comments
 (0)