Skip to content

Commit d7aaff9

Browse files
Xuyang CaoXuyang Cao
authored andcommitted
update mvn dependency version
1 parent ecda4c9 commit d7aaff9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/container-apps/java-admin-for-spring-usage.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,12 @@ az containerapp update \
7171

7272
## Dependency
7373

74-
For Container App that wants to connect to the Admin for Spring, you need to add the following dependency in your `pom.xml` file.
74+
For Container App that wants to connect to the Admin for Spring, you need to add the following dependency in your `pom.xml` file. Please replace the version number with the latest version available on the [Maven Repository](https://search.maven.org/artifact/de.codecentric/spring-boot-admin-starter-client).
7575

7676
```xml
7777
<dependency>
7878
<groupId>de.codecentric</groupId>
79+
<version>3.3.2</version>
7980
<artifactId>spring-boot-admin-starter-client</artifactId>
8081
</dependency>
8182
```

0 commit comments

Comments
 (0)