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 a1a47f92ca7a4476c7c2ca0a1ffa7a5c8d291502 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.4.5 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2ff347dfa..aece46650 100644 --- a/pom.xml +++ b/pom.xml @@ -363,7 +363,7 @@ under the License. <dependency> <groupId>ch.qos.logback</groupId> <artifactId>logback-classic</artifactId> - <version>1.2.11</version> + <version>1.4.5</version> <optional>true</optional> </dependency> <!-- Wagon -->