Skip to content

Commit f1ffe73

Browse files
Bump logback-classic from 1.4.0 to 1.4.1 (#337)
1 parent e5fded2 commit f1ffe73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ dependencies {
100100

101101
/* logging */
102102
implementation "com.typesafe.scala-logging:scala-logging_${scalaVersion}:3.9.5" // akka scala logging
103-
implementation "ch.qos.logback:logback-classic:1.4.0"
103+
implementation "ch.qos.logback:logback-classic:1.4.1"
104104

105105
/* testing */
106106
testImplementation 'org.spockframework:spock-core:2.2-groovy-4.0'

0 commit comments

Comments
 (0)