Skip to content

Commit

Permalink
Upgrade to Spring Boot 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
royclarkson committed Sep 22, 2023
1 parent d22a3a4 commit ff5ec57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
buildscript {
ext {
// Spring Dependencies
springBootVersion = "3.1.3"
springBootVersion = "3.1.4"

// External Dependencies
beanUtilsVersion = "1.9.4"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

pluginManagement {
plugins {
id "org.springframework.boot" version "3.0.10"
id "org.springframework.boot" version "3.1.4"
id "io.spring.nohttp" version "0.0.11"
id 'org.asciidoctor.jvm.pdf' version '3.3.2'
id 'org.asciidoctor.jvm.convert' version '3.3.2'
Expand Down

0 comments on commit ff5ec57

Please sign in to comment.