Skip to content

Commit

Permalink
chore(deps): Update scram-client to 3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Solórzano <jorsol@gmail.com>
  • Loading branch information
jorsol committed Aug 6, 2024
1 parent 6864593 commit 8289e20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vertx-pg-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<dependency>
<groupId>com.ongres.scram</groupId>
<artifactId>scram-client</artifactId>
<version>3.0</version>
<version>3.1</version>
<optional>true</optional>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions vertx-pg-client/src/main/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -242,15 +242,15 @@ To use the SASL `SCRAM-SHA-256` authentication add the following dependency to t
<dependency>
<groupId>com.ongres.scram</groupId>
<artifactId>scram-client</artifactId>
<version>3.0</version>
<version>3.1</version>
</dependency>
----
* Gradle (in your `build.gradle` file):

[source,groovy]
----
dependencies {
compile 'com.ongres.scram:scram-client:3.0'
compile 'com.ongres.scram:scram-client:3.1'
}
----

Expand Down

0 comments on commit 8289e20

Please sign in to comment.