Skip to content

Commit

Permalink
Update to Spring 3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Feb 6, 2024
1 parent b18f7ac commit be9845e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions java-spring/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("org.springframework.boot:spring-boot-gradle-plugin:3.2.1")
classpath("org.springframework.boot:spring-boot-gradle-plugin:3.2.2")
}
}

Expand All @@ -28,10 +28,10 @@ repositories {
dependencies {
implementation 'commons-codec:commons-codec:1.16.0'
implementation 'io.crate:crate-jdbc:2.7.0'
implementation 'org.springframework.boot:spring-boot-starter-data-jdbc:3.2.1'
implementation 'org.springframework.boot:spring-boot-starter-jdbc:3.2.1'
implementation 'org.springframework.boot:spring-boot-starter-web:3.2.1'
testImplementation 'org.springframework.boot:spring-boot-starter-test:3.2.1'
implementation 'org.springframework.boot:spring-boot-starter-data-jdbc:3.2.2'
implementation 'org.springframework.boot:spring-boot-starter-jdbc:3.2.2'
implementation 'org.springframework.boot:spring-boot-starter-web:3.2.2'
testImplementation 'org.springframework.boot:spring-boot-starter-test:3.2.2'
testImplementation 'junit:junit:4.13.2'
}

Expand Down

0 comments on commit be9845e

Please sign in to comment.