Skip to content

Commit

Permalink
Apply suggestions from code review - use spring boot 3.1.5
Browse files Browse the repository at this point in the history
Co-authored-by: Frederik Prijck <[email protected]>
  • Loading branch information
jimmyjames and frederikprijck authored Oct 24, 2023
1 parent a30e2a9 commit 204481e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mvc-login/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {

plugins {
id 'java'
id 'org.springframework.boot' version '3.1.4'
id 'org.springframework.boot' version '3.1.5'
id 'io.spring.dependency-management' version '1.1.3'
}

Expand Down
2 changes: 1 addition & 1 deletion webflux-login/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {

plugins {
id 'java'
id 'org.springframework.boot' version '3.1.4'
id 'org.springframework.boot' version '3.1.5'
id 'io.spring.dependency-management' version '1.1.3'
}

Expand Down

0 comments on commit 204481e

Please sign in to comment.