Skip to content

Commit a7c4616

Browse files
authored
bump logback to 1.5.16 (#1430)
Signed-off-by: Vaibhav Agarwal <[email protected]>
1 parent 904c82a commit a7c4616

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

build.gradle

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,6 @@ dependencies {
228228
implementation "commons-codec:commons-codec:${versions.commonscodec}"
229229
implementation "org.apache.httpcomponents:httpclient:${versions.httpclient}"
230230
implementation "org.apache.httpcomponents:httpcore:${versions.httpcore}"
231-
implementation "ch.qos.logback:logback-core:1.5.13"
232231

233232
testImplementation "org.opensearch.test:framework:${opensearch_version}"
234233
testImplementation "org.jetbrains.kotlin:kotlin-test:${kotlin_version}"
@@ -241,7 +240,11 @@ dependencies {
241240
}
242241
}
243242
configurations.ktlint {
244-
resolutionStrategy.force "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.25"
243+
resolutionStrategy{
244+
force "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.25"
245+
force "ch.qos.logback:logback-classic:1.5.16"
246+
force "ch.qos.logback:logback-core:1.5.16"
247+
}
245248
}
246249

247250
// https://aws.oss.sonatype.org/content/repositories/snapshots/org/opensearch/plugin/

0 commit comments

Comments
 (0)