This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch MNG-7670 in repository https://gitbox.apache.org/repos/asf/maven.git
commit a38cd68b10da738b8c428c86c419bb9595b4b087 Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Thu Jan 19 22:21:54 2023 +0000 [MNG-7670] Upgrade optional dependency logback from 1.2.11 to 1.3.5 --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7d823f933..c98751ea5 100644 --- a/pom.xml +++ b/pom.xml @@ -363,7 +363,8 @@ under the License. <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> - <version>1.2.11</version> + <!-- 1.4.x requires Java 11 --> + <version>1.3.5</version> <optional>true</optional> </dependency> <!-- Wagon -->