Skip to content

Commit 4dc0ab4

Browse files
authored
Update README.adoc
Signed-off-by: Roy Clarkson <[email protected]>
1 parent f3934ea commit 4dc0ab4

File tree

1 file changed

+4
-19
lines changed

1 file changed

+4
-19
lines changed

README.adoc

Lines changed: 4 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,13 @@ The following table describes the version compatibility matrix for the various r
1010

1111
[%header,cols=5*]
1212
|===
13-
|Spring Cloud Open Service Broker |https://github.com/openservicebrokerapi/servicebroker[Open Service Broker API] |https://projects.spring.io/spring-boot/[Spring Boot] |https://projects.spring.io/spring-framework/[Spring Framework]|JDK
13+
|https://spring.io/projects/spring-cloud-open-service-broker[Spring Cloud Open Service Broker]|https://github.com/openservicebrokerapi/servicebroker[Open Service Broker API] |https://spring.io/projects/spring-boot[Spring Boot] |https://projects.spring.io/spring-framework/[Spring Framework]|JDK
14+
|4.4.x |2.16 |3.4.x |6.2.x|17
1415
|4.3.x |2.16 |3.3.x |6.1.x|17
1516
|4.2.x |2.16 |3.2.x |6.1.x|17
16-
|4.1.x |2.16 |3.1.x |6.0.x|17
17-
|4.0.x |2.16 |3.0.x |6.0.x|17
1817
|3.6.x |2.16 |2.7.x |5.3.x|8
1918
|===
2019

21-
Previous versions which were built against versions of Spring Boot that are no longer supported
22-
23-
[%header,cols=4*]
24-
|===
25-
|Spring Cloud Open Service Broker |https://github.com/openservicebrokerapi/servicebroker[Open Service Broker API] |https://projects.spring.io/spring-boot/[Spring Boot] |https://projects.spring.io/spring-framework/[Spring Framework]
26-
|3.5.x |2.16 (partial support) |2.6.x |5.3.x
27-
|3.4.x |2.16 (partial support) |2.5.x |5.3.x
28-
|3.3.x |2.15 |2.4.x |5.3.x
29-
|3.2.x |2.15 |2.3.x |5.2.x
30-
|3.1.x |2.15 |2.2.x |5.2.x
31-
|3.0.x |2.14 |2.1.x |5.1.x
32-
|2.1.x |2.14 |2.0.x |5.0.x
33-
|===
34-
3520
[NOTE]
3621
Spring WebFlux and Spring MVC are both supported in version 3.0 and later
3722

@@ -42,7 +27,7 @@ See the https://spring.io/projects/spring-cloud-open-service-broker/[project sit
4227
=== Gradle Dependencies
4328

4429
```
45-
implementation("org.springframework.cloud:spring-cloud-starter-open-service-broker:4.2.0")
30+
implementation("org.springframework.cloud:spring-cloud-starter-open-service-broker:4.4.0")
4631
```
4732

4833
=== Maven Dependencies:
@@ -51,7 +36,7 @@ implementation("org.springframework.cloud:spring-cloud-starter-open-service-brok
5136
<dependency>
5237
<groupId>org.springframework.cloud</groupId>
5338
<artifactId>spring-cloud-starter-open-service-broker</artifactId>
54-
<version>4.2.0</version>
39+
<version>4.4.0</version>
5540
</dependency>
5641
```
5742

0 commit comments

Comments
 (0)