diff --git a/jsonschema2pojo-gradle-plugin/example/android/app/build.gradle b/jsonschema2pojo-gradle-plugin/example/android/app/build.gradle index 7263e12fc..7f5e7ecd1 100644 --- a/jsonschema2pojo-gradle-plugin/example/android/app/build.gradle +++ b/jsonschema2pojo-gradle-plugin/example/android/app/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation 'javax.validation:validation-api:2.0.1.Final' implementation 'jakarta.validation:jakarta.validation-api:3.0.2' // Required if generating Jackson 2 annotations - implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.1' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.2' } // Each configuration is set to the default value diff --git a/jsonschema2pojo-gradle-plugin/example/android/lib/build.gradle b/jsonschema2pojo-gradle-plugin/example/android/lib/build.gradle index 17351a1db..d2b9f02f8 100644 --- a/jsonschema2pojo-gradle-plugin/example/android/lib/build.gradle +++ b/jsonschema2pojo-gradle-plugin/example/android/lib/build.gradle @@ -33,7 +33,7 @@ dependencies { implementation 'javax.validation:validation-api:2.0.1.Final' implementation 'jakarta.validation:jakarta.validation-api:3.0.2' // Required if generating Jackson 2 annotations - implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.1' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.2' } // Each configuration is set to the default value diff --git a/jsonschema2pojo-maven-plugin/src/test/resources/example/pom.xml b/jsonschema2pojo-maven-plugin/src/test/resources/example/pom.xml index 6e28050e2..58e07fc92 100644 --- a/jsonschema2pojo-maven-plugin/src/test/resources/example/pom.xml +++ b/jsonschema2pojo-maven-plugin/src/test/resources/example/pom.xml @@ -40,7 +40,7 @@ com.fasterxml.jackson.core jackson-databind - 2.14.1 + 2.14.2 diff --git a/jsonschema2pojo-maven-plugin/src/test/resources/filtered/pom.xml b/jsonschema2pojo-maven-plugin/src/test/resources/filtered/pom.xml index f6b75fe90..eb6aeedc5 100644 --- a/jsonschema2pojo-maven-plugin/src/test/resources/filtered/pom.xml +++ b/jsonschema2pojo-maven-plugin/src/test/resources/filtered/pom.xml @@ -9,7 +9,7 @@ com.fasterxml.jackson.core jackson-databind - 2.14.1 + 2.14.2 diff --git a/pom.xml b/pom.xml index 6b9df7298..94df6680e 100644 --- a/pom.xml +++ b/pom.xml @@ -52,8 +52,8 @@ 5.6 2.10.1 1.12.0 - 2.14.1 - 2.14.1 + 2.14.2 + 2.14.2 3.7.1 @@ -67,7 +67,7 @@ org.apache.maven.plugins maven-site-plugin - 3.9.1 + 3.12.1 org.apache.maven.plugins @@ -199,7 +199,7 @@ org.apache.maven.plugins maven-source-plugin - 2.4 + 3.2.1 attach-sources @@ -400,7 +400,7 @@ org.glassfish jakarta.el - 4.0.1 + 4.0.2 test