File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -25,15 +25,12 @@ Add the following dependency to your pom.xml.
2525<dependency >
2626 <groupId >de.codecentric</groupId >
2727 <artifactId >spring-boot-admin-server</artifactId >
28- <version >1.1.1 </version >
28+ <version >1.1.2 </version >
2929</dependency >
30- ```
31- If you have built your own snapshot-release from git you have to enable the UI seperately by adding one additional dependency
32- ``` xml
3330<dependency >
3431 <groupId >de.codecentric</groupId >
3532 <artifactId >spring-boot-admin-server-ui</artifactId >
36- <version >1.1.1 </version >
33+ <version >1.1.2 </version >
3734</dependency >
3835```
3936
@@ -59,7 +56,7 @@ Each application that want to register itself to the admin application has to in
5956<dependency >
6057 <groupId >de.codecentric</groupId >
6158 <artifactId >spring-boot-starter-admin-client</artifactId >
62- <version >1.1.1 </version >
59+ <version >1.1.2 </version >
6360</dependency >
6461```
6562
You can’t perform that action at this time.
0 commit comments