Skip to content

Commit

Permalink
Upgrade to Spring Boot 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Bryant committed Jun 10, 2024
1 parent af8ee09 commit 28cd573
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.2.5'
id 'io.spring.dependency-management' version '1.1.4'
id 'org.springframework.boot' version '3.3.0'
id 'io.spring.dependency-management' version '1.1.5'
// id 'org.graalvm.buildtools.native' version '0.9.28'
}

Expand Down

0 comments on commit 28cd573

Please sign in to comment.