Skip to content

Commit b1ae2eb

Browse files
committed
Upgrade scram-client from 3.1 to 3.2 fixing CVE-2025-59432
See GHSA-3wfh-36rx-9537 "Timing Attack Vulnerability in SCRAM Authentication"
1 parent 2810bcc commit b1ae2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vertx-pg-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>com.ongres.scram</groupId>
5959
<artifactId>scram-client</artifactId>
60-
<version>3.1</version>
60+
<version>3.2</version>
6161
</dependency>
6262

6363
<!-- Testing purposes -->

0 commit comments

Comments
 (0)