Skip to content

Commit 38407ef

Browse files
committed
Update to 1.1.2
1 parent 753fbac commit 38407ef

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

spring-boot-admin-server/README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,12 @@ Add the following dependency to your pom.xml.
88
<dependency>
99
<groupId>de.codecentric</groupId>
1010
<artifactId>spring-boot-admin-server</artifactId>
11-
<version>1.1.1</version>
11+
<version>1.1.2</version>
1212
</dependency>
13-
```
14-
If you have built your own snapshot-version from our recent git-revision you need to enable the ui seperately:
15-
```xml
1613
<dependency>
1714
<groupId>de.codecentric</groupId>
1815
<artifactId>spring-boot-admin-server-ui</artifactId>
19-
<version>1.1.1</version>
16+
<version>1.1.2</version>
2017
</dependency>
2118
```
2219

0 commit comments

Comments
 (0)