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

mhenke pushed a commit to branch update-logback
in repository https://gitbox.apache.org/repos/asf/openwhisk.git

commit fdf399fbf7d262faa5f679f115d934d161ff6641
Author: Martin Henke <[email protected]>
AuthorDate: Wed Dec 15 15:45:38 2021 +0100

    Update Logback to the latest version
---
 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 988a236..7fd52e0 100644
--- a/common/scala/build.gradle
+++ b/common/scala/build.gradle
@@ -46,7 +46,7 @@ dependencies {
 
     compile 
"com.lightbend.akka:akka-stream-alpakka-file_${gradle.scala.depVersion}:1.1.2"
 
-    compile "ch.qos.logback:logback-classic:1.2.3"
+    compile "ch.qos.logback:logback-classic:1.2.8"
     compile "org.slf4j:jcl-over-slf4j:1.7.25"
     compile "org.slf4j:log4j-over-slf4j:1.7.25"
     compile "commons-codec:commons-codec:1.9"

Reply via email to