Skip to content

Commit

Permalink
Java/Spring: Update to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jan 17, 2024
1 parent 9d1b982 commit b3e3133
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.0")
classpath("org.springframework.boot:spring-boot-gradle-plugin:3.2.1")
}
}

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.0'
implementation 'org.springframework.boot:spring-boot-starter-jdbc:3.2.0'
implementation 'org.springframework.boot:spring-boot-starter-web:3.2.0'
testImplementation 'org.springframework.boot:spring-boot-starter-test:3.2.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'
testImplementation 'junit:junit:4.13.2'
}

Expand Down

0 comments on commit b3e3133

Please sign in to comment.