File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -39,16 +39,16 @@ subprojects {
3939 targetCompatibility = 1.8
4040
4141
42- ext[' reactor-bom.version' ] = ' Californium-SR1 '
43- ext[' rsocket.version' ] = ' 0.11.9 '
42+ ext[' reactor-bom.version' ] = ' Californium-BUILD-SNAPSHOT '
43+ ext[' rsocket.version' ] = ' 0.11.10.BUILD-SNAPSHOT '
4444
4545 ext[' protobuf.version' ] = ' 3.6.1'
4646 ext[' log4j.version' ] = ' 2.9.0'
47- ext[' slf4j.version' ] = ' 2.9.0 '
47+ ext[' slf4j.version' ] = ' 1.8.0-beta2 '
4848 ext[' junit.version' ] = ' 5.1.0'
4949 ext[' mockito.version' ] = ' 2.23.0'
5050 ext[' hamcrest.version' ] = ' 1.3'
51- ext[' jmh.version' ] = ' 1.2.0 '
51+ ext[' jmh.version' ] = ' 1.21 '
5252 ext[' micrometer.version' ] = ' 1.0.6'
5353 ext[' assertj.version' ] = ' 3.11.1'
5454 ext[' opentracing.version' ] = ' 0.31.0'
@@ -91,7 +91,7 @@ subprojects {
9191 entry " log4j-core"
9292 entry " log4j-slf4j-impl"
9393 }
94- dependency ' org.slf4j:slf4j-simple:1.8.0-beta2 '
94+ dependency " org.slf4j:slf4j-simple:${ ext['slf4j.version'] } "
9595
9696 dependencySet(group : ' io.rsocket' , version : ext[' rsocket.version' ]) {
9797 entry ' rsocket-core'
You can’t perform that action at this time.
0 commit comments