Skip to content

Commit 3acea8c

Browse files
Sheikah45Brutus5000
authored andcommitted
Update to spring boot 3.5.0
1 parent 15599d8 commit 3acea8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ buildscript {
1111

1212
plugins {
1313
id "java"
14-
id "org.springframework.boot" version "3.4.4"
14+
id "org.springframework.boot" version "3.5.0"
1515
id "idea"
1616
id "com.adarshr.test-logger" version "4.0.0"
1717
}
@@ -140,6 +140,7 @@ dependencies {
140140
testAnnotationProcessor("org.projectlombok:lombok")
141141
testAnnotationProcessor("org.springframework.boot:spring-boot-configuration-processor")
142142

143+
implementation("org.checkerframework:checker-qual:3.49.4")
143144
implementation("org.springframework.boot:spring-boot-starter-oauth2-resource-server")
144145
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
145146
implementation("org.springframework.boot:spring-boot-starter-web")

0 commit comments

Comments
 (0)