This is an automated email from the ASF dual-hosted git repository. twolf pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
The following commit(s) were added to refs/heads/master by this push: new 46cfd7ade Bump logback version 1.2.11 -> 1.2.13 46cfd7ade is described below commit 46cfd7ade2d41c6c2a13d0281fa2e957d7fe39de Author: Thomas Wolf <tw...@apache.org> AuthorDate: Tue Jan 9 19:35:51 2024 +0100 Bump logback version 1.2.11 -> 1.2.13 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index e15a62403..8c83f03c5 100644 --- a/pom.xml +++ b/pom.xml @@ -112,7 +112,7 @@ --> <slf4j.version>1.7.32</slf4j.version> <slf4j.upper.bound>3</slf4j.upper.bound> - <logback.version>1.2.11</logback.version> + <logback.version>1.2.13</logback.version> <spring.version>5.3.28</spring.version> <!-- NOTE: upgrading jGit to 6.x requires Java 11 --> <jgit.version>5.13.0.202109080827-r</jgit.version>