File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ plugins {
33}
44
55dependencies {
6- compileOnly ' com.fasterxml.jackson.core:jackson-databind:2.20.0 '
6+ compileOnly ' com.fasterxml.jackson.core:jackson-databind:2.20.1 '
77 api project(" :unit-api-core" )
88
9- testImplementation ' com.fasterxml.jackson.core:jackson-databind:2.20.0 '
9+ testImplementation ' com.fasterxml.jackson.core:jackson-databind:2.20.1 '
1010}
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies {
66 implementation(" jakarta.validation:jakarta.validation-api:3.1.1" )
77 implementation project(" :unit-api-core" )
88
9- testImplementation ' com.fasterxml.jackson.core:jackson-databind:2.20.0 '
9+ testImplementation ' com.fasterxml.jackson.core:jackson-databind:2.20.1 '
1010 testImplementation ' org.hibernate.validator:hibernate-validator:9.0.1.Final'
1111 testImplementation(" org.glassfish:jakarta.el:4.0.2" )
1212}
You can’t perform that action at this time.
0 commit comments