Skip to content

Commit bccc95d

Browse files
committed
Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.14.1
1 parent 90f9e9e commit bccc95d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

vaadin-simple-grid-filter-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
<plugin>
211211
<groupId>org.apache.maven.plugins</groupId>
212212
<artifactId>maven-compiler-plugin</artifactId>
213-
<version>3.14.0</version>
213+
<version>3.14.1</version>
214214
<configuration>
215215
<release>${maven.compiler.release}</release>
216216
<compilerArgs>

vaadin-simple-grid-filter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
<plugin>
125125
<groupId>org.apache.maven.plugins</groupId>
126126
<artifactId>maven-compiler-plugin</artifactId>
127-
<version>3.14.0</version>
127+
<version>3.14.1</version>
128128
<configuration>
129129
<release>${maven.compiler.release}</release>
130130
<compilerArgs>

0 commit comments

Comments
 (0)