Skip to content

Commit

Permalink
Update dependency org.apache.maven.plugins:maven-compiler-plugin to v…
Browse files Browse the repository at this point in the history
…3.14.0
  • Loading branch information
xdev-renovate committed Feb 24, 2025
1 parent 6ee4dcc commit afb808f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vaadin-grid-filter-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<version>3.14.0</version>
<configuration>
<release>${maven.compiler.release}</release>
<compilerArgs>
Expand Down
2 changes: 1 addition & 1 deletion vaadin-grid-filter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<version>3.14.0</version>
<configuration>
<release>${maven.compiler.release}</release>
<compilerArgs>
Expand Down

0 comments on commit afb808f

Please sign in to comment.