diff options
author | Thomas <> | 2022-05-12 15:28:27 +0200 |
---|---|---|
committer | Thomas <> | 2022-05-12 15:28:27 +0200 |
commit | ae957a74a46568c235f29b2cbd9dc87417038686 (patch) | |
tree | 7c04bb9ee87913c27c4dde5f42a9bd525fa25fa3 /pom.xml | |
parent | c3ab31034e1b224f348648a53e5650a90a0e630e (diff) | |
download | National_eIDAS_Gateway-ae957a74a46568c235f29b2cbd9dc87417038686.tar.gz National_eIDAS_Gateway-ae957a74a46568c235f29b2cbd9dc87417038686.tar.bz2 National_eIDAS_Gateway-ae957a74a46568c235f29b2cbd9dc87417038686.zip |
fix(build): change to existing spring-boot-admin version
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ <eaaf-core.version>1.2.1-SNAPSHOT</eaaf-core.version> <spring-boot-starter-web.version>2.5.13</spring-boot-starter-web.version> - <spring-boot-admin-starter-client.version>2.5.7</spring-boot-admin-starter-client.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.thymeleaf-spring5.version>3.0.15.RELEASE</org.thymeleaf-spring5.version> <apache.cxf.version>3.5.2</apache.cxf.version> |