Skip to content

Commit

Permalink
Dependencies: Update to Spring 3.3.0 in /java-spring
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jun 13, 2024
1 parent 3d83a74 commit 2bbb090
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.2")
classpath("org.springframework.boot:spring-boot-gradle-plugin:3.3.0")
}
}

Expand All @@ -28,10 +28,10 @@ repositories {
dependencies {
implementation 'commons-codec:commons-codec:1.16.1'
implementation 'io.crate:crate-jdbc:2.7.0'
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'
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'
testImplementation 'junit:junit:4.13.2'
}

Expand Down

0 comments on commit 2bbb090

Please sign in to comment.