File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ For more information on using the amazon-sqs-java-extended-client-lib, see our g
24
24
<dependency >
25
25
<groupId >com.amazonaws</groupId >
26
26
<artifactId >amazon-sqs-java-extended-client-lib</artifactId >
27
- <version >1.2.4 </version >
27
+ <version >1.2.5 </version >
28
28
<type >jar</type >
29
29
</dependency >
30
30
```
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.amazonaws</groupId >
8
8
<artifactId >amazon-sqs-java-extended-client-lib</artifactId >
9
- <version >1.2.4 </version >
9
+ <version >1.2.5 </version >
10
10
<packaging >jar</packaging >
11
11
<name >Amazon SQS Extended Client Library for Java</name >
12
12
<description >An extension to the Amazon SQS client that enables sending and receiving messages up to 2GB via Amazon S3.
37
37
</developers >
38
38
39
39
<properties >
40
- <aws-java-sdk .version>1.12.433 </aws-java-sdk .version>
40
+ <aws-java-sdk .version>1.12.558 </aws-java-sdk .version>
41
41
</properties >
42
42
43
43
<dependencies >
61
61
<dependency >
62
62
<groupId >org.junit.jupiter</groupId >
63
63
<artifactId >junit-jupiter</artifactId >
64
- <version >5.9.2 </version >
64
+ <version >5.10.0 </version >
65
65
<scope >test</scope >
66
66
</dependency >
67
67
<dependency >
68
68
<groupId >org.mockito</groupId >
69
69
<artifactId >mockito-core</artifactId >
70
- <version >5.2 .0</version >
70
+ <version >5.5 .0</version >
71
71
<scope >test</scope >
72
72
</dependency >
73
73
</dependencies >
103
103
<plugin >
104
104
<groupId >org.apache.maven.plugins</groupId >
105
105
<artifactId >maven-surefire-plugin</artifactId >
106
- <version >3.0.0 </version >
106
+ <version >3.1.2 </version >
107
107
</plugin >
108
108
<plugin >
109
109
<groupId >org.apache.maven.plugins</groupId >
110
110
<artifactId >maven-javadoc-plugin</artifactId >
111
- <version >3.5 .0</version >
111
+ <version >3.6 .0</version >
112
112
<executions >
113
113
<execution >
114
114
<id >attach-javadocs</id >
You can’t perform that action at this time.
0 commit comments