File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff 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/
You can’t perform that action at this time.
0 commit comments