Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
royclarkson committed Jun 28, 2024
1 parent a8fb7e2 commit 8ece2de
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,19 @@ The following table describes the version compatibility matrix for the various r
[%header,cols=5*]
|===
|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
|4.3.x |2.16 |3.3.x |6.1.x|17
|4.2.x |2.16 |3.2.x |6.1.x|17
|4.1.x |2.16 |3.1.x |6.0.x|17
|4.0.x |2.16 |3.0.x |6.0.x|17
|3.6.x |2.16 |2.7.x |5.3.x|8
|3.5.x |2.16 (partial support) |2.6.x |5.3.x|8
|===

Previous versions which were built against versions of Spring Boot that are no longer supported

[%header,cols=4*]
|===
|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]
|3.5.x |2.16 (partial support) |2.6.x |5.3.x
|3.4.x |2.16 (partial support) |2.5.x |5.3.x
|3.3.x |2.15 |2.4.x |5.3.x
|3.2.x |2.15 |2.3.x |5.2.x
Expand All @@ -41,7 +42,7 @@ See the https://spring.io/projects/spring-cloud-open-service-broker/[project sit
=== Gradle Dependencies

```
implementation("org.springframework.cloud:spring-cloud-starter-open-service-broker:4.1.0")
implementation("org.springframework.cloud:spring-cloud-starter-open-service-broker:4.2.0")
```

=== Maven Dependencies:
Expand All @@ -50,7 +51,7 @@ implementation("org.springframework.cloud:spring-cloud-starter-open-service-brok
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-open-service-broker</artifactId>
<version>4.1.0</version>
<version>4.2.0</version>
</dependency>
```

Expand Down

0 comments on commit 8ece2de

Please sign in to comment.