Skip to content

Commit 9d265eb

Browse files
Upgrade scram-client from 3.1 to 3.2 fixing CVE-2025-59432 (#1549)
See GHSA-3wfh-36rx-9537 "Timing Attack Vulnerability in SCRAM Authentication" Co-authored-by: Julian Ladisch <julianladisch@users.noreply.github.com>
1 parent 2810bcc commit 9d265eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)