diff --git a/build.gradle b/build.gradle index 6de1ec29..c5a34322 100644 --- a/build.gradle +++ b/build.gradle @@ -14,7 +14,7 @@ plugins { } group 'MicroUtils' -version '1.4.5' +version '1.4.7' @@ -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' @@ -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() } }