You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by gi...@apache.org on 2022/10/09 00:17:29 UTC

[daffodil-vscode] branch update/logback-classic-1.4.3 created (now 7cb2d6b)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch update/logback-classic-1.4.3
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git


      at 7cb2d6b  Update logback-classic to 1.4.3

This branch includes the following new commits:

     new 7cb2d6b  Update logback-classic to 1.4.3

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[daffodil-vscode] 01/01: Update logback-classic to 1.4.3

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch update/logback-classic-1.4.3
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git

commit 7cb2d6bb870a8f13e6bd7b775c6dae27a67390d4
Author: github-actions[bot] <41...@users.noreply.github.com>
AuthorDate: Sun Oct 9 00:17:23 2022 +0000

    Update logback-classic to 1.4.3
---
 build.sbt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sbt b/build.sbt
index 23c1fdc..5cb09a2 100644
--- a/build.sbt
+++ b/build.sbt
@@ -77,7 +77,7 @@ lazy val core = project
   .settings(
     name := "daffodil-debugger",
     libraryDependencies ++= Seq(
-      "ch.qos.logback" % "logback-classic" % "1.2.11",
+      "ch.qos.logback" % "logback-classic" % "1.4.3",
       "com.microsoft.java" % "com.microsoft.java.debug.core" % "0.38.0",
       "co.fs2" %% "fs2-io" % "3.2.10",
       "com.monovore" %% "decline-effect" % "2.3.0",