aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorThomas Lenz <thomas.lenz@egiz.gv.at>2020-09-18 08:01:34 +0200
committerThomas Lenz <thomas.lenz@egiz.gv.at>2020-09-18 08:01:34 +0200
commitcde7d4a71cbd2ca0eda6d0b991834b195b3e6056 (patch)
tree87c7465d1c3ffcaf2d04e0c5706a43612143caaa /pom.xml
parent0daf4999e006c19d84d72bdd83444541feba941e (diff)
downloadNational_eIDAS_Gateway-cde7d4a71cbd2ca0eda6d0b991834b195b3e6056.tar.gz
National_eIDAS_Gateway-cde7d4a71cbd2ca0eda6d0b991834b195b3e6056.tar.bz2
National_eIDAS_Gateway-cde7d4a71cbd2ca0eda6d0b991834b195b3e6056.zip
update third-party libs and fix incompatibilities with new APIs
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml39
1 files changed, 21 insertions, 18 deletions
diff --git a/pom.xml b/pom.xml
index 50bdfaf4..8e0019d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,35 +19,38 @@
<!-- ===================================================================== -->
<egiz-spring-api>0.3</egiz-spring-api>
<egiz-eventlog-slf4jBackend>0.4</egiz-eventlog-slf4jBackend>
- <eaaf-core.version>1.1.0-SNAPSHOT</eaaf-core.version>
-
- <org.springframework.version>5.2.2.RELEASE</org.springframework.version>
+ <eaaf-core.version>1.1.8</eaaf-core.version>
+ <org.springframework.version>5.2.9.RELEASE</org.springframework.version>
<org.thymeleaf-spring5.version>3.0.11.RELEASE</org.thymeleaf-spring5.version>
- <cxf.version>3.3.4</cxf.version>
+ <cxf.version>3.4.0</cxf.version>
- <org.apache.commons-lang3.version>3.9</org.apache.commons-lang3.version>
- <org.apache.commons-text.version>1.8</org.apache.commons-text.version>
+ <org.apache.commons-lang3.version>3.11</org.apache.commons-lang3.version>
+ <org.apache.commons-text.version>1.9</org.apache.commons-text.version>
<commons-collections4.version>4.4</commons-collections4.version>
- <com.google.guava.version>28.1-jre</com.google.guava.version>
- <joda-time.version>2.10.5</joda-time.version>
+ <com.google.guava.version>29.0-jre</com.google.guava.version>
+ <joda-time.version>2.10.6</joda-time.version>
+ <org.slf4j.version>1.7.30</org.slf4j.version>
+
+ <!-- testing -->
+ <junit.version>4.13</junit.version>
<surefire.version>2.22.2</surefire.version>
- <org.slf4j.version>1.7.29</org.slf4j.version>
<mockito-soap-cxf.version>1.0.5</mockito-soap-cxf.version>
-
<!-- Code quality checks -->
- <jacoco-maven-plugin.version>0.8.5</jacoco-maven-plugin.version>
- <maven-checkstyle-plugin.version>3.1.0</maven-checkstyle-plugin.version>
- <maven-pmd-plugin.version>3.12.0</maven-pmd-plugin.version>
- <spotbugs-maven-plugin.version>3.1.12.2</spotbugs-maven-plugin.version>
+ <jacoco-maven-plugin.version>0.8.6</jacoco-maven-plugin.version>
+ <maven-checkstyle-plugin.version>3.1.1</maven-checkstyle-plugin.version>
+ <maven-pmd-plugin.version>3.13.0</maven-pmd-plugin.version>
+ <spotbugs-maven-plugin.version>4.0.4</spotbugs-maven-plugin.version>
<license.outputDirectory>${project.build.directory}/thirdparty_licenses</license.outputDirectory>
<pmw_rules_location>https://apps.egiz.gv.at/checkstyle/egiz_pmd_checks.xml</pmw_rules_location>
<!-- Build and assembly -->
+ <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
+ <versions-maven-plugin.version>2.8.1</versions-maven-plugin.version>
<license-maven-plugin>1.20</license-maven-plugin>
- <maven-assembly-plugin.version>3.2.0</maven-assembly-plugin.version>
+ <maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
</properties>
@@ -204,7 +207,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
- <version>4.12</version>
+ <version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -243,7 +246,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>3.7.0</version>
+ <version>${maven-compiler-plugin.version}</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
@@ -275,7 +278,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
- <version>2.7</version>
+ <version>${versions-maven-plugin.version}</version>
</plugin>
<plugin>