update logback test/docs dependency (#22972)
This commit is contained in:
parent
7ca11b08ab
commit
3881516654
3 changed files with 3 additions and 3 deletions
|
|
@ -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>
|
||||
```
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue