File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11plugins {
2- id(" org.springframework.boot" ) version " 3.4.0 "
3- id(" io.spring.dependency-management" ) version " 1.1.6 "
2+ id(" org.springframework.boot" ) version " 3.4.1 "
3+ id(" io.spring.dependency-management" ) version " 1.1.7 "
44 id(" com.diffplug.spotless" ) version " 6.22.0"
55 id(" nu.studer.jooq" ) version " 9.0"
66 id(" java" )
77 id(" project-report" )
88 id(" jacoco" )
9- id(" com.github.spotbugs" ) version " 6.0.26 "
9+ id(" com.github.spotbugs" ) version " 6.0.27 "
1010}
1111
1212group = ' com.example.batch'
@@ -27,7 +27,7 @@ dependencies {
2727 implementation " org.springframework.boot:spring-boot-starter-jooq"
2828 implementation ' org.jooq:jooq'
2929 implementation ' org.apache.commons:commons-lang3'
30- implementation ' com.opencsv:opencsv:5.8 '
30+ implementation ' com.opencsv:opencsv:5.9 '
3131 implementation ' com.mysql:mysql-connector-j'
3232
3333 runtimeOnly ' com.h2database:h2'
Original file line number Diff line number Diff line change 11plugins {
2- id(" org.springframework.boot" ) version " 3.4.0 "
3- id(" io.spring.dependency-management" ) version " 1.1.6 "
2+ id(" org.springframework.boot" ) version " 3.4.1 "
3+ id(" io.spring.dependency-management" ) version " 1.1.7 "
44 id(" com.diffplug.spotless" ) version " 6.22.0"
55 id(" nu.studer.jooq" ) version " 9.0"
66 id(" java" )
77 id(" project-report" )
88 id(" jacoco" )
9- id(" com.github.spotbugs" ) version " 6.0.26 "
9+ id(" com.github.spotbugs" ) version " 6.0.27 "
1010}
1111
1212group = ' com.example.batch'
You can’t perform that action at this time.
0 commit comments