diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 33 |
1 files changed, 19 insertions, 14 deletions
@@ -5,7 +5,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>at.asitplus.eidas</groupId> <artifactId>ms_specific</artifactId> - <version>1.1.1-SNAPSHOT</version> + <version>1.2.2</version> <packaging>pom</packaging> <name>MS specific eIDAS components</name> @@ -24,30 +24,30 @@ <egiz-eventlog-slf4jBackend>0.4</egiz-eventlog-slf4jBackend> <eaaf-core.version>1.1.13.1</eaaf-core.version> - <spring-boot-starter-web.version>2.4.1</spring-boot-starter-web.version> - <spring-boot-admin-starter-client.version>2.3.1</spring-boot-admin-starter-client.version> - <org.springframework.version>5.3.2</org.springframework.version> - <org.thymeleaf-spring5.version>3.0.11.RELEASE</org.thymeleaf-spring5.version> - <cxf.version>3.4.1</cxf.version> + <spring-boot-starter-web.version>2.4.5</spring-boot-starter-web.version> + <spring-boot-admin-starter-client.version>2.4.1</spring-boot-admin-starter-client.version> + <org.springframework.version>5.3.6</org.springframework.version> + <org.thymeleaf-spring5.version>3.0.12.RELEASE</org.thymeleaf-spring5.version> + <cxf.version>3.3.5</cxf.version> <eidas-ref.version>2.5.0</eidas-ref.version> - <org.apache.commons-lang3.version>3.11</org.apache.commons-lang3.version> + <org.apache.commons-lang3.version>3.12.0</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>30.0-jre</com.google.guava.version> - <joda-time.version>2.10.8</joda-time.version> + <com.google.guava.version>30.1.1-jre</com.google.guava.version> + <joda-time.version>2.10.10</joda-time.version> <org.slf4j.version>1.7.30</org.slf4j.version> - <jackson-datatype-jsr310.version>2.12.0</jackson-datatype-jsr310.version> + <jackson-datatype-jsr310.version>2.12.3</jackson-datatype-jsr310.version> <!-- org.xerial.sqlite-jdbc.version>3.34.0</org.xerial.sqlite-jdbc.version --> <javax.validation-api.version>2.0.1.Final</javax.validation-api.version> <hibernate-validator.version>6.1.5.Final</hibernate-validator.version> <!-- testing --> - <junit.version>4.13.1</junit.version> + <junit.version>4.13.2</junit.version> <surefire.version>2.22.2</surefire.version> - <mockito-soap-cxf.version>1.0.5</mockito-soap-cxf.version> + <mockito-soap-cxf.version>1.2.0</mockito-soap-cxf.version> <com.squareup.okhttp3.version>4.0.0</com.squareup.okhttp3.version> <!-- Code quality checks --> @@ -64,7 +64,7 @@ <!-- Build and assembly --> - <org.projectlombok.lombok.version>1.18.12</org.projectlombok.lombok.version> + <org.projectlombok.lombok.version>1.18.20</org.projectlombok.lombok.version> <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> @@ -288,6 +288,11 @@ </dependency> <dependency> <groupId>org.apache.cxf</groupId> + <artifactId>cxf-core</artifactId> + <version>${cxf.version}</version> + </dependency> + <dependency> + <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-frontend-jaxws</artifactId> <version>${cxf.version}</version> </dependency> @@ -299,7 +304,7 @@ <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> - <version>3.0.1</version> + <version>3.1.0</version> <scope>provided</scope> </dependency> <dependency> |