diff --git a/build.gradle b/build.gradle index 7e389b1..c01a4f3 100644 --- a/build.gradle +++ b/build.gradle @@ -83,7 +83,7 @@ allprojects { dependencies { api('org.querqy:querqy-lucene:5.4.lucene900.1') api('com.fasterxml.jackson.core:jackson-databind') - api('com.fasterxml.jackson.core:jackson-core:2.13.3') + api('com.fasterxml.jackson.core:jackson-core:2.14.2') api('com.fasterxml.jackson.core:jackson-annotations:2.13.4') api('com.jayway.jsonpath:json-path:2.7.0') implementation("commons-io:commons-io:2.11.0")