Skip to content

Commit 660ef54

Browse files
committed
Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.15.0
1 parent f325ef6 commit 660ef54

9 files changed

Lines changed: 9 additions & 9 deletions

File tree

advanced-demo/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
<plugin>
144144
<groupId>org.apache.maven.plugins</groupId>
145145
<artifactId>maven-compiler-plugin</artifactId>
146-
<version>3.14.1</version>
146+
<version>3.15.0</version>
147147
<configuration>
148148
<release>${maven.compiler.release}</release>
149149
<compilerArgs>

base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
<plugin>
136136
<groupId>org.apache.maven.plugins</groupId>
137137
<artifactId>maven-compiler-plugin</artifactId>
138-
<version>3.14.1</version>
138+
<version>3.15.0</version>
139139
<executions>
140140
<execution>
141141
<id>compile-java-17</id>

db-jdbc-spring-orm-hibernate/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<plugin>
123123
<groupId>org.apache.maven.plugins</groupId>
124124
<artifactId>maven-compiler-plugin</artifactId>
125-
<version>3.14.1</version>
125+
<version>3.15.0</version>
126126
<configuration>
127127
<release>${maven.compiler.release}</release>
128128
<compilerArgs>

db-jdbc-spring-orm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<plugin>
122122
<groupId>org.apache.maven.plugins</groupId>
123123
<artifactId>maven-compiler-plugin</artifactId>
124-
<version>3.14.1</version>
124+
<version>3.15.0</version>
125125
<configuration>
126126
<release>${maven.compiler.release}</release>
127127
<compilerArgs>

db-jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
<plugin>
132132
<groupId>org.apache.maven.plugins</groupId>
133133
<artifactId>maven-compiler-plugin</artifactId>
134-
<version>3.14.1</version>
134+
<version>3.15.0</version>
135135
<configuration>
136136
<release>${maven.compiler.release}</release>
137137
<compilerArgs>

mockserver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
<plugin>
128128
<groupId>org.apache.maven.plugins</groupId>
129129
<artifactId>maven-compiler-plugin</artifactId>
130-
<version>3.14.1</version>
130+
<version>3.15.0</version>
131131
<configuration>
132132
<release>${maven.compiler.release}</release>
133133
<compilerArgs>

oidc-server-mock/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<plugin>
112112
<groupId>org.apache.maven.plugins</groupId>
113113
<artifactId>maven-compiler-plugin</artifactId>
114-
<version>3.14.1</version>
114+
<version>3.15.0</version>
115115
<configuration>
116116
<release>${maven.compiler.release}</release>
117117
<compilerArgs>

selenium/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
<plugin>
161161
<groupId>org.apache.maven.plugins</groupId>
162162
<artifactId>maven-compiler-plugin</artifactId>
163-
<version>3.14.1</version>
163+
<version>3.15.0</version>
164164
<configuration>
165165
<release>${maven.compiler.release}</release>
166166
<compilerArgs>

spring-dao-support/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
<plugin>
138138
<groupId>org.apache.maven.plugins</groupId>
139139
<artifactId>maven-compiler-plugin</artifactId>
140-
<version>3.14.1</version>
140+
<version>3.15.0</version>
141141
<configuration>
142142
<release>${maven.compiler.release}</release>
143143
<compilerArgs>

0 commit comments

Comments
 (0)