diff --git a/pom.xml b/pom.xml index 4223098ca9..fa60efaf9f 100644 --- a/pom.xml +++ b/pom.xml @@ -60,8 +60,8 @@ 0.66.19 2.4 - 4.5.13 - 4.4.14 + 4.5.14 + 4.4.16 0.6 1.5.1.Final 1.70 @@ -144,8 +144,8 @@ 2.6 - 3.11 - 2.7 + 3.12.0 + 2.11.0 2.0.0.AM26 2.0.0 3.4.0 diff --git a/services/pom.xml b/services/pom.xml index 38d4c5a840..5189eb9686 100755 --- a/services/pom.xml +++ b/services/pom.xml @@ -159,6 +159,11 @@ keycloak-saml-core provided + + commons-io + commons-io + provided + junit junit diff --git a/testsuite/integration-arquillian/servers/auth-server/undertow/pom.xml b/testsuite/integration-arquillian/servers/auth-server/undertow/pom.xml index 189e45d506..303f3c7002 100644 --- a/testsuite/integration-arquillian/servers/auth-server/undertow/pom.xml +++ b/testsuite/integration-arquillian/servers/auth-server/undertow/pom.xml @@ -79,6 +79,10 @@ org.keycloak keycloak-servlet-filter-adapter + + commons-io + commons-io + diff --git a/testsuite/integration-arquillian/tests/base/pom.xml b/testsuite/integration-arquillian/tests/base/pom.xml index 6535391727..bad530ee72 100644 --- a/testsuite/integration-arquillian/tests/base/pom.xml +++ b/testsuite/integration-arquillian/tests/base/pom.xml @@ -75,7 +75,7 @@ commons-io commons-io - 2.5 + ${commons-io.version} org.keycloak.testsuite diff --git a/testsuite/integration-arquillian/util/pom.xml b/testsuite/integration-arquillian/util/pom.xml index 4b3b5fdcd2..3951222cfb 100644 --- a/testsuite/integration-arquillian/util/pom.xml +++ b/testsuite/integration-arquillian/util/pom.xml @@ -69,7 +69,7 @@ commons-io commons-io - 2.7 + ${commons-io.version} compile