File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ plugins {
18
18
id " com.gradle.build-scan" version " 1.12.1"
19
19
id ' com.jfrog.bintray' version ' 1.7.3' apply false
20
20
id ' com.jfrog.artifactory' version ' 4.7.1' apply false
21
- id " org.jetbrains.kotlin.jvm" version " 1.2.41 " apply false
21
+ id " org.jetbrains.kotlin.jvm" version " 1.2.50 " apply false
22
22
}
23
23
24
24
subprojects {
@@ -56,15 +56,15 @@ subprojects {
56
56
}
57
57
58
58
dependencies {
59
- api " io.netty:netty-buffer:4.1.24 .Final"
59
+ api " io.netty:netty-buffer:4.1.25 .Final"
60
60
api " org.reactivestreams:reactive-streams:1.0.2"
61
61
api " com.google.code.findbugs:jsr305:3.0.2"
62
- api " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.2.41 "
63
- api ' io.reactivex.rxjava2:rxjava:2.1.13 '
62
+ api " org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.2.50 "
63
+ api ' io.reactivex.rxjava2:rxjava:2.1.15 '
64
64
api " org.slf4j:slf4j-api:1.7.25"
65
65
66
66
testImplementation " junit:junit:4.12"
67
- testImplementation " org.mockito:mockito-core:2.18.3 "
67
+ testImplementation " org.mockito:mockito-core:2.19.0 "
68
68
testImplementation " org.hamcrest:hamcrest-library:1.3"
69
69
testImplementation " org.slf4j:slf4j-log4j12:1.7.25"
70
70
}
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ elif [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_TAG" == "" ]; then
9
9
./gradlew -PbintrayUser=" ${bintrayUser} " -PbintrayKey=" ${bintrayKey} " build artifactoryPublish --stacktrace
10
10
elif [ " $TRAVIS_PULL_REQUEST " == " false" ] && [ " $TRAVIS_TAG " != " " ]; then
11
11
echo -e ' Build Branch for Release => Branch [' $TRAVIS_BRANCH ' ] Tag [' $TRAVIS_TAG ' ]'
12
- ./gradlew -Pmavenversion =" $TRAVIS_TAG " -PbintrayUser=" ${bintrayUser} " -PbintrayKey=" ${bintrayKey} " build bintrayUpload --stacktrace
12
+ ./gradlew -Pversion =" $TRAVIS_TAG " -PbintrayUser=" ${bintrayUser} " -PbintrayKey=" ${bintrayKey} " build bintrayUpload --stacktrace
13
13
else
14
14
echo -e ' WARN: Should not be here => Branch [' $TRAVIS_BRANCH ' ] Tag [' $TRAVIS_TAG ' ] Pull Request [' $TRAVIS_PULL_REQUEST ' ]'
15
15
./gradlew build
You can’t perform that action at this time.
0 commit comments