File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies {
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'
29- implementation group : ' org.jdbi' , name : ' jdbi3-postgres' , version : ' 3.34.0 '
29+ implementation group : ' org.jdbi' , name : ' jdbi3-postgres' , version : ' 3.49.2 '
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'
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependencies {
2727 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'
30- implementation group : ' org.jdbi' , name : ' jdbi3-postgres' , version : ' 3.34.0 '
30+ implementation group : ' org.jdbi' , name : ' jdbi3-postgres' , version : ' 3.49.2 '
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'
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dependencies {
2020 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'
23- implementation group : ' org.jdbi' , name : ' jdbi3-postgres' , version : ' 3.34.0 '
23+ implementation group : ' org.jdbi' , name : ' jdbi3-postgres' , version : ' 3.49.2 '
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'
You can’t perform that action at this time.
0 commit comments