Skip to content
Snippets Groups Projects
Commit 1f20ec20 authored by felmer's avatar felmer
Browse files

upgrade to apache commons lang3 3.11

parent 27607bc2
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ apply from: '../gradle/javaproject.gradle'
dependencies {
compile 'apache:commons-io:2.6',
'apache:commons-lang3:3.7',
'apache:commons-lang3:3.11',
'apache:commons-text:1.6',
'apache:log4j:1.2.15',
'sis:sis-base:18.09.0',
......
......@@ -42,7 +42,7 @@ dependencies {
testCompile project(path: ':ui-test', configuration: 'tests')
testRuntimeFirst 'javax:servlet-api:3.1.0', 'reflections:reflections:0.9.10', 'apache:commons-lang3:3.7'
testRuntimeFirst 'javax:servlet-api:3.1.0', 'reflections:reflections:0.9.10', 'apache:commons-lang3:3.11'
testRuntimeSecond 'google:gwt-user:2.4'
......@@ -59,7 +59,7 @@ task copyWar(type: Copy, dependsOn: project(':openbis_standard_technologies').wa
test {
useTestNG()
options.suites('source/java/tests.xml')
options.suites('source/java/tests-dev.xml')
jvmArgs '-Xmx2048m', '-XX:MaxPermSize=256m', '-Dorg.eclipse.jetty.util.log.class=org.eclipse.jetty.util.log.StrErrLog', '-Duser.timezone=Europe/Zurich', '-Xdebug', '-Xrunjdwp:transport=dt_socket,address=20010,server=y,suspend=n'
......
......@@ -8,7 +8,7 @@ dependencies {
'apache:commons-codec:1.10',
'apache:commons-io:2.6',
'apache:httpclient:4.3.6',
'apache:commons-lang3:3.7',
'apache:commons-lang3:3.11',
'apache:commons-text:1.6',
'apache:commons-logging:1.2',
'apache:log4j:1.2.15',
......
......@@ -80,7 +80,7 @@ dependencies {
'springframework:spring-webmvc:5.0.1.RELEASE',
'springframework:spring-expression:5.0.1.RELEASE',
'apache:commons-logging:1.2',
'apache:commons-lang3:3.7',
'apache:commons-lang3:3.11',
'marathon:marathon-spring-util:1.2.5',
'aopalliance:aopalliance:1.0'
}
......@@ -127,7 +127,7 @@ dependencies {
apiV3Dependencies 'sis:sis-base:18.09.0',
'sis:sis-file-transfer:19.03.1',
'apache:httpclient:4.3.6',
'apache:commons-lang3:3.7',
'apache:commons-lang3:3.11',
'eclipse:jetty-client:9.4.30.v20200611',
'springframework:spring-web:5.0.1.RELEASE',
'marathon:marathon-spring-util:1.2.5'
......
......@@ -85,7 +85,7 @@ dependencies {
batteries 'sis:sis-base:18.09.0',
'apache:httpclient:4.3.6',
'apache:httpcore:4.3.3',
'apache:commons-lang3:3.7',
'apache:commons-lang3:3.11',
'apache:log4j:1.2.15',
'springframework:spring-aop:5.0.1.RELEASE',
'springframework:spring-beans:5.0.1.RELEASE',
......
......@@ -37,7 +37,7 @@ dependencies {
testCompile project(':datastore_server'),
'selenium:selenium-java:2.37.0'
testRuntimeFirst 'javax:servlet-api:3.1.0', 'reflections:reflections:0.9.10', 'apache:commons-lang3:3.7'
testRuntimeFirst 'javax:servlet-api:3.1.0', 'reflections:reflections:0.9.10', 'apache:commons-lang3:3.11'
testRuntimeSecond 'google:gwt-user:2.4'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment