Skip to content

Commit de47c15

Browse files
[JN-1457]: Bump org.springframework.boot:spring-boot-starter-data-jdbc from 3.4.1 to 3.4.4 (#1559)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a090cb6 commit de47c15

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

api-admin/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies {
2525
implementation 'org.apache.commons:commons-text:1.13.0'
2626
implementation 'commons-beanutils:commons-beanutils:1.10.1'
2727
implementation 'org.springframework.boot:spring-boot-starter:3.4.3'
28-
implementation 'org.springframework.boot:spring-boot-starter-data-jdbc:3.4.1'
28+
implementation 'org.springframework.boot:spring-boot-starter-data-jdbc:3.4.4'
2929
implementation 'org.springframework.boot:spring-boot-starter-web:3.4.1'
3030
implementation 'org.springframework.boot:spring-boot-starter-cache:3.4.3'
3131
implementation 'org.yaml:snakeyaml:2.4'

api-participant/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
implementation 'org.apache.commons:commons-text:1.13.0'
2525
implementation 'commons-beanutils:commons-beanutils:1.10.1'
2626
implementation 'org.springframework.boot:spring-boot-starter:3.4.3'
27-
implementation 'org.springframework.boot:spring-boot-starter-data-jdbc:3.4.1'
27+
implementation 'org.springframework.boot:spring-boot-starter-data-jdbc:3.4.4'
2828
implementation 'org.springframework.boot:spring-boot-starter-web:3.4.1'
2929
implementation 'org.springframework.boot:spring-boot-starter-cache:3.4.3'
3030
implementation 'org.yaml:snakeyaml:2.4'

core/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
implementation group: 'org.jdbi', name: 'jdbi3-spring5', version: '3.34.0'
2828
implementation group: 'org.jdbi', name: 'jdbi3-sqlobject', version: '3.34.0'
2929
implementation group: 'org.jdbi', name: 'jdbi3-postgres', version: '3.34.0'
30-
implementation 'org.springframework.boot:spring-boot-starter-data-jdbc:3.4.1'
30+
implementation 'org.springframework.boot:spring-boot-starter-data-jdbc:3.4.4'
3131
implementation 'org.springframework.boot:spring-boot-starter-webflux:3.4.3'
3232
implementation 'org.springframework.boot:spring-boot-starter-validation:3.4.2'
3333
implementation 'org.springframework.boot:spring-boot-starter-cache:3.4.3'

pepper-import/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
implementation 'org.apache.commons:commons-text:1.13.0'
3232
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
3333
testImplementation 'org.springframework.boot:spring-boot-starter-test:3.4.2'
34-
implementation 'org.springframework.boot:spring-boot-starter-data-jdbc:3.4.1'
34+
implementation 'org.springframework.boot:spring-boot-starter-data-jdbc:3.4.4'
3535
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
3636
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2'
3737
implementation 'org.yaml:snakeyaml:2.4'

populate/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
implementation 'org.apache.commons:commons-text:1.13.0'
2525
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
2626
testImplementation 'org.springframework.boot:spring-boot-starter-test:3.4.2'
27-
implementation 'org.springframework.boot:spring-boot-starter-data-jdbc:3.4.1'
27+
implementation 'org.springframework.boot:spring-boot-starter-data-jdbc:3.4.4'
2828
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
2929
implementation 'org.yaml:snakeyaml:2.4'
3030

0 commit comments

Comments
 (0)