Skip to content

Commit

Permalink
FINERACT-2089 Upgrade java dependencies/libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
IOhacker committed May 30, 2024
1 parent 620f60c commit ece037e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ plugins {
id 'com.github.hierynomus.license' version '0.16.1' apply false
id 'com.github.jk1.dependency-license-report' version '2.5' apply false
id 'org.zeroturnaround.gradle.jrebel' version '1.2.0' apply false
id 'org.springframework.boot' version '3.2.2' apply false
id 'org.springframework.boot' version '3.2.6' apply false
id 'net.ltgt.errorprone' version '3.1.0' apply false
id 'io.swagger.core.v3.swagger-gradle-plugin' version '2.2.19' apply false
id 'com.gorylenko.gradle-git-properties' version '2.4.1' apply false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dependencyManagement {
dependency 'com.github.spullara.mustache.java:compiler:0.9.11'
dependency 'com.jayway.jsonpath:json-path:2.9.0'
dependency 'org.apache.tika:tika-core:2.9.1'
dependency ('org.apache.tika:tika-parser-microsoft-module:2.9.1') {
dependency ('org.apache.tika:tika-parser-microsoft-module:2.9.2') {
exclude 'org.bouncycastle:bcprov-jdk15on'
exclude 'org.bouncycastle:bcmail-jdk15on'
exclude 'org.bouncycastle:bcprov-jdk18on'
Expand All @@ -84,15 +84,14 @@ dependencyManagement {
exclude 'commons-io:commons-io'
exclude 'commons-logging:commons-logging'
exclude 'commons-codec:commons-codec'
exclude 'org.apache.commons:commons-compress'
exclude 'org.apache.commons:commons-lang3'
exclude 'org.apache.poi:poi'
exclude 'org.apache.poi:poi-scratchpad'
exclude 'org.glassfish.jaxb:jaxb-runtime'
exclude 'org.apache.commons:commons-compress'
exclude 'xml-apis:xml-apis'
}
dependency ('org.apache.tika:tika-parser-miscoffice-module:2.9.1') {
dependency ('org.apache.tika:tika-parser-miscoffice-module:2.9.2') {
exclude 'org.bouncycastle:bcprov-jdk15on'
exclude 'org.bouncycastle:bcmail-jdk15on'
exclude 'org.bouncycastle:bcprov-jdk18on'
Expand All @@ -102,7 +101,6 @@ dependencyManagement {
exclude 'org.slf4j:slf4j-api'
exclude 'commons-io:commons-io'
exclude 'commons-codec:commons-codec'
exclude 'org.apache.commons:commons-compress'
exclude 'org.apache.commons:commons-lang3'
exclude 'org.apache.poi:poi'
exclude 'org.apache.poi:poi-scratchpad'
Expand Down Expand Up @@ -234,7 +232,7 @@ dependencyManagement {
exclude 'org.slf4j:slf4j-api'
}

dependency 'org.postgresql:postgresql:42.7.1'
dependency 'org.postgresql:postgresql:42.7.3'

dependency 'org.assertj:assertj-core:3.25.3'

Expand Down

0 comments on commit ece037e

Please sign in to comment.