File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 56
56
<maven .compiler.source>1.8</maven .compiler.source>
57
57
<maven .compiler.target>1.8</maven .compiler.target>
58
58
<log4j .version>2.19.0</log4j .version>
59
- <jackson .version>2.13.4.1 </jackson .version>
59
+ <jackson .version>2.13.4.2 </jackson .version>
60
60
<aspectj .version>1.9.7</aspectj .version>
61
- <aws .sdk.version>2.17.290 </aws .sdk.version>
61
+ <aws .sdk.version>2.18.7 </aws .sdk.version>
62
62
<aws .xray.recorder.version>2.12.0</aws .xray.recorder.version>
63
63
<payloadoffloading-common .version>2.1.2</payloadoffloading-common .version>
64
64
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
244
244
<dependency >
245
245
<groupId >org.mockito</groupId >
246
246
<artifactId >mockito-core</artifactId >
247
- <version >4.7.0 </version >
247
+ <version >4.8.1 </version >
248
248
<scope >test</scope >
249
249
</dependency >
250
250
<dependency >
251
251
<groupId >org.mockito</groupId >
252
252
<artifactId >mockito-inline</artifactId >
253
- <version >4.6 .1</version >
253
+ <version >4.8 .1</version >
254
254
<scope >test</scope >
255
255
</dependency >
256
256
<dependency >
457
457
<plugin >
458
458
<groupId >com.github.spotbugs</groupId >
459
459
<artifactId >spotbugs-maven-plugin</artifactId >
460
- <version >4.6.0.0 </version >
460
+ <version >4.7.2.1 </version >
461
461
<executions >
462
462
<execution >
463
463
<id >test</id >
You can’t perform that action at this time.
0 commit comments