Skip to content

Commit be77ed4

Browse files
Merge pull request #180 from kinde-oss/renovate/spring-security
fix(deps): update spring security to v6.5.6
2 parents be5dd9c + 380c8bf commit be77ed4

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

  • kinde-springboot

kinde-springboot/kinde-springboot-core/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>org.springframework.security</groupId>
5252
<artifactId>spring-security-config</artifactId>
53-
<version>6.5.3</version>
53+
<version>6.5.5</version>
5454
</dependency>
5555
<dependency>
5656
<groupId>org.springframework.boot</groupId>
@@ -60,17 +60,17 @@
6060
<dependency>
6161
<groupId>org.springframework.security</groupId>
6262
<artifactId>spring-security-oauth2-client</artifactId>
63-
<version>6.5.3</version>
63+
<version>6.5.5</version>
6464
</dependency>
6565
<dependency>
6666
<groupId>org.springframework.security</groupId>
6767
<artifactId>spring-security-oauth2-jose</artifactId>
68-
<version>6.5.3</version>
68+
<version>6.5.5</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>org.springframework.security</groupId>
7272
<artifactId>spring-security-oauth2-resource-server</artifactId>
73-
<version>6.5.3</version>
73+
<version>6.5.5</version>
7474
</dependency>
7575

7676
<!-- Spring deps-->

kinde-springboot/kinde-springboot-starter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@
2626
<dependency>
2727
<groupId>org.springframework.security</groupId>
2828
<artifactId>spring-security-web</artifactId>
29-
<version>6.5.3</version>
29+
<version>6.5.5</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>org.springframework.security</groupId>
3333
<artifactId>spring-security-crypto</artifactId>
34-
<version>6.5.3</version>
34+
<version>6.5.5</version>
3535
</dependency>
3636
</dependencies>
3737

0 commit comments

Comments
 (0)