Skip to content

Commit 3acf413

Browse files
committed
Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.14.1
1 parent a8475d1 commit 3acf413

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

testcontainers-selenium-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<plugin>
109109
<groupId>org.apache.maven.plugins</groupId>
110110
<artifactId>maven-compiler-plugin</artifactId>
111-
<version>3.14.0</version>
111+
<version>3.14.1</version>
112112
<configuration>
113113
<release>${maven.compiler.release}</release>
114114
<compilerArgs>

testcontainers-selenium/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
<plugin>
200200
<groupId>org.apache.maven.plugins</groupId>
201201
<artifactId>maven-compiler-plugin</artifactId>
202-
<version>3.14.0</version>
202+
<version>3.14.1</version>
203203
<configuration>
204204
<release>${maven.compiler.release}</release>
205205
<compilerArgs>

0 commit comments

Comments
 (0)