Skip to content

Commit 0b6f231

Browse files
authored
Merge pull request #116 from xdev-software/renovate/org.springframework.boot
Update org.springframework.boot to v3.4.4
2 parents 10e704f + fc4bfa7 commit 0b6f231

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.4.3</org.springframework.boot.version>
31+
<org.springframework.boot.version>3.4.4</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.4.3</version>
91+
<version>3.4.4</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.4.3</version>
97+
<version>3.4.4</version>
9898
<scope>provided</scope>
9999
</dependency>
100100

0 commit comments

Comments
 (0)