File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
7474dependencies {
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 ...
You can’t perform that action at this time.
0 commit comments