Skip to content

Commit

Permalink
Bump up spring versions (batch: 5.2.0, boot: 3.4.0)
Browse files Browse the repository at this point in the history
Signed-off-by: Taeik Lim <sibera21@gmail.com>
  • Loading branch information
acktsap authored Feb 2, 2025
1 parent 8423609 commit 0b7cfc5
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[versions]
spring-boot = "3.3.0"
spring-batch = "5.1.0"
spring-boot = "3.4.0"
spring-batch = "5.2.0"
# spring-jdbc version should follow minor version described in 'spring-framework.version'
# https://github.com/spring-projects/spring-batch/blob/main/pom.xml
spring-jdbc = "6.1.0"
spring-jdbc = "6.2.0"
slf4j = "1.7.36"
reactor-core = "3.5.0"
findbugs-jsr305 = "3.0.2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tasks.named<Test>("test") {

dependencyManagement {
imports {
mavenBom("org.springframework.boot:spring-boot-dependencies:3.3.0")
mavenBom("org.springframework.boot:spring-boot-dependencies:3.4.0")
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tasks.named<Test>("test") {

dependencyManagement {
imports {
mavenBom("org.springframework.boot:spring-boot-dependencies:3.3.0")
mavenBom("org.springframework.boot:spring-boot-dependencies:3.4.0")
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tasks.named<Test>("test") {

dependencyManagement {
imports {
mavenBom("org.springframework.boot:spring-boot-dependencies:3.3.0")
mavenBom("org.springframework.boot:spring-boot-dependencies:3.4.0")
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tasks.named<Test>("test") {

dependencyManagement {
imports {
mavenBom("org.springframework.boot:spring-boot-dependencies:3.3.0")
mavenBom("org.springframework.boot:spring-boot-dependencies:3.4.0")
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tasks.named<Test>("test") {

dependencyManagement {
imports {
mavenBom("org.springframework.boot:spring-boot-dependencies:3.3.0")
mavenBom("org.springframework.boot:spring-boot-dependencies:3.4.0")
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ tasks.named<Test>("test") {

dependencyManagement {
imports {
mavenBom("org.springframework.boot:spring-boot-dependencies:3.3.0")
mavenBom("org.springframework.boot:spring-boot-dependencies:3.4.0")
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tasks.named<Test>("test") {

dependencyManagement {
imports {
mavenBom("org.springframework.boot:spring-boot-dependencies:3.3.0")
mavenBom("org.springframework.boot:spring-boot-dependencies:3.4.0")
}
}

Expand Down

0 comments on commit 0b7cfc5

Please sign in to comment.