Skip to content

Commit

Permalink
upgrade jackson to version 2.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bmscomp committed Dec 8, 2023
1 parent 5dd269f commit adf612f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -216,16 +216,16 @@ commons-lang3-3.8.1
commons-logging-1.2
commons-validator-1.7
error_prone_annotations-2.10.0
jackson-annotations-2.15.3
jackson-core-2.15.3
jackson-databind-2.15.3
jackson-dataformat-csv-2.15.3
jackson-datatype-jdk8-2.15.3
jackson-jaxrs-base-2.15.3
jackson-jaxrs-json-provider-2.15.3
jackson-module-jaxb-annotations-2.15.3
jackson-module-scala_2.13-2.15.3
jackson-module-scala_2.12-2.15.3
jackson-annotations-2.16.0
jackson-core-2.16.0
jackson-databind-2.16.0
jackson-dataformat-csv-2.16.0
jackson-datatype-jdk8-2.16.0
jackson-jaxrs-base-2.16.0
jackson-jaxrs-json-provider-2.16.0
jackson-module-jaxb-annotations-2.16.0
jackson-module-scala_2.13-2.16.0
jackson-module-scala_2.12-2.16.0
jakarta.validation-api-2.0.2
javassist-3.29.2-GA
jetty-client-9.4.53.v20231009
Expand Down
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ versions += [
gradle: "8.5",
grgit: "4.1.1",
httpclient: "4.5.14",
jackson: "2.15.3",
jackson: "2.16.0",
jacoco: "0.8.10",
javassist: "3.29.2-GA",
jetty: "9.4.53.v20231009",
Expand Down

0 comments on commit adf612f

Please sign in to comment.