Skip to content

Commit 82756a6

Browse files
committed
Documentation Updates
1 parent 803b538 commit 82756a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ Most projects will need two dependencies; the Operations API and an implementati
3131
<dependency>
3232
<groupId>org.cloudfoundry</groupId>
3333
<artifactId>cloudfoundry-client-reactor</artifactId>
34-
<version>2.18.0.RELEASE</version>
34+
<version>2.19.0.RELEASE</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>org.cloudfoundry</groupId>
3838
<artifactId>cloudfoundry-operations</artifactId>
39-
<version>2.18.0.RELEASE</version>
39+
<version>2.19.0.RELEASE</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>io.projectreactor</groupId>
@@ -72,8 +72,8 @@ For Gradle, the dependencies would be defined like this:
7272

7373
```groovy
7474
dependencies {
75-
compile 'org.cloudfoundry:cloudfoundry-client-reactor:2.18.0.RELEASE'
76-
compile 'org.cloudfoundry:cloudfoundry-operations:2.18.0.RELEASE'
75+
compile 'org.cloudfoundry:cloudfoundry-client-reactor:2.19.0.RELEASE'
76+
compile 'org.cloudfoundry:cloudfoundry-operations:2.19.0.RELEASE'
7777
compile 'io.projectreactor:reactor-core:3.0.7.RELEASE'
7878
compile 'io.projectreactor.ipc:reactor-netty:0.6.5.RELEASE'
7979
...

0 commit comments

Comments
 (0)