[MNG-7441] Update version of loback

This issue is fluke, as logback is actually optional
dependency, but still, to cut reports like these from
root, let's do this update.
This commit is contained in:
Tamas Cservenak 2022-04-08 10:06:56 +02:00
parent 896c707d32
commit d14bb3b8d3
1 changed files with 1 additions and 1 deletions

View File

@ -322,7 +322,7 @@ under the License.
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.1</version>
<version>1.2.11</version>
<optional>true</optional>
</dependency>
<!-- Wagon -->