Skip to content

Commit 89bc692

Browse files
committed
Bump org.springframework:spring-webflux from 5.3.18 to 6.1.14
1 parent aa20963 commit 89bc692

File tree

10 files changed

+10
-10
lines changed
  • oauth2-client-model/oauth2client
  • oauth2-client-registration/client-registration
  • oauth2-introspection-with-jwt/oauth2-client-introspection-with-jwt
  • oauth2-jwk-consul-config/oauth2-client-with-consul
  • oauth2-jwk-redis/oauthClient
  • oauth2-jwk-with-vault/auth-client
  • oauth2-jwt/oauth2-client
  • oauth2-opaque-token/oauth2-client-with-opaque-token
  • oauth2-persistence-client/persistence-client
  • oauth2-pkce/pkce-client

10 files changed

+10
-10
lines changed

oauth2-client-model/oauth2client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>org.springframework</groupId>
3434
<artifactId>spring-webflux</artifactId>
35-
<version>5.3.18</version>
35+
<version>6.1.14</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>io.projectreactor.netty</groupId>

oauth2-client-registration/client-registration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>org.springframework</groupId>
3838
<artifactId>spring-webflux</artifactId>
39-
<version>5.3.18</version>
39+
<version>6.1.14</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>io.projectreactor.netty</groupId>

oauth2-introspection-with-jwt/oauth2-client-introspection-with-jwt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>org.springframework</groupId>
3434
<artifactId>spring-webflux</artifactId>
35-
<version>5.3.18</version>
35+
<version>6.1.14</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>io.projectreactor.netty</groupId>

oauth2-jwk-consul-config/oauth2-client-with-consul/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>org.springframework</groupId>
4242
<artifactId>spring-webflux</artifactId>
43-
<version>5.3.18</version>
43+
<version>6.1.14</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>io.projectreactor.netty</groupId>

oauth2-jwk-redis/oauthClient/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>org.springframework</groupId>
3434
<artifactId>spring-webflux</artifactId>
35-
<version>5.3.18</version>
35+
<version>6.1.14</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>io.projectreactor.netty</groupId>

oauth2-jwk-with-vault/auth-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>org.springframework</groupId>
3434
<artifactId>spring-webflux</artifactId>
35-
<version>5.3.18</version>
35+
<version>6.1.14</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>io.projectreactor.netty</groupId>

oauth2-jwt/oauth2-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>org.springframework</groupId>
3434
<artifactId>spring-webflux</artifactId>
35-
<version>5.3.18</version>
35+
<version>6.1.14</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>io.projectreactor.netty</groupId>

oauth2-opaque-token/oauth2-client-with-opaque-token/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>org.springframework</groupId>
3434
<artifactId>spring-webflux</artifactId>
35-
<version>5.3.18</version>
35+
<version>6.1.14</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>io.projectreactor.netty</groupId>

oauth2-persistence-client/persistence-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>org.springframework</groupId>
4343
<artifactId>spring-webflux</artifactId>
44-
<version>5.3.18</version>
44+
<version>6.1.14</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>io.projectreactor.netty</groupId>

oauth2-pkce/pkce-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>org.springframework</groupId>
3434
<artifactId>spring-webflux</artifactId>
35-
<version>6.1.13</version>
35+
<version>6.1.14</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>io.projectreactor.netty</groupId>

0 commit comments

Comments
 (0)