Skip to content

Commit cd771f6

Browse files
authored
Merge pull request #77 from 8bitbuddhist/dependabot/gradle/ch.qos.logback-logback-classic-1.4.7
Bump ch.qos.logback:logback-classic from 1.2.11 to 1.4.7
2 parents 44971fc + cd50eb5 commit cd771f6

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
@@ -30,7 +30,7 @@ dependencies {
3030
compile group: 'com.lmax', name: 'disruptor', version: '3.4.4'
3131

3232
// Logback
33-
compile group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.11'
33+
compile group: 'ch.qos.logback', name: 'logback-classic', version: '1.4.7'
3434
}
3535

3636
run {

0 commit comments

Comments
 (0)