From 25470f308d9ea242bf931d17bc23ecd81d99e106 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 16:37:09 +0000 Subject: [PATCH] Bump logback-classic from 1.0.0 to 1.2.0 in /smhowto-book-chapter1 Bumps logback-classic from 1.0.0 to 1.2.0. --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- smhowto-book-chapter1/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/smhowto-book-chapter1/pom.xml b/smhowto-book-chapter1/pom.xml index ff63184..fd23ae4 100644 --- a/smhowto-book-chapter1/pom.xml +++ b/smhowto-book-chapter1/pom.xml @@ -34,7 +34,7 @@ ch.qos.logback logback-classic - 1.0.0 + 1.2.0 junit