Bump logback-classic from 1.2.1 to 1.2.3

Bumps logback-classic from 1.2.1 to 1.2.3.

Signed-off-by: dependabot[bot] <support@github.com>
pull/733/head
dependabot[bot] 5 years ago committed by GitHub
parent ec630ad1b1
commit 9b2d703898
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -35,7 +35,7 @@ application {
dependencies {
val ktorVersion = "1.4.1"
val kotlinVersion = "1.4.21"
val logbackVersion = "1.2.1"
val logbackVersion = "1.2.3"
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion")
implementation("io.ktor:ktor-server-netty:$ktorVersion")
implementation("ch.qos.logback:logback-classic:$logbackVersion")
@ -44,7 +44,7 @@ dependencies {
implementation("io.ktor:ktor-jackson:$ktorVersion")
implementation("org.jetbrains:kotlin-css-jvm:1.0.0-pre.31-kotlin-1.2.41")
implementation("io.prometheus:simpleclient:0.9.0")
implementation("io.prometheus:simpleclient_httpserver:0.9.0")
implementation("io.prometheus:simpleclient_httpserver:0.10.0")
implementation("io.prometheus:simpleclient_hotspot:0.9.0")
testImplementation("io.ktor:ktor-server-tests:$ktorVersion")
testImplementation("org.mockito:mockito-core:2.28.2")

Loading…
Cancel
Save