From 3ef5cbd246bc9127e683adc171bdd42db10ac2f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 22:47:18 +0000 Subject: [PATCH 1/3] Bump ch.qos.logback:logback-classic from 1.3.7 to 1.3.12 Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.3.7 to 1.3.12. - [Commits](https://github.com/qos-ch/logback/compare/v_1.3.7...v_1.3.12) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9a9dce71..53a556c9 100644 --- a/pom.xml +++ b/pom.xml @@ -178,7 +178,7 @@ ch.qos.logback logback-classic - 1.3.7 + 1.3.12 test From 049622f26559cfabceab7b083f4b7a0c6b246a11 Mon Sep 17 00:00:00 2001 From: Yukihiro Okada Date: Mon, 1 Jul 2024 17:27:22 +0900 Subject: [PATCH 2/3] Upgrade logback-classic to 1.3.14 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 53a556c9..d3a9ff0e 100644 --- a/pom.xml +++ b/pom.xml @@ -178,7 +178,7 @@ ch.qos.logback logback-classic - 1.3.12 + 1.3.14 test From fff99254ffcafbef9434cb4d9a388f6a6bcf2587 Mon Sep 17 00:00:00 2001 From: Yukihiro Okada Date: Mon, 1 Jul 2024 17:59:31 +0900 Subject: [PATCH 3/3] Add jansi as a dependency library --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index d3a9ff0e..89f8d69f 100644 --- a/pom.xml +++ b/pom.xml @@ -182,6 +182,13 @@ test + + org.fusesource.jansi + jansi + 2.4.0 + test + + org.junit.jupiter junit-jupiter-api