Skip to content

Commit

Permalink
Upgrade Gradle build to Spring Boot 3.3.0
Browse files Browse the repository at this point in the history
Closes gh-1551
  • Loading branch information
snicoll committed May 26, 2024
1 parent 39cc7e1 commit fa8f683
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.2.5'
id 'io.spring.dependency-management' version '1.1.4'
id 'org.graalvm.buildtools.native' version '0.9.28'
id 'org.springframework.boot' version '3.3.0'
id 'io.spring.dependency-management' version '1.1.5'
id 'org.graalvm.buildtools.native' version '0.10.2'
id 'io.spring.javaformat' version '0.0.41'
id "io.spring.nohttp" version "0.0.11"
}
Expand All @@ -14,7 +14,7 @@ apply plugin: 'io.spring.javaformat'
gradle.startParameter.excludedTaskNames += [ "checkFormatAot", "checkFormatAotTest" ]

group = 'org.springframework.samples'
version = '3.2.0'
version = '3.3.0'

java {
sourceCompatibility = JavaVersion.VERSION_17
Expand Down

0 comments on commit fa8f683

Please sign in to comment.