update logback test/docs dependency (#22972)

This commit is contained in:
Patrik Nordwall 2017-05-19 13:30:57 +02:00 committed by Johan Andrén
parent 7ca11b08ab
commit 3881516654
3 changed files with 3 additions and 3 deletions

View file

@ -268,7 +268,7 @@ It has a single dependency: the slf4j-api jar. In your runtime, you also need a
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.1.3</version>
<version>1.2.3</version>
</dependency>
```

View file

@ -309,7 +309,7 @@ It has a single dependency: the slf4j-api jar. In your runtime, you also need a
>
```scala
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.1.3"
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3"
```
You need to enable the Slf4jLogger in the `loggers` element in