diff options
author | Thomas <> | 2022-03-31 17:32:23 +0200 |
---|---|---|
committer | Thomas <> | 2022-03-31 18:00:02 +0200 |
commit | 35bdf175478d1412ce39a7ce66f39ea26ead315c (patch) | |
tree | 08d9c11a1f7624dab5b46829e6f985cca5af2361 /pom.xml | |
parent | de5ce9ef743335a14080441194cb8bde1f851167 (diff) | |
download | National_eIDAS_Gateway-35bdf175478d1412ce39a7ce66f39ea26ead315c.tar.gz National_eIDAS_Gateway-35bdf175478d1412ce39a7ce66f39ea26ead315c.tar.bz2 National_eIDAS_Gateway-35bdf175478d1412ce39a7ce66f39ea26ead315c.zip |
fix(core): switch to Spring-Core 5.3.18 and Spring-Boot 2.5.12 to fix cve-2022-22965
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,9 +24,9 @@ <egiz-eventlog-slf4jBackend>0.4</egiz-eventlog-slf4jBackend> <eaaf-core.version>1.2.1-SNAPSHOT</eaaf-core.version> - <spring-boot-starter-web.version>2.5.8</spring-boot-starter-web.version> + <spring-boot-starter-web.version>2.5.12</spring-boot-starter-web.version> <spring-boot-admin-starter-client.version>2.5.4</spring-boot-admin-starter-client.version> - <org.springframework.version>5.3.14</org.springframework.version> + <org.springframework.version>5.3.18</org.springframework.version> <org.thymeleaf-spring5.version>3.0.14.RELEASE</org.thymeleaf-spring5.version> <apache.cxf.version>3.5.0</apache.cxf.version> |