diff --git a/build.gradle b/build.gradle index be561e7763a..02da191290f 100644 --- a/build.gradle +++ b/build.gradle @@ -363,11 +363,11 @@ dependencies { implementation group:'org.overviewproject', name: 'mime-types', version: '1.0.4' // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-core - implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.15.2' + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.18.0' // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind - implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.15.2' - implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.15.2' - implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: '2.15.2' + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.18.0' + implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.18.0' + implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: '2.18.0' implementation group:'javax.xml.bind', name: 'jaxb-api', version: '2.3.1' implementation group: 'org.springframework', name: 'spring-jms' @@ -396,7 +396,7 @@ dependencies { implementation group: 'commons-io', name: 'commons-io', version: '2.13.0' implementation group: 'org.apache.commons', name: 'commons-collections4', version: '4.4' - implementation group: 'org.apache.commons', name: 'commons-text', version: '1.10.0' + implementation group: 'org.apache.commons', name: 'commons-text', version: '1.12.0' implementation group: 'org.apache.pdfbox', name: 'xmpbox', version: '2.0.29' implementation group: 'org.apache.pdfbox', name: 'pdfbox', version: '2.0.29' implementation group: 'org.apache.tika', name: 'tika-core', version: '2.8.0' @@ -404,9 +404,9 @@ dependencies { implementation group: 'org.json', name: 'json', version: '20240205' - implementation group: 'com.opencsv', name: 'opencsv', version: '5.7.1' + implementation group: 'com.opencsv', name: 'opencsv', version: '5.9' - implementation group: "com.networknt", name: "json-schema-validator", version: "1.0.81" + implementation group: "com.networknt", name: "json-schema-validator", version: "1.5.2" implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-core', version: '9.0.86' implementation group: 'org.apache.tomcat.embed', name: 'tomcat-embed-websocket', version: '9.0.86'