File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 13
13
<plugins >
14
14
<plugin >
15
15
<artifactId >maven-compiler-plugin</artifactId >
16
- <version >3.8.1 </version >
16
+ <version >3.11.0 </version >
17
17
<configuration >
18
18
<source >${java.target.runtime}</source >
19
19
<target >${java.target.runtime}</target >
183
183
<version >3.9.0</version >
184
184
<scope >test</scope >
185
185
<exclusions >
186
- <exclusion >
187
- <artifactId >byte-buddy</artifactId >
188
- <groupId >net.bytebuddy</groupId >
189
- </exclusion >
190
186
<exclusion >
191
187
<artifactId >byte-buddy-agent</artifactId >
192
188
<groupId >net.bytebuddy</groupId >
199
195
<dependency >
200
196
<groupId >com.amazonaws</groupId >
201
197
<artifactId >aws-java-sdk-bom</artifactId >
202
- <version >1.12.540 </version >
198
+ <version >1.11.739 </version >
203
199
<type >pom</type >
204
200
<scope >import</scope >
205
201
</dependency >
Original file line number Diff line number Diff line change 14
14
<plugins >
15
15
<plugin >
16
16
<artifactId >maven-compiler-plugin</artifactId >
17
- <version >3.8.1 </version >
17
+ <version >3.11.0 </version >
18
18
<configuration >
19
19
<source >${java.target.runtime}</source >
20
20
<target >${java.target.runtime}</target >
You can’t perform that action at this time.
0 commit comments