File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies {
25
25
implementation ' org.apache.commons:commons-text:1.13.0'
26
26
implementation ' commons-beanutils:commons-beanutils:1.10.1'
27
27
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 '
29
29
implementation ' org.springframework.boot:spring-boot-starter-web:3.4.1'
30
30
implementation ' org.springframework.boot:spring-boot-starter-cache:3.4.3'
31
31
implementation ' org.yaml:snakeyaml:2.4'
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ dependencies {
24
24
implementation ' org.apache.commons:commons-text:1.13.0'
25
25
implementation ' commons-beanutils:commons-beanutils:1.10.1'
26
26
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 '
28
28
implementation ' org.springframework.boot:spring-boot-starter-web:3.4.1'
29
29
implementation ' org.springframework.boot:spring-boot-starter-cache:3.4.3'
30
30
implementation ' org.yaml:snakeyaml:2.4'
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies {
27
27
implementation group : ' org.jdbi' , name : ' jdbi3-spring5' , version : ' 3.34.0'
28
28
implementation group : ' org.jdbi' , name : ' jdbi3-sqlobject' , version : ' 3.34.0'
29
29
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 '
31
31
implementation ' org.springframework.boot:spring-boot-starter-webflux:3.4.3'
32
32
implementation ' org.springframework.boot:spring-boot-starter-validation:3.4.2'
33
33
implementation ' org.springframework.boot:spring-boot-starter-cache:3.4.3'
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ dependencies {
31
31
implementation ' org.apache.commons:commons-text:1.13.0'
32
32
testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.4'
33
33
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 '
35
35
implementation ' com.fasterxml.jackson.core:jackson-databind:2.18.2'
36
36
implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2'
37
37
implementation ' org.yaml:snakeyaml:2.4'
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ dependencies {
24
24
implementation ' org.apache.commons:commons-text:1.13.0'
25
25
testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.4'
26
26
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 '
28
28
implementation ' com.fasterxml.jackson.core:jackson-databind:2.18.2'
29
29
implementation ' org.yaml:snakeyaml:2.4'
30
30
You can’t perform that action at this time.
0 commit comments