Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #7 from sladebaumann/master
Browse files Browse the repository at this point in the history
Upgrade logback-classic version to 1.2.6
  • Loading branch information
dtanner authored Oct 18, 2021
2 parents 18e8690 + 25a7a08 commit e258b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
platform('org.jetbrains.kotlin:kotlin-bom')
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8'

compile "ch.qos.logback:logback-classic:1.1.7"
compile "ch.qos.logback:logback-classic:1.2.6"
compile "io.github.microutils:kotlin-logging:1.6.20"
compile "commons-beanutils:commons-beanutils:1.9.3"

Expand Down

0 comments on commit e258b0c

Please sign in to comment.