File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ dependencies {
3838 implementation ' org.liquibase:liquibase-core:4.31.0'
3939 implementation ' org.yaml:snakeyaml:2.4'
4040 implementation ' jakarta.validation:jakarta.validation-api:3.1.1'
41- implementation ' com.fasterxml.jackson.core:jackson-databind:2.18.2 '
41+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.18.3 '
4242 implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2'
4343 implementation ' com.sendgrid:sendgrid-java:4.10.3'
4444 implementation ' com.auth0:java-jwt:4.5.0'
@@ -69,7 +69,7 @@ dependencies {
6969
7070 testFixturesImplementation ' org.springframework.boot:spring-boot-starter-test:3.4.2'
7171 testFixturesImplementation ' org.apache.commons:commons-text:1.13.0'
72- testFixturesImplementation ' com.fasterxml.jackson.core:jackson-databind:2.18.2 '
72+ testFixturesImplementation ' com.fasterxml.jackson.core:jackson-databind:2.18.3 '
7373}
7474
7575generateGrammarSource {
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ dependencies {
3232 testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.4'
3333 testImplementation ' org.springframework.boot:spring-boot-starter-test:3.4.2'
3434 implementation ' org.springframework.boot:spring-boot-starter-data-jdbc:3.4.4'
35- implementation ' com.fasterxml.jackson.core:jackson-databind:2.18.2 '
35+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.18.3 '
3636 implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2'
3737 implementation ' org.yaml:snakeyaml:2.4'
3838 implementation ' com.typesafe:config:1.4.3'
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ dependencies {
2525 testImplementation ' org.junit.jupiter:junit-jupiter-api:5.11.4'
2626 testImplementation ' org.springframework.boot:spring-boot-starter-test:3.4.2'
2727 implementation ' org.springframework.boot:spring-boot-starter-data-jdbc:3.4.4'
28- implementation ' com.fasterxml.jackson.core:jackson-databind:2.18.2 '
28+ implementation ' com.fasterxml.jackson.core:jackson-databind:2.18.3 '
2929 implementation ' org.yaml:snakeyaml:2.4'
3030
3131 testImplementation ' org.apache.commons:commons-text:1.13.0'
You can’t perform that action at this time.
0 commit comments