Skip to content

Commit 2e8ec8d

Browse files
[JN-1457]: Bump org.springframework.boot:spring-boot-starter from 3.4.3 to 3.4.4 (#1584)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bf84bd4 commit 2e8ec8d

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

api-admin/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ dependencies {
2424
implementation 'org.apache.commons:commons-dbcp2'
2525
implementation 'org.apache.commons:commons-text:1.13.0'
2626
implementation 'commons-beanutils:commons-beanutils:1.10.1'
27-
implementation 'org.springframework.boot:spring-boot-starter:3.4.3'
27+
implementation 'org.springframework.boot:spring-boot-starter:3.4.4'
2828
implementation 'org.springframework.boot:spring-boot-starter-data-jdbc:3.4.4'
2929
implementation 'org.springframework.boot:spring-boot-starter-web:3.4.1'
30-
implementation 'org.springframework.boot:spring-boot-starter-cache:3.4.3'
30+
implementation 'org.springframework.boot:spring-boot-starter-cache:3.4.4'
3131
implementation 'org.yaml:snakeyaml:2.4'
3232
implementation 'org.springframework.retry:spring-retry'
3333
implementation 'jakarta.ws.rs:jakarta.ws.rs-api:4.0.0'

api-participant/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ dependencies {
2323
implementation 'org.apache.commons:commons-dbcp2'
2424
implementation 'org.apache.commons:commons-text:1.13.0'
2525
implementation 'commons-beanutils:commons-beanutils:1.10.1'
26-
implementation 'org.springframework.boot:spring-boot-starter:3.4.3'
26+
implementation 'org.springframework.boot:spring-boot-starter:3.4.4'
2727
implementation 'org.springframework.boot:spring-boot-starter-data-jdbc:3.4.4'
2828
implementation 'org.springframework.boot:spring-boot-starter-web:3.4.1'
29-
implementation 'org.springframework.boot:spring-boot-starter-cache:3.4.3'
29+
implementation 'org.springframework.boot:spring-boot-starter-cache:3.4.4'
3030
implementation 'org.yaml:snakeyaml:2.4'
3131
implementation 'org.springframework.retry:spring-retry'
3232
implementation 'jakarta.ws.rs:jakarta.ws.rs-api:4.0.0'

core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ dependencies {
2222
antlr "org.antlr:antlr4:4.13.2"
2323
compileOnly "org.antlr:antlr4-runtime:4.13.2"
2424

25-
implementation 'org.springframework.boot:spring-boot-starter:3.4.3'
25+
implementation 'org.springframework.boot:spring-boot-starter:3.4.4'
2626
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.5'
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'
3030
implementation 'org.springframework.boot:spring-boot-starter-data-jdbc:3.4.4'
3131
implementation 'org.springframework.boot:spring-boot-starter-webflux:3.4.4'
3232
implementation 'org.springframework.boot:spring-boot-starter-validation:3.4.2'
33-
implementation 'org.springframework.boot:spring-boot-starter-cache:3.4.3'
33+
implementation 'org.springframework.boot:spring-boot-starter-cache:3.4.4'
3434
implementation 'org.springframework.retry:spring-retry:2.0.11'
3535
implementation 'org.apache.commons:commons-text:1.13.0'
3636
implementation 'org.apache.commons:commons-csv:1.13.0'

pepper-import/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repositories {
2424
dependencies {
2525
implementation project(':core')
2626
implementation project(':populate')
27-
implementation 'org.springframework.boot:spring-boot-starter:3.4.3'
27+
implementation 'org.springframework.boot:spring-boot-starter:3.4.4'
2828
implementation group: 'org.jdbi', name: 'jdbi3-spring5', version: '3.34.0'
2929
implementation group: 'org.jdbi', name: 'jdbi3-sqlobject', version: '3.34.0'
3030
implementation group: 'org.jdbi', name: 'jdbi3-postgres', version: '3.34.0'

populate/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repositories {
1717

1818
dependencies {
1919
implementation project(':core')
20-
implementation 'org.springframework.boot:spring-boot-starter:3.4.3'
20+
implementation 'org.springframework.boot:spring-boot-starter:3.4.4'
2121
implementation group: 'org.jdbi', name: 'jdbi3-spring5', version: '3.34.0'
2222
implementation group: 'org.jdbi', name: 'jdbi3-sqlobject', version: '3.34.0'
2323
implementation group: 'org.jdbi', name: 'jdbi3-postgres', version: '3.34.0'

0 commit comments

Comments
 (0)