Skip to content

Commit 3765514

Browse files
authored
Merge pull request #199 from kinde-oss/renovate/org.apache.maven.plugins-maven-compiler-plugin-3.x
Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.15.0
2 parents f99053f + b0902a3 commit 3765514

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

kinde-springboot/kinde-springboot-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
<plugin>
228228
<groupId>org.apache.maven.plugins</groupId>
229229
<artifactId>maven-compiler-plugin</artifactId>
230-
<version>3.14.0</version> <!-- You can use the latest version -->
230+
<version>3.14.1</version> <!-- You can use the latest version -->
231231
<configuration>
232232
<source>17</source> <!-- Specify your desired Java version -->
233233
<target>17</target> <!-- Specify your desired Java version -->

kinde-springboot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<plugin>
3535
<groupId>org.apache.maven.plugins</groupId>
3636
<artifactId>maven-compiler-plugin</artifactId>
37-
<version>3.14.0</version> <!-- You can use the latest version -->
37+
<version>3.14.1</version> <!-- You can use the latest version -->
3838
<configuration>
3939
<source>17</source> <!-- Specify your desired Java version -->
4040
<target>17</target> <!-- Specify your desired Java version -->

playground/kinde-accounts-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<plugin>
6868
<groupId>org.apache.maven.plugins</groupId>
6969
<artifactId>maven-compiler-plugin</artifactId>
70-
<version>3.14.0</version>
70+
<version>3.14.1</version>
7171
<configuration>
7272
<source>17</source>
7373
<target>17</target>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@
263263
<plugin>
264264
<groupId>org.apache.maven.plugins</groupId>
265265
<artifactId>maven-compiler-plugin</artifactId>
266-
<version>3.14.0</version>
266+
<version>3.14.1</version>
267267
<configuration>
268268
<source>17</source>
269269
<target>17</target>

0 commit comments

Comments
 (0)