diff --git a/.codegen.json b/.codegen.json index c9ef58a30..a36c96853 100644 --- a/.codegen.json +++ b/.codegen.json @@ -1 +1 @@ -{ "engineHash": "5560f9a", "specHash": "131c54a", "version": "10.14.0" } +{ "engineHash": "7fa5d4a", "specHash": "131c54a", "version": "10.14.0" } diff --git a/README.md b/README.md index 5e4755822..af59071e9 100644 --- a/README.md +++ b/README.md @@ -173,14 +173,14 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md). The Java SDK uses third-party libraries that are required for usage. Their licenses are listed below: -1. [jackson-annotations v2.17.2](https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations/2.17.2) - Maven: `com.fasterxml.jackson.core:jackson-annotations:2.17.2` +1. [jackson-annotations v2.21](https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations/2.21) + Maven: `com.fasterxml.jackson.core:jackson-annotations:2.21` Licence: [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) -2. [jackson-core v2.17.2](https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core/2.17.2) - Maven: `com.fasterxml.jackson.core:jackson-core:2.17.2` +2. [jackson-core v2.21.4](https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core/2.21.4) + Maven: `com.fasterxml.jackson.core:jackson-core:2.21.4` Licence: [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) -3. [jackson-databind v2.17.2](https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind/2.17.2) - Maven: `com.fasterxml.jackson.core:jackson-databind:2.17.2` +3. [jackson-databind v2.21.4](https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind/2.21.4) + Maven: `com.fasterxml.jackson.core:jackson-databind:2.21.4` Licence: [Apache 2.0](https://www.apache.org/licenses/LICENSE-2.0) 4. [okhttp v4.12.0](https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp/4.12.0) Maven: `com.squareup.okhttp3:okhttp:4.12.0` diff --git a/gradle.properties b/gradle.properties index 98e33de7e..ee0b8d385 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,8 +1,8 @@ libraryJavaVersion=1.8 spotlessVersion=6.2.0 -jacksonAnnotationVersion=2.17.2 -jacksonCoreVersion=2.17.2 -jacksonDatabindVersion=2.17.2 +jacksonAnnotationVersion=2.21 +jacksonCoreVersion=2.21.4 +jacksonDatabindVersion=2.21.4 okhttpVersion=4.12.0 okioVersion=3.5.0 jose4jVersion=0.9.6