File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ plugins {
1414}
1515
1616group ' MicroUtils'
17- version ' 1.4.5 '
17+ version ' 1.4.7 '
1818
1919
2020
@@ -32,8 +32,8 @@ repositories {
3232
3333dependencies {
3434 compile " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
35- compile " org.slf4j:slf4j-api:1.7.21 "
36- testCompile " org.slf4j:slf4j-log4j12:1.7.21 "
35+ compile " org.slf4j:slf4j-api:1.7.25 "
36+ testCompile " org.slf4j:slf4j-log4j12:1.7.25 "
3737 testCompile " log4j:log4j:1.2.17"
3838 testCompile " org.mockito:mockito-all:1.10.19"
3939 testCompile ' junit:junit:4.12'
@@ -51,8 +51,8 @@ bintray {
5151 licenses = [' Apache-2.0' ]
5252 vcsUrl = ' https://github.com/MicroUtils/kotlin-logging'
5353 version {
54- name = ' 1.4.5 '
55- desc = " kotlin-logging 1.4.5 - Lightweight logging framework for Kotlin"
54+ name = ' 1.4.7 '
55+ desc = " kotlin-logging 1.4.7 - Lightweight logging framework for Kotlin"
5656 released = new Date ()
5757 }
5858 }
You can’t perform that action at this time.
0 commit comments