Skip to content

Commit be7245e

Browse files
committed
Java/Spring: Update to Spring 3.5.10
1 parent 7649795 commit be7245e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

java-spring/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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 {
2828
dependencies {
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

0 commit comments

Comments
 (0)