aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas <>2023-02-28 09:38:31 +0100
committerThomas <>2023-02-28 09:38:31 +0100
commit4dd662e723ed69ceb4a7f39db352bd60c17cc2bc (patch)
tree2529d49a7132e050abec8888dafc7f93e2ef0c40
parentb8c323e41b0f570047d21b0a1607ca7ae30652ba (diff)
downloadNational_eIDAS_Gateway-4dd662e723ed69ceb4a7f39db352bd60c17cc2bc.tar.gz
National_eIDAS_Gateway-4dd662e723ed69ceb4a7f39db352bd60c17cc2bc.tar.bz2
National_eIDAS_Gateway-4dd662e723ed69ceb4a7f39db352bd60c17cc2bc.zip
chore(core): update 'woodstox-core' to latest version
-rw-r--r--pom.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 7edab68b..49485ec5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>