Skip to content

Commit daa6c6f

Browse files
Library version up
1 parent be7db64 commit daa6c6f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

dbAndCsvBatch/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
plugins {
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

1212
group = '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'

skeletonBatch/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
plugins {
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

1212
group = 'com.example.batch'

0 commit comments

Comments
 (0)