File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed
clear-run-id-incrementer-kotlin-sample
clear-run-id-incrementer-sample
delete-meta-data-job-kotlin-sample
delete-meta-data-job-sample
single-class-reader-processor-writer-kotlin-sample
single-class-reader-processor-writer-sample Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11[versions ]
2- spring-boot = " 3.3 .0"
3- spring-batch = " 5.1 .0"
2+ spring-boot = " 3.4 .0"
3+ spring-batch = " 5.2 .0"
44# spring-jdbc version should follow minor version described in 'spring-framework.version'
55# https://github.com/spring-projects/spring-batch/blob/main/pom.xml
6- spring-jdbc = " 6.1 .0"
6+ spring-jdbc = " 6.2 .0"
77slf4j = " 1.7.36"
88reactor-core = " 3.5.0"
99findbugs-jsr305 = " 3.0.2"
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ tasks.named<Test>("test") {
3333
3434dependencyManagement {
3535 imports {
36- mavenBom(" org.springframework.boot:spring-boot-dependencies:3.3 .0" )
36+ mavenBom(" org.springframework.boot:spring-boot-dependencies:3.4 .0" )
3737 }
3838}
3939
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ tasks.named<Test>("test") {
2727
2828dependencyManagement {
2929 imports {
30- mavenBom(" org.springframework.boot:spring-boot-dependencies:3.3 .0" )
30+ mavenBom(" org.springframework.boot:spring-boot-dependencies:3.4 .0" )
3131 }
3232}
3333
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ tasks.named<Test>("test") {
3333
3434dependencyManagement {
3535 imports {
36- mavenBom(" org.springframework.boot:spring-boot-dependencies:3.3 .0" )
36+ mavenBom(" org.springframework.boot:spring-boot-dependencies:3.4 .0" )
3737 }
3838}
3939
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ tasks.named<Test>("test") {
2727
2828dependencyManagement {
2929 imports {
30- mavenBom(" org.springframework.boot:spring-boot-dependencies:3.3 .0" )
30+ mavenBom(" org.springframework.boot:spring-boot-dependencies:3.4 .0" )
3131 }
3232}
3333
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ tasks.named<Test>("test") {
3333
3434dependencyManagement {
3535 imports {
36- mavenBom(" org.springframework.boot:spring-boot-dependencies:3.3 .0" )
36+ mavenBom(" org.springframework.boot:spring-boot-dependencies:3.4 .0" )
3737 }
3838}
3939
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ tasks.named<Test>("test") {
3333
3434dependencyManagement {
3535 imports {
36- mavenBom(" org.springframework.boot:spring-boot-dependencies:3.3 .0" )
36+ mavenBom(" org.springframework.boot:spring-boot-dependencies:3.4 .0" )
3737 }
3838}
3939
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ tasks.named<Test>("test") {
2727
2828dependencyManagement {
2929 imports {
30- mavenBom(" org.springframework.boot:spring-boot-dependencies:3.3 .0" )
30+ mavenBom(" org.springframework.boot:spring-boot-dependencies:3.4 .0" )
3131 }
3232}
3333
You can’t perform that action at this time.
0 commit comments