File tree 3 files changed +3
-3
lines changed
examples/powertools-examples-core-utilities/cdk/infra
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
<plugin >
17
17
<groupId >org.apache.maven.plugins</groupId >
18
18
<artifactId >maven-compiler-plugin</artifactId >
19
- <version >3.11 .0</version >
19
+ <version >3.13 .0</version >
20
20
<configuration >
21
21
<source >11</source >
22
22
<target >11</target >
Original file line number Diff line number Diff line change 78
78
<lambda .core.version>1.2.3</lambda .core.version>
79
79
<lambda .events.version>3.11.2</lambda .events.version>
80
80
<lambda .serial.version>1.1.2</lambda .serial.version>
81
- <maven-compiler-plugin .version>3.11 .0</maven-compiler-plugin .version>
81
+ <maven-compiler-plugin .version>3.13 .0</maven-compiler-plugin .version>
82
82
<aspectj .version>1.9.7</aspectj .version>
83
83
<aspectj-maven-plugin .version>1.14</aspectj-maven-plugin .version>
84
84
<maven-surefire-plugin .version>3.1.2</maven-surefire-plugin .version>
Original file line number Diff line number Diff line change 192
192
<plugin >
193
193
<groupId >org.apache.maven.plugins</groupId >
194
194
<artifactId >maven-compiler-plugin</artifactId >
195
- <version >3.11 .0</version >
195
+ <version >3.13 .0</version >
196
196
<configuration >
197
197
<source >${maven.compiler.source} </source >
198
198
<target >${maven.compiler.target} </target >
You can’t perform that action at this time.
0 commit comments