Skip to content

Commit 71bfb9c

Browse files
committed
Merge remote-tracking branch 'origin/renovate/org.springframework.boot' into develop
2 parents 978df35 + 10b3bf3 commit 71bfb9c

File tree

2 files changed

+3
-3
lines changed
  • spring-security-advanced-authentication-ui
  • spring-security-advanced-authentication-ui-demo

2 files changed

+3
-3
lines changed

spring-security-advanced-authentication-ui-demo/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
<mainClass>software.xdev.Application</mainClass>
3030

31-
<org.springframework.boot.version>3.3.5</org.springframework.boot.version>
31+
<org.springframework.boot.version>3.4.2</org.springframework.boot.version>
3232
</properties>
3333

3434
<dependencyManagement>

spring-security-advanced-authentication-ui/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,13 @@
8888
<dependency>
8989
<groupId>org.springframework.boot</groupId>
9090
<artifactId>spring-boot-starter-web</artifactId>
91-
<version>3.3.5</version>
91+
<version>3.4.2</version>
9292
<scope>provided</scope>
9393
</dependency>
9494
<dependency>
9595
<groupId>org.springframework.boot</groupId>
9696
<artifactId>spring-boot-starter-security</artifactId>
97-
<version>3.3.5</version>
97+
<version>3.4.2</version>
9898
<scope>provided</scope>
9999
</dependency>
100100

0 commit comments

Comments
 (0)