diff options
author | Thomas <> | 2022-03-31 17:31:00 +0200 |
---|---|---|
committer | Thomas <> | 2022-03-31 17:31:00 +0200 |
commit | 848efe7c67685634f8b891f9b93769f41f251aa9 (patch) | |
tree | 554fe74a889f0de4be59e82b7e72746423cd32dd /pom.xml | |
parent | 5629b8bee9c7d3bc78386461f1b9026a5009fded (diff) | |
download | EAAF-Components-848efe7c67685634f8b891f9b93769f41f251aa9.tar.gz EAAF-Components-848efe7c67685634f8b891f9b93769f41f251aa9.tar.bz2 EAAF-Components-848efe7c67685634f8b891f9b93769f41f251aa9.zip |
fix(core): switch to Spring-Core 5.3.18 and Spring-Boot 2.6.5 to fix cve-2022-22965
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -47,8 +47,8 @@ <io.grpc-core.version>1.41.0</io.grpc-core.version> <!-- Other third-party libs --> - <spring-boot-starter-web.version>2.6.4</spring-boot-starter-web.version> - <org.springframework.version>5.3.16</org.springframework.version> + <spring-boot-starter-web.version>2.6.6</spring-boot-starter-web.version> + <org.springframework.version>5.3.18</org.springframework.version> <org.opensaml.version>4.0.1</org.opensaml.version> <org.apache.santuario.xmlsec.version>2.3.0</org.apache.santuario.xmlsec.version> <org.cryptacular.version>1.2.4</org.cryptacular.version> |