Upgrade logback dependency due CVE (#11271)

Motivation:

Older version of logback are affected by [CVE-2017-5929]. While its an optional dependency we should upgrade

Modifications:

Upgrade to 1.2.3

Result:

No more reports about using affected logback version
This commit is contained in:
Norman Maurer 2021-05-18 11:40:57 +02:00
parent fd9970fd87
commit f03f572da7

View File

@ -755,7 +755,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.1.7</version>
<version>1.2.3</version>
<scope>test</scope>
</dependency>