Skip to content

Commit 1605f45

Browse files
committed
Preparing release 2.3.5
1 parent 9797351 commit 1605f45

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The recommended way to use this library is to consume it from maven central whil
4646
<dependency>
4747
<groupId>software.amazon.msk</groupId>
4848
<artifactId>aws-msk-iam-auth</artifactId>
49-
<version>2.3.4</version>
49+
<version>2.3.5</version>
5050
</dependency>
5151
```
5252
If you want to use it with a pre-existing Kafka client, you could build the uber jar and place it in the Kafka client's
@@ -532,6 +532,10 @@ public static String UriEncode(CharSequence input, boolean encodeSlash) {
532532

533533
## Release Notes
534534

535+
### Release 2.3.5
536+
- Upgrade AWS SDK version to address CVE-2025-58056 and CVE-2025-58057
537+
- Updated dependencies to address build issues. It's now recommended to build the package using Gradle 8.0+ and JDK 17.
538+
535539
### Release 2.3.4
536540
- Skip credential providers chain
537541

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#Updated on 2025-10-01T15:30:00Z
1+
#Updated on 2025-10-29T16:45:00Z
22
platform=java
3-
version=2.3.4
3+
version=2.3.5

0 commit comments

Comments
 (0)