Skip to content

Commit

Permalink
upgrade to logback v1.2.3 (#565)
Browse files Browse the repository at this point in the history
  • Loading branch information
littleaj authored Feb 21, 2018
1 parent 621fe69 commit 09b9bbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions logging/logback/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ projectPomDescription = "This module provides a $project.msftAppInsights appende
// endregion Publishing properties

dependencies {
compile group: 'ch.qos.logback', name: 'logback-classic', version: '1.1.2'
compile group: 'ch.qos.logback', name: 'logback-core', version: '1.1.2'
compile group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
compile group: 'ch.qos.logback', name: 'logback-core', version: '1.2.3'
}

0 comments on commit 09b9bbb

Please sign in to comment.