Skip to content

Commit

Permalink
Update org.springframework.boot to v3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xdev-renovate committed Jun 21, 2024
1 parent 836a380 commit 1ef39c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spring-security-advanced-authentication-ui-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

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

<org.springframework.boot.version>3.3.0</org.springframework.boot.version>
<org.springframework.boot.version>3.3.1</org.springframework.boot.version>
</properties>

<dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions spring-security-advanced-authentication-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,13 +88,13 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 1ef39c0

Please sign in to comment.