@@ -5,7 +5,7 @@ plugins {
5
5
id ' com.github.johnrengelman.shadow' version ' 4.0.2' apply false
6
6
id ' com.jfrog.artifactory' version ' 4.7.3' apply false
7
7
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
9
9
id ' io.morethan.jmhreport' version ' 0.9.0' apply false
10
10
}
11
11
@@ -34,25 +34,24 @@ subprojects {
34
34
targetCompatibility = 1.8
35
35
36
36
ext[' reactor-bom.version' ] = ' Californium-SR5'
37
- ext[' rsocket.version' ] = ' 0.11.16 '
37
+ ext[' rsocket.version' ] = ' 0.11.18 '
38
38
39
39
ext[' protobuf.version' ] = ' 3.6.1'
40
- ext[' log4j.version' ] = ' 2.9.0 '
40
+ ext[' log4j.version' ] = ' 2.11.2 '
41
41
ext[' slf4j.version' ] = ' 1.8.0-beta2'
42
- ext[' junit.version' ] = ' 5.1 .0'
42
+ ext[' junit.version' ] = ' 5.4 .0'
43
43
ext[' mockito.version' ] = ' 2.23.0'
44
44
ext[' hamcrest.version' ] = ' 1.3'
45
45
ext[' jmh.version' ] = ' 1.21'
46
46
ext[' micrometer.version' ] = ' 1.0.6'
47
47
ext[' assertj.version' ] = ' 3.11.1'
48
48
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 '
51
51
ext[' hdrhistogram.version' ] = ' 2.1.10'
52
52
53
53
repositories {
54
54
jcenter()
55
- mavenLocal()
56
55
if (version. endsWith(' BUILD-SNAPSHOT' ) || project. hasProperty(' platformVersion' )) {
57
56
maven { url ' http://repo.spring.io/libs-snapshot' }
58
57
maven { url ' https://oss.jfrog.org/oss-snapshot-local' }
0 commit comments