Skip to content

Commit

Permalink
Merge pull request #26 from dmikurube/ongres-scram-client
Browse files Browse the repository at this point in the history
Add Ongres SCRAM Client (not Common) for SCRAM-SHA-256 passwords in PostgreSQL
  • Loading branch information
dmikurube authored Aug 7, 2023
2 parents 2587e71 + c708b76 commit 0c9ab16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies {
implementation "io.vertx:vertx-web-templ-pebble"

// For SCRAM-SHA-256 passwords in PostgreSQL.
implementation "com.ongres.scram:common:2.1"
implementation "com.ongres.scram:client:2.1"

implementation "io.github.oshai:kotlin-logging-jvm:5.0.1"
implementation "org.slf4j:slf4j-api:2.0.7"
Expand Down
1 change: 1 addition & 0 deletions gradle.lockfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ch.randelshofer:fastdoubleparser:0.8.0=compileClasspath,runtimeClasspath
com.fasterxml.jackson.core:jackson-core:2.15.0=compileClasspath,runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.15.0=compileClasspath,runtimeClasspath
com.hazelcast:hazelcast:4.2.8=compileClasspath,runtimeClasspath
com.ongres.scram:client:2.1=compileClasspath,runtimeClasspath
com.ongres.scram:common:2.1=compileClasspath,runtimeClasspath
com.ongres.stringprep:saslprep:1.1=compileClasspath,runtimeClasspath
com.ongres.stringprep:stringprep:1.1=compileClasspath,runtimeClasspath
Expand Down

0 comments on commit 0c9ab16

Please sign in to comment.