File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed
Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ dependencies {
1111 compileOnly " org.graceframework:grace-boot:$graceVersion "
1212 api project(" :views-core" )
1313
14- api " org.springframework.boot:spring-boot-autoconfigure"
15- annotationProcessor " org.springframework.boot:spring-boot-autoconfigure-processor"
16- annotationProcessor " org.springframework.boot:spring-boot-configuration-processor"
14+ api " org.springframework.boot:spring-boot-autoconfigure: $s pringBootVersion "
15+ annotationProcessor " org.springframework.boot:spring-boot-autoconfigure-processor: $s pringBootVersion "
16+ annotationProcessor " org.springframework.boot:spring-boot-configuration-processor: $s pringBootVersion "
1717 testImplementation " org.graceframework:grace-test-support:$graceVersion "
1818}
1919
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ junitJupiterVersion=5.10.5
1717junitPlatformVersion =1.10.5
1818servletApiVersion =6.0.0
1919spockVersion =2.3-groovy-4.0
20+ springBootVersion =3.3.10
2021springDependencyManagementPluginVersion =1.1.7
2122
2223org.gradle.caching =true
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ dependencies {
1313 compileOnly " org.graceframework:grace-boot:$graceVersion "
1414 api project(" :views-core" )
1515
16- api " org.springframework.boot:spring-boot-autoconfigure"
17- annotationProcessor " org.springframework.boot:spring-boot-autoconfigure-processor"
18- annotationProcessor " org.springframework.boot:spring-boot-configuration-processor"
16+ api " org.springframework.boot:spring-boot-autoconfigure: $s pringBootVersion "
17+ annotationProcessor " org.springframework.boot:spring-boot-autoconfigure-processor: $s pringBootVersion "
18+ annotationProcessor " org.springframework.boot:spring-boot-configuration-processor: $s pringBootVersion "
1919 api " org.graceframework:grace-datastore-gorm:$gormVersion "
2020 testImplementation " org.graceframework:grace-test-support:$graceVersion "
2121 testImplementation project(" :views-json-testing-support" )
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ dependencies {
99 compileOnly " org.graceframework:grace-boot:$graceVersion "
1010 api project(" :views-core" )
1111
12- api " org.springframework.boot:spring-boot-autoconfigure"
13- annotationProcessor " org.springframework.boot:spring-boot-autoconfigure-processor"
14- annotationProcessor " org.springframework.boot:spring-boot-configuration-processor"
12+ api " org.springframework.boot:spring-boot-autoconfigure: $s pringBootVersion "
13+ annotationProcessor " org.springframework.boot:spring-boot-autoconfigure-processor: $s pringBootVersion "
14+ annotationProcessor " org.springframework.boot:spring-boot-configuration-processor: $s pringBootVersion "
1515 testImplementation " org.graceframework:grace-test-support:$graceVersion "
1616}
1717
You can’t perform that action at this time.
0 commit comments