Skip to content

Commit

Permalink
build: Update dependencies in hale-platform to resolve security issues
Browse files Browse the repository at this point in the history
update libraries

ING-4067
  • Loading branch information
emanuelaepure10 committed Nov 6, 2023
1 parent 5c040a0 commit e15bb02
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 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.25', '1.0.13'
}

from 'modules/shared/orientdb.gradle', {
Expand Down Expand Up @@ -281,7 +281,7 @@ platform {
bnd group: 'net.sf.trove4j', name: 'trove4j', {
instructions 'Eclipse-BuddyPolicy': 'registered'
}
bundle 'commons-io:commons-io:2.4'
bundle 'commons-io:commons-io:2.14.0'
// https://www.cve.org/CVERecord?id=CVE-2022-42889
bundle 'org.apache.commons:commons-text:1.10.0'
bundle 'net.sf.ehcache:ehcache-core:2.6.6'
Expand All @@ -297,10 +297,10 @@ platform {
bundle 'asm:asm-analysis:3.3.1'

// ivy with at least 2.4 because of bug in IvySettings
bundle 'org.apache.ivy:ivy:2.4.0'
bundle 'org.apache.ivy:ivy:2.5.2'

// web stuff
bundle 'commons-fileupload:commons-fileupload:1.3.1'
bundle 'commons-fileupload:commons-fileupload:1.5'
bundle 'org.openid4java:openid4java:0.9.8'
bundle 'net.tanesha.recaptcha4j:recaptcha4j:0.0.8'
bundle "org.wicketstuff:wicketstuff-html5:$wicketVersion"
Expand All @@ -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.4,2.9.1)",*'
}
bnd group: 'ru.yandex.qatools.allure', name: 'allure-java-aspects', {
// see http://wiki.eclipse.org/Equinox_Weaving_QuickStart
Expand Down Expand Up @@ -667,7 +667,7 @@ platform {
}

// YAML library
bundle 'org.yaml:snakeyaml:1.21'
bundle 'org.yaml:snakeyaml:2.2'

// Pebble template engine
def pebbleVersion = '3.0.1'
Expand Down
2 changes: 1 addition & 1 deletion modules/jetty-support/jetty-support.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Adapted jetty related bundles
platform {
def jettyVersion = '9.2.1.v20140609'
def jettyVersion = '9.4.53.v20231009'
//def jettyVersion = '9.4.10.v20180503' // Originally upgraded during the platform migration to Photon. Not sure why anymore, so left out for the moment
def jettyGroup = 'org.eclipse.jetty'

Expand Down
2 changes: 1 addition & 1 deletion modules/schemacrawler.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ platform {
instruction 'DynamicImport-Package', '*'
}
}
bundle 'com.thoughtworks.xstream:xstream:1.4.5', { // dependency of schemacrawler not listed in pom!
bundle 'com.thoughtworks.xstream:xstream:1.4.20', { // dependency of schemacrawler not listed in pom!
bnd {
optionalImport 'sun.misc'
}
Expand Down

0 comments on commit e15bb02

Please sign in to comment.