Skip to content

Commit 2bf4f49

Browse files
authored
Merge pull request #45 from CheatBreakerNet/dependabot/maven/Examples/cLegacyCombat/org.apache.maven.plugins-maven-compiler-plugin-3.13.0
Bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.1 to 3.13.0 in /Examples/cLegacyCombat
2 parents 1592b8b + d6454eb commit 2bf4f49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/cLegacyCombat/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<plugin>
2323
<groupId>org.apache.maven.plugins</groupId>
2424
<artifactId>maven-compiler-plugin</artifactId>
25-
<version>3.12.1</version>
25+
<version>3.13.0</version>
2626
<configuration>
2727
<source>${java.version}</source>
2828
<target>${java.version}</target>

0 commit comments

Comments
 (0)