Skip to content

Commit e0867d3

Browse files
committed
Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.14.1
1 parent 13669ae commit e0867d3

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.14.0</version>
47+
<version>3.14.1</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
@@ -97,7 +97,7 @@
9797
<plugin>
9898
<groupId>org.apache.maven.plugins</groupId>
9999
<artifactId>maven-compiler-plugin</artifactId>
100-
<version>3.14.0</version>
100+
<version>3.14.1</version>
101101
<configuration>
102102
<release>${maven.compiler.release}</release>
103103
<compilerArgs>

0 commit comments

Comments
 (0)