Skip to content

Commit 1d6e1d0

Browse files
authored
Merge pull request #242 from xdev-software/renovate/org.apache.maven.plugins-maven-compiler-plugin-3.x
Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.14.0
2 parents c215d91 + 2429b49 commit 1d6e1d0

File tree

2 files changed

+2
-2
lines changed
  • spring-data-eclipse-store-benchmark
  • spring-data-eclipse-store-jpa

2 files changed

+2
-2
lines changed

spring-data-eclipse-store-benchmark/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<plugin>
5757
<groupId>org.apache.maven.plugins</groupId>
5858
<artifactId>maven-compiler-plugin</artifactId>
59-
<version>3.13.0</version>
59+
<version>3.14.0</version>
6060
<configuration>
6161
<release>${maven.compiler.release}</release>
6262
<annotationProcessorPaths>

spring-data-eclipse-store-jpa/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<plugin>
7474
<groupId>org.apache.maven.plugins</groupId>
7575
<artifactId>maven-compiler-plugin</artifactId>
76-
<version>3.13.0</version>
76+
<version>3.14.0</version>
7777
<configuration>
7878
<release>${maven.compiler.release}</release>
7979
<compilerArgs>

0 commit comments

Comments
 (0)