Skip to content

Commit

Permalink
feat: Update dependencies in hale-platform to resolve security issues
Browse files Browse the repository at this point in the history
update slf4jAndLogback from 1.0.13 to 1.2.12
org.quartz-scheduler from 1.7.3 to 2.3.2
org.apache.tika 1.0.0-2.0.0 to 1.28.3-2.9.1

ING-4067

update
  • Loading branch information
emanuelaepure10 committed Oct 25, 2023
1 parent 5c040a0 commit 71d4f8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ include {
}

from('modules/shared/logging.gradle') {
slf4jAndLogback '1.7.10', '1.0.13'
slf4jAndLogback '1.7.10', '1.2.12'
}

from 'modules/shared/orientdb.gradle', {
Expand Down Expand Up @@ -321,7 +321,7 @@ platform {
// bundle 'com.ning:async-http-client:1.8.15'

// quartz scheduler
bundle 'org.quartz-scheduler:quartz:1.7.3'
bundle 'org.quartz-scheduler:quartz:2.3.2'

// XML
// bundle 'org.apache.ws.xmlschema:xmlschema-core:2.0.2'
Expand Down Expand Up @@ -638,7 +638,7 @@ platform {
}
bnd group: 'ru.yandex.qatools.allure', name: 'allure-java-adaptor-api', {
// tika exported package version does not seem to resemble bundle version
instruction 'Import-Package', 'org.apache.tika.*;version="[1.0.0,2.0.0)",*'
instruction 'Import-Package', 'org.apache.tika.*;version="[1.28.3,2.9.1)",*'
}
bnd group: 'ru.yandex.qatools.allure', name: 'allure-java-aspects', {
// see http://wiki.eclipse.org/Equinox_Weaving_QuickStart
Expand Down

0 comments on commit 71d4f8f

Please sign in to comment.