Update jackson dependencies to newer version (#13634)

* update jackson databind dep

* update java native dep to newer version

* fix build issue due to cached config. add dummy pom
This commit is contained in:
William Cheng
2022-10-07 23:04:27 +08:00
committed by GitHub
parent 6f3c0a8b5b
commit 4ee0cfa1ad
308 changed files with 39 additions and 37128 deletions

View File

@@ -63,7 +63,7 @@ artifacts {
ext {
swagger_annotations_version = "1.5.22"
jackson_version = "2.13.0"
jackson_version = "2.13.4"
jakarta_annotation_version = "1.3.5"
junit_version = "4.13.2"
}

View File

@@ -214,7 +214,7 @@
<swagger-annotations-version>1.5.22</swagger-annotations-version>
<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
<jackson-version>2.13.0</jackson-version>
<jackson-version>2.13.4</jackson-version>
<jackson-databind-nullable-version>0.2.3</jackson-databind-nullable-version>
<jakarta-annotation-version>1.3.5</jakarta-annotation-version>
<junit-version>4.13.2</junit-version>