Skip to content

Commit 6ae8241

Browse files
fix(deps): update dependency com.ongres.scram:scram-client to v3.2 (#2291)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 24f4566 commit 6ae8241

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

cdi/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>com.ongres.scram</groupId>
6060
<artifactId>scram-client</artifactId>
61-
<version>3.1</version>
61+
<version>3.2</version>
6262
</dependency>
6363
<dependency>
6464
<groupId>com.fasterxml.jackson.core</groupId>

graphql-http/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>com.ongres.scram</groupId>
8484
<artifactId>scram-client</artifactId>
85-
<version>3.1</version>
85+
<version>3.2</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>org.apache.commons</groupId>

graphql-transport-ws/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
<dependency>
8484
<groupId>com.ongres.scram</groupId>
8585
<artifactId>scram-client</artifactId>
86-
<version>3.1</version>
86+
<version>3.2</version>
8787
<optional>true</optional>
8888
</dependency>
8989
<dependency>

kotlin-co/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.1</version>
68+
<version>3.2</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>com.fasterxml.jackson.core</groupId>

mutiny-spring-hibernate/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.1</version>
68+
<version>3.2</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>com.fasterxml.jackson.core</groupId>

rxjava3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<dependency>
7171
<groupId>com.ongres.scram</groupId>
7272
<artifactId>scram-client</artifactId>
73-
<version>3.1</version>
73+
<version>3.2</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>com.fasterxml.jackson.core</groupId>

spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
<dependency>
8080
<groupId>com.ongres.scram</groupId>
8181
<artifactId>scram-client</artifactId>
82-
<version>3.1</version>
82+
<version>3.2</version>
8383
</dependency>
8484
<dependency>
8585
<groupId>org.springframework</groupId>

web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>com.ongres.scram</groupId>
6868
<artifactId>scram-client</artifactId>
69-
<version>3.1</version>
69+
<version>3.2</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)