@@ -16,7 +16,7 @@ Combine multiple requests to optimally utilise the network.
1616
1717Article [ Martin Fowler] ( https://martinfowler.com ) [ Request Batch] ( https://martinfowler.com/articles/patterns-of-distributed-systems/request-batch.html )
1818
19- _ ** Compatible JDK 8, 11 and 17 ** _
19+ _ ** Compatible JDK 8, 11, 17 and 21 ** _
2020
2121_ ** Compatible AWS JDK v1 >= 1.12** _
2222
@@ -38,7 +38,7 @@ You can pull it from the central Maven repositories:
3838<dependency >
3939 <groupId >com.github.mvallim</groupId >
4040 <artifactId >amazon-sns-java-messaging-lib-v1</artifactId >
41- <version >1.0.8 </version >
41+ <version >1.1.0 </version >
4242</dependency >
4343```
4444
@@ -48,7 +48,7 @@ You can pull it from the central Maven repositories:
4848<dependency >
4949 <groupId >com.github.mvallim</groupId >
5050 <artifactId >amazon-sns-java-messaging-lib-v2</artifactId >
51- <version >1.0.8 </version >
51+ <version >1.1.0 </version >
5252</dependency >
5353```
5454
@@ -70,13 +70,13 @@ If you want to try a snapshot version, add the following repository:
7070### For AWS SDK v1
7171
7272``` groovy
73- implementation 'com.github.mvallim:amazon-sns-java-messaging-lib-v1:1.0.8 '
73+ implementation 'com.github.mvallim:amazon-sns-java-messaging-lib-v1:1.1.0 '
7474```
7575
7676### For AWS SDK v2
7777
7878``` groovy
79- implementation 'com.github.mvallim:amazon-sns-java-messaging-lib-v2:1.0.8 '
79+ implementation 'com.github.mvallim:amazon-sns-java-messaging-lib-v2:1.1.0 '
8080```
8181
8282If you want to try a snapshot version, add the following repository:
0 commit comments