Skip to content

Commit 87530b7

Browse files
authored
Merge pull request #31 from xdev-software/dependabot/maven/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
2 parents cfed414 + 3798841 commit 87530b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

standard-maven-template-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<plugin>
4242
<groupId>org.apache.maven.plugins</groupId>
4343
<artifactId>maven-compiler-plugin</artifactId>
44-
<version>3.12.1</version>
44+
<version>3.13.0</version>
4545
<configuration>
4646
<release>${maven.compiler.release}</release>
4747
<compilerArgs>

standard-maven-template/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
<plugin>
119119
<groupId>org.apache.maven.plugins</groupId>
120120
<artifactId>maven-compiler-plugin</artifactId>
121-
<version>3.12.1</version>
121+
<version>3.13.0</version>
122122
<configuration>
123123
<release>${maven.compiler.release}</release>
124124
<compilerArgs>

0 commit comments

Comments
 (0)