File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ repositories {
2424dependencies {
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'
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ repositories {
1717
1818dependencies {
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'
You can’t perform that action at this time.
0 commit comments