Skip to content

Commit e06c625

Browse files
committed
Update README.md
1 parent 6d997e2 commit e06c625

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ A docker image of [Spring Cloud Config Server](https://docs.spring.io/spring-clo
99
[![License](https://img.shields.io/github/license/hyness/spring-cloud-config-server)](https://www.apache.org/licenses/LICENSE-2.0.html)
1010

1111
### Supported tags
12-
* `4.2.1-jre17`, `4.2-jre17`, `jre17`, `4.2.1`, `4.2`, `latest`
13-
* `4.2.1-jdk17`, `4.2-jdk17`, `jdk17`
14-
* `4.2.1-jre21`, `4.2-jre21`, `jre21`
15-
* `4.2.1-jdk21`, `4.2-jdk21`, `jdk21`
12+
* `4.2.2-jre17`, `4.2-jre17`, `jre17`, `4.2.2`, `4.2`, `latest`
13+
* `4.2.2-jdk17`, `4.2-jdk17`, `jdk17`
14+
* `4.2.2-jre21`, `4.2-jre21`, `jre21`
15+
* `4.2.2-jdk21`, `4.2-jdk21`, `jdk21`
1616

1717
### Usage
1818
```

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ dependencies {
9999
configurations.all {
100100
resolutionStrategy.eachDependency {
101101
if (requested.name.startsWith("spring-cloud-function-")) {
102-
useVersion("4.2.1")
102+
useVersion("4.2.2")
103103
}
104104
}
105105
}

0 commit comments

Comments
 (0)