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.
1 parent 4a2daa3 commit d3e6b8cCopy full SHA for d3e6b8c
logback/build.gradle.kts
@@ -21,8 +21,8 @@ configurations["compileOnly"].extendsFrom(includeInJar)
21
22
dependencies {
23
implementation("com.fasterxml.jackson.core:jackson-core:2.11.1")
24
- implementation("ch.qos.logback:logback-core:1.2.9")
25
- implementation("ch.qos.logback:logback-classic:1.2.9")
+ implementation("ch.qos.logback:logback-core:1.2.13")
+ implementation("ch.qos.logback:logback-classic:1.2.13")
26
implementation("com.newrelic.agent.java:newrelic-api:7.6.0")
27
28
includeInJar(project(":core"))
0 commit comments