Skip to content

Commit

Permalink
[MNG-7441] Update version of loback (#708)
Browse files Browse the repository at this point in the history
This issue is fluke, as logback is actually optional
dependency, but still, to cut reports like these from
root, let's do this update.
  • Loading branch information
cstamas committed Apr 8, 2022
1 parent 69bde0b commit 6189b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -315,7 +315,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 -->
Expand Down

0 comments on commit 6189b48

Please sign in to comment.