diff options
author | Thomas <> | 2022-05-16 11:33:07 +0200 |
---|---|---|
committer | Thomas <> | 2022-05-16 11:33:07 +0200 |
commit | ded6dab5d1a53e10dc643aa56a819234ee086f72 (patch) | |
tree | 6ca302f2006dbc3a7c3d1b0cafeca71a8397f9c8 /pom.xml | |
parent | 8942276a3e03923cfc1d162582ca0f734a54ea90 (diff) | |
download | National_eIDAS_Gateway-ded6dab5d1a53e10dc643aa56a819234ee086f72.tar.gz National_eIDAS_Gateway-ded6dab5d1a53e10dc643aa56a819234ee086f72.tar.bz2 National_eIDAS_Gateway-ded6dab5d1a53e10dc643aa56a819234ee086f72.zip |
chore(core): switch to Spring 5.3.20
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ <spring-boot-starter-web.version>2.5.13</spring-boot-starter-web.version> <spring-boot-admin-starter-client.version>2.5.6</spring-boot-admin-starter-client.version> - <org.springframework.version>5.3.19</org.springframework.version> + <org.springframework.version>5.3.20</org.springframework.version> <org.thymeleaf-spring5.version>3.0.15.RELEASE</org.thymeleaf-spring5.version> <apache.cxf.version>3.5.2</apache.cxf.version> |