Skip to content

Commit

Permalink
Java: Update to Spring Boot 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jul 8, 2024
1 parent 96f998c commit a3251e7
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.3.0")
classpath("org.springframework.boot:spring-boot-gradle-plugin:3.3.1")
}
}

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

Expand Down

0 comments on commit a3251e7

Please sign in to comment.