Skip to content

Commit

Permalink
[MNG-7441] Update version of loback (apache#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 authored and gnodet committed Apr 12, 2022
1 parent f7b073f commit 6959c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -361,7 +361,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 6959c53

Please sign in to comment.