File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ dependencies {
3838 // The API needs databind because JacksonObjectMapper.java
3939 // exposes a com.fasterxml.jackson.databind.ObjectMapper
4040 // on its public APi.
41- api(" com.fasterxml.jackson.core:jackson-databind:2.14.2 " )
41+ api(" com.fasterxml.jackson.core:jackson-databind:2.21.3 " )
4242
43- implementation(" com.fasterxml.jackson.core:jackson-annotations:2.14.2 " )
43+ implementation(" com.fasterxml.jackson.core:jackson-annotations:2.21 " )
4444 // Java 8 date/time type java.time.OffsetDateTime not supported by default,
4545 // so we need to add com.fasterxml.jackson.datatype:jackson-datatype-jsr310
46- implementation(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.14 .2" )
46+ implementation(" com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.21 .2" )
4747
4848 // Use JUnit Jupiter for testing.
4949 testImplementation(" org.junit.jupiter:junit-jupiter:5.9.2" )
You can’t perform that action at this time.
0 commit comments