Skip to content

Commit

Permalink
[MNG-7441] Update version of loback
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 a116f25 commit 083423f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
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 083423f

Please sign in to comment.