File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
examples/powertools-examples-core-utilities/cdk/infra Expand file tree Collapse file tree 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.13 .0</version >
19
+ <version >3.14 .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 91
91
<lambda .core.version>1.3.0</lambda .core.version>
92
92
<lambda .events.version>3.16.0</lambda .events.version>
93
93
<lambda .serial.version>1.1.6</lambda .serial.version>
94
- <maven-compiler-plugin .version>3.13 .0</maven-compiler-plugin .version>
94
+ <maven-compiler-plugin .version>3.14 .0</maven-compiler-plugin .version>
95
95
<aspectj .version>1.9.7</aspectj .version>
96
96
<aspectj-maven-plugin .version>1.13.1</aspectj-maven-plugin .version>
97
97
<maven-surefire-plugin .version>3.2.5</maven-surefire-plugin .version>
Original file line number Diff line number Diff line change 194
194
<plugin >
195
195
<groupId >org.apache.maven.plugins</groupId >
196
196
<artifactId >maven-compiler-plugin</artifactId >
197
- <version >3.13 .0</version >
197
+ <version >3.14 .0</version >
198
198
<configuration >
199
199
<source >${maven.compiler.source} </source >
200
200
<target >${maven.compiler.target} </target >
You can’t perform that action at this time.
0 commit comments