Skip to content

Commit a673129

Browse files
authored
Merge pull request #52 from rsocket/fix/slf4j
fix: use log4j2 and slf4j versions that match spring-boot-starter-log4j2 2.2.1.RELEASE
2 parents a4b7603 + 2782237 commit a673129

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ subprojects {
3838
ext['rsocket.version'] = '1.0.0-RC5'
3939
ext['graphql.version'] = '11.0'
4040
ext['protobuf.version'] = '3.6.1'
41-
ext['log4j.version'] = '2.11.2'
42-
ext['slf4j.version'] = '1.8.0-beta2'
41+
ext['log4j.version'] = '2.12.1'
42+
ext['slf4j.version'] = '1.7.29'
4343
ext['junit.version'] = '5.4.0'
4444
ext['mockito.version'] = '2.23.0'
4545
ext['hamcrest.version'] = '1.3'

0 commit comments

Comments
 (0)