Skip to content

Commit ec7c552

Browse files
committed
update versions
1 parent 8bfe970 commit ec7c552

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)