From dc8e66673688b85b71bf724c19545508c82aa0ce Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Fri, 1 Dec 2023 16:00:19 -0800 Subject: [PATCH] Update logback-core to 1.3.14 (#3294) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## About this PR 📦 Updates [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) from `1.3.13` to `1.3.14` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below. Configure Scala Steward for your repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_
âš™ Adjust future updates Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "ch.qos.logback", artifactId = "logback-core" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "ch.qos.logback", artifactId = "logback-core" } }] ```
labels: library-update --- airspec/build.sbt | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/airspec/build.sbt b/airspec/build.sbt index 49daea3e57..b9fafe216e 100644 --- a/airspec/build.sbt +++ b/airspec/build.sbt @@ -214,7 +214,7 @@ lazy val airspecLog = airspecJVMBuildSettings, libraryDependencies ++= Seq( // For rotating log files - "ch.qos.logback" % "logback-core" % "1.3.13" + "ch.qos.logback" % "logback-core" % "1.3.14" ) ) .jsSettings( diff --git a/build.sbt b/build.sbt index 2262e5c13a..2de7eed1bb 100644 --- a/build.sbt +++ b/build.sbt @@ -549,7 +549,7 @@ val logDependencies = { scalaVersion: String => val logJVMDependencies = Seq( // For rotating log files - "ch.qos.logback" % "logback-core" % "1.3.13" + "ch.qos.logback" % "logback-core" % "1.3.14" ) // airframe-log should have minimum dependencies