Skip to content

Commit 7dfc605

Browse files
committed
chnaged version o 1.4.7, upgrade slf4j to 1.7.25
1 parent c6a2384 commit 7dfc605

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ plugins {
1414
}
1515

1616
group 'MicroUtils'
17-
version '1.4.5'
17+
version '1.4.7'
1818

1919

2020

@@ -32,8 +32,8 @@ repositories {
3232

3333
dependencies {
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
}

0 commit comments

Comments
 (0)