diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2017-03-09 15:04:05 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2017-03-09 15:04:05 +0100 |
commit | 387d68e06f2af5e5a180319438a6824d70846c5c (patch) | |
tree | 383716ea8a9905d612e9484d86abf070e88d482b /pom.xml | |
parent | a4b4b2c0d9b30c267cd7e552ee4585244e009187 (diff) | |
download | moa-id-spss-387d68e06f2af5e5a180319438a6824d70846c5c.tar.gz moa-id-spss-387d68e06f2af5e5a180319438a6824d70846c5c.tar.bz2 moa-id-spss-387d68e06f2af5e5a180319438a6824d70846c5c.zip |
update some more libs
- Hibernate to 5.2.8.Final
- Spring to 4.3.7.Release
- Apache CXF to 3.1.10
- Struts 2 to 2.5.10.1 (also fix CVE-2017-5638 (https://cwiki.apache.org/confluence/display/WW/S2-045), but is the latest major release)
- Apache http client to 4.5.3
- Apache http core to 4.4.6
- SLF4j to 1.7.24
- commons.lang3 to 3.5
- jackson to 2.8.7
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -34,7 +34,7 @@ <moa-id-module-elga_mandate_client>1.2</moa-id-module-elga_mandate_client> - <org.springframework.version>4.3.4.RELEASE</org.springframework.version> + <org.springframework.version>4.3.7.RELEASE</org.springframework.version> <surefire.version>2.19.1</surefire.version> <opensaml.version>2.6.6</opensaml.version> <!-- update to v3 (v2 is end-of-life in june 2016)--> @@ -42,19 +42,19 @@ <xmlsec.version>2.0.8</xmlsec.version> <!-- Maybe problems with 5.2.3.Final --> - <hibernate.version>5.2.5.Final</hibernate.version> <!-- update to v5 --> + <hibernate.version>5.2.8.Final</hibernate.version> <!-- update to v5 --> <!-- <hibernate.version>5.0.10.Final</hibernate.version> update to v5 --> - <cxf.version>3.1.9</cxf.version> - <struts.version>2.3.32</struts.version> + <cxf.version>3.1.10</cxf.version> + <struts.version>2.5.10.1</struts.version> <egovutils.version>2.0.0</egovutils.version> - <slf4j.version>1.7.22</slf4j.version> + <slf4j.version>1.7.24</slf4j.version> - <httpclient.version>4.5.2</httpclient.version> - <httpcore.version>4.4.4</httpcore.version> + <httpclient.version>4.5.3</httpclient.version> + <httpcore.version>4.4.6</httpcore.version> <!-- Maybe problems with Hibernate 5.0.10 --> <mysql-connector.java>6.0.5</mysql-connector.java> @@ -62,12 +62,12 @@ <junit.version>4.12</junit.version> <org.apache.commons.io.version>2.5</org.apache.commons.io.version> - <org.apache.commons.lang3.version>3.4</org.apache.commons.lang3.version> + <org.apache.commons.lang3.version>3.5</org.apache.commons.lang3.version> <org.apache.commons.collections4.version>4.1</org.apache.commons.collections4.version> <org.apache.commons.collections3.version>3.2.2</org.apache.commons.collections3.version> <jodatime.version>2.9.4</jodatime.version> - <jackson-version>2.8.4</jackson-version> + <jackson-version>2.8.7</jackson-version> <apache-cli-version>1.3.1</apache-cli-version> <spring-orm-version>${org.springframework.version}</spring-orm-version> |