File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ plugins {
14
14
}
15
15
16
16
group ' MicroUtils'
17
- version ' 1.4.5 '
17
+ version ' 1.4.7 '
18
18
19
19
20
20
@@ -32,8 +32,8 @@ repositories {
32
32
33
33
dependencies {
34
34
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 "
37
37
testCompile " log4j:log4j:1.2.17"
38
38
testCompile " org.mockito:mockito-all:1.10.19"
39
39
testCompile ' junit:junit:4.12'
@@ -51,8 +51,8 @@ bintray {
51
51
licenses = [' Apache-2.0' ]
52
52
vcsUrl = ' https://github.com/MicroUtils/kotlin-logging'
53
53
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"
56
56
released = new Date ()
57
57
}
58
58
}
You can’t perform that action at this time.
0 commit comments