File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
playground/kinde-accounts-example Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 -->
Original file line number Diff line number Diff line change 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 -->
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments