Skip to content

Commit e959f1b

Browse files
committed
updates versions
1 parent 4d61e1d commit e959f1b

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

build.gradle

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id 'com.github.johnrengelman.shadow' version '4.0.2' apply false
66
id 'com.jfrog.artifactory' version '4.7.3' apply false
77
id 'com.jfrog.bintray' version '1.8.4' apply false
8-
id 'me.champeau.gradle.jmh' version '0.4.7' apply false
8+
id 'me.champeau.gradle.jmh' version '0.4.8' apply false
99
id 'io.morethan.jmhreport' version '0.9.0' apply false
1010
}
1111

@@ -34,25 +34,24 @@ subprojects {
3434
targetCompatibility = 1.8
3535

3636
ext['reactor-bom.version'] = 'Californium-SR5'
37-
ext['rsocket.version'] = '0.11.16'
37+
ext['rsocket.version'] = '0.11.18'
3838

3939
ext['protobuf.version'] = '3.6.1'
40-
ext['log4j.version'] = '2.9.0'
40+
ext['log4j.version'] = '2.11.2'
4141
ext['slf4j.version'] = '1.8.0-beta2'
42-
ext['junit.version'] = '5.1.0'
42+
ext['junit.version'] = '5.4.0'
4343
ext['mockito.version'] = '2.23.0'
4444
ext['hamcrest.version'] = '1.3'
4545
ext['jmh.version'] = '1.21'
4646
ext['micrometer.version'] = '1.0.6'
4747
ext['assertj.version'] = '3.11.1'
4848
ext['opentracing.version'] = '0.31.0'
49-
ext['opentracing.brave.version'] = '0.31.2'
50-
ext['zipkin.sender.version'] = '2.7.6'
49+
ext['opentracing.brave.version'] = '0.33.10'
50+
ext['zipkin.sender.version'] = '2.8.0'
5151
ext['hdrhistogram.version'] = '2.1.10'
5252

5353
repositories {
5454
jcenter()
55-
mavenLocal()
5655
if (version.endsWith('BUILD-SNAPSHOT') || project.hasProperty('platformVersion')) {
5756
maven { url 'http://repo.spring.io/libs-snapshot' }
5857
maven { url 'https://oss.jfrog.org/oss-snapshot-local' }

rsocket-rpc-core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import static org.apache.tools.ant.taskdefs.condition.Os.*
22

33
plugins {
4-
id 'io.spring.dependency-management' version '1.0.6.RELEASE'
5-
id 'com.google.protobuf' version '0.8.6'
4+
id 'io.spring.dependency-management' version '1.0.7.RELEASE'
5+
id 'com.google.protobuf' version '0.8.8'
66
}
77

88
description = 'RSocket RPC Library'

0 commit comments

Comments
 (0)