Skip to content

Commit febb982

Browse files
committed
Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.14.0
1 parent 37e12e8 commit febb982

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

template-placeholder-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<plugin>
4545
<groupId>org.apache.maven.plugins</groupId>
4646
<artifactId>maven-compiler-plugin</artifactId>
47-
<version>3.13.0</version>
47+
<version>3.14.0</version>
4848
<configuration>
4949
<release>${maven.compiler.release}</release>
5050
<compilerArgs>

template-placeholder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
<plugin>
133133
<groupId>org.apache.maven.plugins</groupId>
134134
<artifactId>maven-compiler-plugin</artifactId>
135-
<version>3.13.0</version>
135+
<version>3.14.0</version>
136136
<configuration>
137137
<release>${maven.compiler.release}</release>
138138
<compilerArgs>

0 commit comments

Comments
 (0)