diff options
-rw-r--r-- | pom.xml | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -10,7 +10,7 @@ <properties> <!-- Project versions--> - <egiz.eidas.version>1.0.0-SNAPSHOT</egiz.eidas.version> + <egiz.eidas.version>1.0.0-RC1</egiz.eidas.version> <!-- ===================================================================== --> @@ -19,13 +19,13 @@ <eaaf-core.version>1.0.2</eaaf-core.version> <!-- <org.springframework.version>5.0.6.RELEASE</org.springframework.version> --> - <org.springframework.version>4.3.17.RELEASE</org.springframework.version> - <cxf.version>3.2.5</cxf.version> + <org.springframework.version>4.3.19.RELEASE</org.springframework.version> + <cxf.version>3.2.6</cxf.version> - <org.apache.commons-lang3.version>3.7</org.apache.commons-lang3.version> - <org.apache.commons-text.version>1.3</org.apache.commons-text.version> - <commons-collections4.version>4.1</commons-collections4.version> - <com.google.guava.version>25.1-jre</com.google.guava.version> + <org.apache.commons-lang3.version>3.8</org.apache.commons-lang3.version> + <org.apache.commons-text.version>1.4</org.apache.commons-text.version> + <commons-collections4.version>4.2</commons-collections4.version> + <com.google.guava.version>26.0-jre</com.google.guava.version> <joda-time.version>2.10</joda-time.version> <surefire.version>2.22.0</surefire.version> <org.slf4j.version>1.7.25</org.slf4j.version> |