Skip to content

Commit b4d58b1

Browse files
committed
Upgrade gradle-reactivesocket-plugin to 1.0.5
1 parent 9d9b887 commit b4d58b1

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

build.gradle

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
jcenter()
44
}
55

6-
dependencies { classpath 'io.reactivesocket:gradle-nebula-plugin-reactivesocket:1.0.3' }
6+
dependencies { classpath 'io.reactivesocket:gradle-nebula-plugin-reactivesocket:1.0.5' }
77
}
88

99
description = 'ReactiveSocket: stream oriented messaging passing with Reactive Stream semantics.'
@@ -12,17 +12,16 @@ apply plugin: 'reactivesocket-project'
1212
apply plugin: 'java'
1313

1414
repositories {
15-
jcenter()
16-
maven { url 'https://oss.jfrog.org/libs-snapshot' }
15+
maven { url 'https://oss.jfrog.org/libs-snapshot' }
1716
}
1817

1918
dependencies {
2019
compile 'org.reactivestreams:reactive-streams:1.0.0.final'
2120
compile 'org.agrona:Agrona:0.4.13'
2221

2322
testCompile 'io.reactivex:rxjava:2.0.0-DP0-20151003.214425-143'
24-
testCompile 'junit:junit-dep:4.10'
25-
testCompile 'org.mockito:mockito-core:1.8.5'
23+
testCompile 'junit:junit:4.12'
24+
testCompile 'org.mockito:mockito-core:1.10.19'
2625
}
2726

2827
// support for snapshot/final releases via versioned branch names like 1.x

src/main/java/io/reactivesocket/ReactiveSocketSocketAddressFactory.java

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)