Skip to content

Commit 3e8ef06

Browse files
committed
Upgrade Scram client from 3.1 to 3.2
1 parent e6d42bf commit 3e8ef06

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

documentation/src/main/asciidoc/reference/introduction.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Optionally, you might also add any of the following additional features:
8989
| Hibernate Validator | `org.hibernate.validator:hibernate-validator` and `org.glassfish:jakarta.el`
9090
| Compile-time checking for your HQL queries | `org.hibernate:query-validator`
9191
| Second-level cache support via JCache and EHCache | `org.hibernate.orm:hibernate-jcache` along with `org.ehcache:ehcache`
92-
| SCRAM authentication support for PostgreSQL | `com.ongres.scram:scram-client:3.1`
92+
| SCRAM authentication support for PostgreSQL | `com.ongres.scram:scram-client:3.2`
9393
|===
9494

9595
You might also add the Hibernate {enhancer}[bytecode enhancer] to your

tooling/jbang/Example.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Copyright: Red Hat Inc. and Hibernate Authors
66
*/
77

8-
//DEPS com.ongres.scram:scram-client:3.1
8+
//DEPS com.ongres.scram:scram-client:3.2
99
//DEPS io.vertx:vertx-pg-client:${vertx.version:5.0.2}
1010
//DEPS io.vertx:vertx-mysql-client:${vertx.version:5.0.2}
1111
//DEPS io.vertx:vertx-db2-client:${vertx.version:5.0.2}

tooling/jbang/PostgreSQLReactiveTest.java.qute

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
//DEPS org.testcontainers:postgresql:1.21.3
1414
//DEPS org.slf4j:slf4j-simple:2.0.7
1515
//DESCRIPTION Allow authentication to PostgreSQL using SCRAM:
16-
//DEPS com.ongres.scram:client:2.1
16+
//DEPS com.ongres.scram:scram-client:3.2
1717

1818
import jakarta.persistence.Entity;
1919
import jakarta.persistence.Id;

tooling/jbang/ReactiveTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
///usr/bin/env jbang "$0" "$@" ; exit $?
88
//DEPS io.vertx:vertx-pg-client:${vertx.version:5.0.2}
9-
//DEPS com.ongres.scram:scram-client:3.1
9+
//DEPS com.ongres.scram:scram-client:3.2
1010
//DEPS io.vertx:vertx-db2-client:${vertx.version:5.0.2}
1111
//DEPS io.vertx:vertx-mysql-client:${vertx.version:5.0.2}
1212
//DEPS io.vertx:vertx-unit:${vertx.version:5.0.2}

0 commit comments

Comments
 (0)