Skip to content

Commit 28ea3d0

Browse files
committed
2 parents 84c1fe3 + 07f69c6 commit 28ea3d0

File tree

2 files changed

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

2 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
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.1</org.springframework.boot.version>
31+
<org.springframework.boot.version>3.3.4</org.springframework.boot.version>
3232
</properties>
3333

3434
<dependencyManagement>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,20 +88,20 @@
8888
<dependency>
8989
<groupId>org.springframework.boot</groupId>
9090
<artifactId>spring-boot-starter-web</artifactId>
91-
<version>3.3.1</version>
91+
<version>3.3.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.3.1</version>
97+
<version>3.3.4</version>
9898
<scope>provided</scope>
9999
</dependency>
100100

101101
<dependency>
102102
<groupId>org.junit.jupiter</groupId>
103103
<artifactId>junit-jupiter</artifactId>
104-
<version>5.10.3</version>
104+
<version>5.11.0</version>
105105
<scope>test</scope>
106106
</dependency>
107107
</dependencies>
@@ -198,7 +198,7 @@
198198
<plugin>
199199
<groupId>org.apache.maven.plugins</groupId>
200200
<artifactId>maven-surefire-plugin</artifactId>
201-
<version>3.3.0</version>
201+
<version>3.5.0</version>
202202
</plugin>
203203
</plugins>
204204
</build>

0 commit comments

Comments
 (0)