File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,17 +31,17 @@ 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.9 .0.RELEASE</version >
34+ <version >2.10 .0.RELEASE</version >
3535 </dependency >
3636 <dependency >
3737 <groupId >org.cloudfoundry</groupId >
3838 <artifactId >cloudfoundry-operations</artifactId >
39- <version >2.9 .0.RELEASE</version >
39+ <version >2.10 .0.RELEASE</version >
4040 </dependency >
4141 <dependency >
4242 <groupId >io.projectreactor</groupId >
4343 <artifactId >reactor-core</artifactId >
44- <version >3.0.6 .RELEASE</version >
44+ <version >3.0.7 .RELEASE</version >
4545 </dependency >
4646 <dependency >
4747 <groupId >io.projectreactor.ipc</groupId >
@@ -72,9 +72,9 @@ For Gradle, the dependencies would be defined like this:
7272
7373``` groovy
7474dependencies {
75- compile 'org.cloudfoundry:cloudfoundry-client-reactor:2.9 .0.RELEASE'
76- compile 'org.cloudfoundry:cloudfoundry-operations:2.9 .0.RELEASE'
77- compile 'io.projectreactor:reactor-core:3.0.6 .RELEASE'
75+ compile 'org.cloudfoundry:cloudfoundry-client-reactor:2.10 .0.RELEASE'
76+ compile 'org.cloudfoundry:cloudfoundry-operations:2.10 .0.RELEASE'
77+ compile 'io.projectreactor:reactor-core:3.0.7 .RELEASE'
7878 compile 'io.projectreactor.ipc:reactor-netty:0.6.2.RELEASE'
7979 ...
8080}
You can’t perform that action at this time.
0 commit comments