diff options
author | Thomas <> | 2023-02-28 09:38:31 +0100 |
---|---|---|
committer | Thomas <> | 2023-02-28 09:38:31 +0100 |
commit | 4dd662e723ed69ceb4a7f39db352bd60c17cc2bc (patch) | |
tree | 2529d49a7132e050abec8888dafc7f93e2ef0c40 /pom.xml | |
parent | b8c323e41b0f570047d21b0a1607ca7ae30652ba (diff) | |
download | National_eIDAS_Gateway-4dd662e723ed69ceb4a7f39db352bd60c17cc2bc.tar.gz National_eIDAS_Gateway-4dd662e723ed69ceb4a7f39db352bd60c17cc2bc.tar.bz2 National_eIDAS_Gateway-4dd662e723ed69ceb4a7f39db352bd60c17cc2bc.zip |
chore(core): update 'woodstox-core' to latest version
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -29,7 +29,10 @@ <spring-boot-admin-starter-client.version>2.7.10</spring-boot-admin-starter-client.version> <org.springframework.version>5.3.25</org.springframework.version> <org.thymeleaf-spring5.version>3.0.15.RELEASE</org.thymeleaf-spring5.version> + <apache.cxf.version>3.5.5</apache.cxf.version> + <woodstox-core.version>6.5.0</woodstox-core.version> + <eidas-ref.version>2.6.0</eidas-ref.version> @@ -401,6 +404,11 @@ <artifactId>cxf-testutils</artifactId> <version>${apache.cxf.version}</version> </dependency> + <dependency> + <groupId>com.fasterxml.woodstox</groupId> + <artifactId>woodstox-core</artifactId> + <version>${woodstox-core.version}</version> + </dependency> <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> |