This repository was archived by the owner on May 4, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +8
-55
lines changed Expand file tree Collapse file tree 5 files changed +8
-55
lines changed Original file line number Diff line number Diff line change
1
+ language : java
1
2
sudo : required
2
- matrix :
3
- include :
4
- - os : linux
5
- jdk : oraclejdk8
6
- language : generic
7
- script : gradle/buildViaTravis-linux.sh
8
- - os : osx
9
- osx_image : xcode9.4
10
- language : generic
11
- env :
12
- - HOMEBREW_TEMP="/tmp"
13
- script : gradle/buildViaTravis.sh
3
+ jdk : oraclejdk8
4
+ script : gradle/buildViaTravis.sh
14
5
before_cache :
15
6
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
16
7
notifications :
Original file line number Diff line number Diff line change 1
1
group =io.netifi.proteus
2
- version =0.9.3
2
+ version =0.9.4
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ task ciVersion {
35
35
build. dependsOn ciVersion
36
36
37
37
ext {
38
- rsocketRpcVersion = ' 0.2.1 '
38
+ rsocketRpcVersion = ' 0.2.2 '
39
39
protobufVersion = ' 3.6.1'
40
40
}
41
41
@@ -94,8 +94,8 @@ dependencies {
94
94
testCompile ' org.apache.logging.log4j:log4j-api:2.9.0'
95
95
testCompile ' org.apache.logging.log4j:log4j-core:2.9.0'
96
96
testCompile ' org.apache.logging.log4j:log4j-slf4j-impl:2.9.0'
97
- testCompile ' io.rsocket:rsocket-transport-netty:0.11.6 '
98
- testCompile ' io.rsocket:rsocket-transport-local:0.11.6 '
97
+ testCompile ' io.rsocket:rsocket-transport-netty:0.11.7 '
98
+ testCompile ' io.rsocket:rsocket-transport-local:0.11.7 '
99
99
testCompile ' org.mockito:mockito-all:1.10.19'
100
100
}
101
101
Original file line number Diff line number Diff line change 1
1
dependencies {
2
- compile ' io.rsocket:rsocket-core:0.11.6 '
2
+ compile ' io.rsocket:rsocket-core:0.11.7 '
3
3
}
You can’t perform that action at this time.
0 commit comments