File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ buildscript {
1111
1212plugins {
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" )
You can’t perform that action at this time.
0 commit comments