Skip to content

Commit 813f9e5

Browse files
jorsoltsegismont
authored andcommitted
chore(deps): Update scram-client to 3.1 (#1453)
Signed-off-by: Jorge Solórzano <[email protected]>
1 parent bab31b7 commit 813f9e5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

vertx-pg-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>com.ongres.scram</groupId>
6767
<artifactId>scram-client</artifactId>
68-
<version>3.0</version>
68+
<version>3.1</version>
6969
<optional>true</optional>
7070
</dependency>
7171

vertx-pg-client/src/main/asciidoc/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,15 +242,15 @@ To use the SASL `SCRAM-SHA-256` authentication add the following dependency to t
242242
<dependency>
243243
<groupId>com.ongres.scram</groupId>
244244
<artifactId>scram-client</artifactId>
245-
<version>3.0</version>
245+
<version>3.1</version>
246246
</dependency>
247247
----
248248
* Gradle (in your `build.gradle` file):
249249

250250
[source,groovy]
251251
----
252252
dependencies {
253-
compile 'com.ongres.scram:scram-client:3.0'
253+
compile 'com.ongres.scram:scram-client:3.1'
254254
}
255255
----
256256

0 commit comments

Comments
 (0)