Skip to content

Commit 28cd573

Browse files
author
Jay Bryant
committed
Upgrade to Spring Boot 3.3.0
1 parent af8ee09 commit 28cd573

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'java'
3-
id 'org.springframework.boot' version '3.2.5'
4-
id 'io.spring.dependency-management' version '1.1.4'
3+
id 'org.springframework.boot' version '3.3.0'
4+
id 'io.spring.dependency-management' version '1.1.5'
55
// id 'org.graalvm.buildtools.native' version '0.9.28'
66
}
77

0 commit comments

Comments
 (0)