Skip to content

Commit

Permalink
Merge pull request #141 from hantsy/renovate/org.apache.maven.plugins…
Browse files Browse the repository at this point in the history
…-maven-compiler-plugin-3.x

chore(deps): update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.14.0
  • Loading branch information
hantsy authored Feb 22, 2025
2 parents 98aaccc + 025f922 commit 823c317
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<version>3.14.0</version>
<configuration>
<annotationProcessorPaths>
<annotationProcessorPath>
Expand Down
2 changes: 1 addition & 1 deletion data/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<version>3.14.0</version>
<configuration>
<annotationProcessorPaths>
<annotationProcessorPath>
Expand Down

0 comments on commit 823c317

Please sign in to comment.