File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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----
252252dependencies {
253- compile 'com.ongres.scram:scram-client:3.0 '
253+ compile 'com.ongres.scram:scram-client:3.1 '
254254}
255255----
256256
You can’t perform that action at this time.
0 commit comments