Skip to content

Commit

Permalink
chnaged version o 1.4.7, upgrade slf4j to 1.7.25
Browse files Browse the repository at this point in the history
  • Loading branch information
oshai committed Dec 7, 2017
1 parent c6a2384 commit 7dfc605
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ plugins {
}

group 'MicroUtils'
version '1.4.5'
version '1.4.7'



Expand All @@ -32,8 +32,8 @@ repositories {

dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
compile "org.slf4j:slf4j-api:1.7.21"
testCompile "org.slf4j:slf4j-log4j12:1.7.21"
compile "org.slf4j:slf4j-api:1.7.25"
testCompile "org.slf4j:slf4j-log4j12:1.7.25"
testCompile "log4j:log4j:1.2.17"
testCompile "org.mockito:mockito-all:1.10.19"
testCompile 'junit:junit:4.12'
Expand All @@ -51,8 +51,8 @@ bintray {
licenses = ['Apache-2.0']
vcsUrl = 'https://github.com/MicroUtils/kotlin-logging'
version {
name = '1.4.5'
desc = "kotlin-logging 1.4.5 - Lightweight logging framework for Kotlin"
name = '1.4.7'
desc = "kotlin-logging 1.4.7 - Lightweight logging framework for Kotlin"
released = new Date()
}
}
Expand Down

0 comments on commit 7dfc605

Please sign in to comment.