Skip to content

Commit

Permalink
Update Tools - Data Processing
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 28, 2024
1 parent 88120b8 commit 7784384
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -396,17 +396,17 @@ 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'
implementation group: 'org.apache.tika', name: 'tika-parsers', version: '2.8.0'

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'
Expand Down

0 comments on commit 7784384

Please sign in to comment.