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 22, 2025
1 parent 580214f commit 2fbab2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dynamicreports-core-for-grid-exporter-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,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 dynamicreports-core-for-grid-exporter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,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 2fbab2f

Please sign in to comment.