File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ buildscript {
88 mavenCentral()
99 }
1010 dependencies {
11- classpath(" org.springframework.boot:spring-boot-gradle-plugin:3.4.2 " )
11+ classpath(" org.springframework.boot:spring-boot-gradle-plugin:3.5.10 " )
1212 }
1313}
1414
@@ -28,10 +28,10 @@ repositories {
2828dependencies {
2929 implementation ' commons-codec:commons-codec:1.17.1'
3030 implementation ' io.crate:crate-jdbc:2.7.0'
31- implementation ' org.springframework.boot:spring-boot-starter-data-jdbc:3.4.2 '
32- implementation ' org.springframework.boot:spring-boot-starter-jdbc:3.3.1 '
33- implementation ' org.springframework.boot:spring-boot-starter-web:3.3.1 '
34- testImplementation ' org.springframework.boot:spring-boot-starter-test:3.4.2 '
31+ implementation ' org.springframework.boot:spring-boot-starter-data-jdbc:3.5.10 '
32+ implementation ' org.springframework.boot:spring-boot-starter-jdbc:3.5.10 '
33+ implementation ' org.springframework.boot:spring-boot-starter-web:3.5.10 '
34+ testImplementation ' org.springframework.boot:spring-boot-starter-test:3.5.10 '
3535 testImplementation ' junit:junit:4.13.2'
3636}
3737
You can’t perform that action at this time.
0 commit comments