From 68ee22b0044623b87156fe72202f92270a16a45b Mon Sep 17 00:00:00 2001 From: TATSUNO Yasuhiro Date: Thu, 20 Oct 2022 14:11:23 +0900 Subject: [PATCH] Update logback-classic only on 1.3.x series that supports JDK 8 --- .scala-steward.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.scala-steward.conf b/.scala-steward.conf index f615e72757..7907b9c0e4 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -1,2 +1,6 @@ updatePullRequests = "always" +updates.pin = [ + # We may drop this when we drop JDK 8 since minimum JDK is 11 from logback-classic 1.4.0 + { groupId = "ch.qos.logback", artifactId="logback-classic", version="1.3." } +]