aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas <>2022-05-12 15:28:27 +0200
committerThomas <>2022-05-12 15:28:27 +0200
commitae957a74a46568c235f29b2cbd9dc87417038686 (patch)
tree7c04bb9ee87913c27c4dde5f42a9bd525fa25fa3
parentc3ab31034e1b224f348648a53e5650a90a0e630e (diff)
downloadNational_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
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index f7e5ddd8..ea08990e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>