File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
examples/powertools-examples-core/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 17
17
<plugin >
18
18
<groupId >org.apache.maven.plugins</groupId >
19
19
<artifactId >maven-compiler-plugin</artifactId >
20
- <version >3.11 .0</version >
20
+ <version >3.14 .0</version >
21
21
<configuration >
22
22
<source >1.8</source >
23
23
<target >1.8</target >
Original file line number Diff line number Diff line change 82
82
<lambda .core.version>1.2.3</lambda .core.version>
83
83
<lambda .events.version>3.11.4</lambda .events.version>
84
84
<lambda .serial.version>1.1.5</lambda .serial.version>
85
- <maven-compiler-plugin .version>3.11 .0</maven-compiler-plugin .version>
85
+ <maven-compiler-plugin .version>3.14 .0</maven-compiler-plugin .version>
86
86
<aspectj .version>1.9.7</aspectj .version>
87
87
<aspectj-maven-plugin .version>1.13.1</aspectj-maven-plugin .version>
88
88
<maven-surefire-plugin .version>3.2.5</maven-surefire-plugin .version>
Original file line number Diff line number Diff line change 191
191
<plugin >
192
192
<groupId >org.apache.maven.plugins</groupId >
193
193
<artifactId >maven-compiler-plugin</artifactId >
194
- <version >3.11 .0</version >
194
+ <version >3.14 .0</version >
195
195
<configuration >
196
196
<source >${maven.compiler.source} </source >
197
197
<target >${maven.compiler.target} </target >
You can’t perform that action at this time.
0 commit comments