8000 Reactor Core RC1 and Reactive Streams 1.0.1 (#380) · chakra-coder/rsocket-java@ab6a37f · GitHub
[go: up one dir, main page]

Skip to content

Commit ab6a37f

Browse files
authored
Reactor Core RC1 and Reactive Streams 1.0.1 (rsocket#380)
1 parent e97309b commit ab6a37f

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,17 @@ subprojects {
6262
}
6363

6464
dependencies {
65-
compile 'io.projectreactor:reactor-core:3.1.0.M3'
66-
compile 'io.netty:netty-buffer:4.1.12.Final'
67-
compile 'org.reactivestreams:reactive-streams:1.0.0'
65+
compile 'io.projectreactor:reactor-core:3.1.0.RC1'
66+
compile 'io.netty:netty-buffer:4.1.15.Final'
67+
compile 'org.reactivestreams:reactive-streams:1.0.1'
6868
compile 'org.slf4j:slf4j-api:1.7.25'
6969
compile 'com.google.code.findbugs:jsr305:3.0.0'
7070

7171
testCompile 'junit:junit:4.12'
7272
testCompile 'org.mockito:mockito-core:1.10.19'
7373
testCompile 'org.hamcrest:hamcrest-library:1.3'
7474
testCompile 'org.slf4j:slf4j-log4j12:1.7.25'
75-
testCompile 'io.projectreactor:reactor-test:3.1.0.M3'
75+
testCompile 'io.projectreactor:reactor-test:3.1.0.RC1'
7676
}
7777

7878
publishing {

rsocket-transport-netty/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616

1717
dependencies {
1818
compile project(':rsocket-core')
19-
compile 'io.projectreactor.ipc:reactor-netty:0.7.0.M1'
20-
compile "io.netty:netty-handler:4.1.12.Final"
21-
compile "io.netty:netty-handler-proxy:4.1.12.Final"
22-
compile "io.netty:netty-codec-http:4.1.12.Final"
23-
compile "io.netty:netty-transport-native-epoll:4.1.12.Final"
19+
compile 'io.projectreactor.ipc:reactor-netty:0.7.0.M2'
20+
compile "io.netty:netty-handler:4.1.15.Final"
21+
compile "io.netty:netty-handler-proxy:4.1.15.Final"
22+
compile "io.netty:netty-codec-http:4.1.15.Final"
23+
compile "io.netty:netty-transport-native-epoll:4.1.15.Final"
2424

2525
testCompile project(':rsocket-test')
2626
}

0 commit comments

Comments
 (0)
0