Skip to content

Commit d3e6b8c

Browse files
upgrade logback-core and logback-classic dependencies
1 parent 4a2daa3 commit d3e6b8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

logback/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ configurations["compileOnly"].extendsFrom(includeInJar)
2121

2222
dependencies {
2323
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")
24+
implementation("ch.qos.logback:logback-core:1.2.13")
25+
implementation("ch.qos.logback:logback-classic:1.2.13")
2626
implementation("com.newrelic.agent.java:newrelic-api:7.6.0")
2727

2828
includeInJar(project(":core"))

0 commit comments

Comments
 (0)