Skip to content

Commit bb731ee

Browse files
vedant-jaiswalVedant Jaiswal
andauthored
fix: update AWS SDK to 2.40.11 to address CVE-2025-67735 (#181)
*Issue #, if available:* aws/aws-secretsmanager-jdbc#310 *Description of changes:* Updates AWS SDK for Java v2 from 2.37.1 to 2.40.11 to address security vulnerability CVE-2025-67735 in netty dependency. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. Co-authored-by: Vedant Jaiswal <[email protected]>
1 parent 85cfd4d commit bb731ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>software.amazon.awssdk</groupId>
4646
<artifactId>secretsmanager</artifactId>
47-
<version>2.37.1</version>
47+
<version>2.40.11</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>org.testng</groupId>

0 commit comments

Comments
 (0)