From 171924847a5ae102699fede1c260d02a1a25111b Mon Sep 17 00:00:00 2001 From: Marcos Tischer Vallim Date: Thu, 23 Jul 2026 00:20:43 -0300 Subject: [PATCH] chore: update README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 09bdf69..d33b631 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ You can pull it from the central Maven repositories: com.github.mvallim amazon-sqs-java-messaging-lib-v1 - 1.2.0 + 1.3.2 ``` @@ -50,7 +50,7 @@ You can pull it from the central Maven repositories: com.github.mvallim amazon-sqs-java-messaging-lib-v2 - 1.2.0 + 1.3.2 ``` @@ -72,13 +72,13 @@ If you want to try a snapshot version, add the following repository: ##### For AWS SDK v1 ```groovy -implementation 'com.github.mvallim:amazon-sqs-java-messaging-lib-v1:1.2.0' +implementation 'com.github.mvallim:amazon-sqs-java-messaging-lib-v1:1.3.2' ``` ##### For AWS SDK v2 ```groovy -implementation 'com.github.mvallim:amazon-sqs-java-messaging-lib-v2:1.2.0' +implementation 'com.github.mvallim:amazon-sqs-java-messaging-lib-v2:1.3.2' ``` If you want to try a snapshot version, add the following repository: