We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc1c3cd + 94a8bcd commit 62afdecCopy full SHA for 62afdec
build.gradle
@@ -41,7 +41,7 @@ dependencies {
41
compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.25'
42
compile group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
43
compile group: 'ch.qos.logback', name: 'logback-core', version: '1.2.3'
44
- compile 'io.github.microutils:kotlin-logging:1.6.23'
+ compile 'io.github.microutils:kotlin-logging:1.6.24'
45
46
compile "com.rabbitmq:amqp-client:$rabbitMqJavaClientVersion"
47
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
0 commit comments