You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by dg...@apache.org on 2023/02/15 16:12:23 UTC

[openwhisk] branch master updated: rollback logback minor upgrade to latest patch (#5380)

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

dgrove pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git


The following commit(s) were added to refs/heads/master by this push:
     new 3ea756f2d rollback logback minor upgrade to latest patch (#5380)
3ea756f2d is described below

commit 3ea756f2d9d42463212c192f6a008f7d24e05718
Author: Brendan Doyle <bd...@gmail.com>
AuthorDate: Wed Feb 15 08:12:14 2023 -0800

    rollback logback minor upgrade to latest patch (#5380)
    
    Co-authored-by: Brendan Doyle <br...@qualtrics.com>
---
 common/scala/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/scala/build.gradle b/common/scala/build.gradle
index 52fad95cb..ee64ab89b 100644
--- a/common/scala/build.gradle
+++ b/common/scala/build.gradle
@@ -50,7 +50,7 @@ dependencies {
 
     api "com.lightbend.akka:akka-stream-alpakka-file_${gradle.scala.depVersion}:1.1.2"
 
-    api "ch.qos.logback:logback-classic:1.4.5"
+    api "ch.qos.logback:logback-classic:1.2.11"
     api "org.slf4j:jcl-over-slf4j:1.7.25"
     api "org.slf4j:log4j-over-slf4j:1.7.25"
     api "commons-codec:commons-codec:1.9"