Skip to content

Commit b8f026f

Browse files
mch2kotwanikunal
authored andcommitted
Force version of logback-core and logback-classic to 1.2.13 (#11521)
* force version of logback-core and logback-classic to 1.2.13 Signed-off-by: Marc Handalian <marc.handalian@gmail.com> * add changelog Signed-off-by: Marc Handalian <marc.handalian@gmail.com> --------- Signed-off-by: Marc Handalian <marc.handalian@gmail.com> Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
1 parent 49c0c50 commit b8f026f

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8282
- Bump `com.gradle.enterprise` from 3.14.1 to 3.16.2 ([#11339](https://github.com/opensearch-project/OpenSearch/pull/11339), [#11629](https://github.com/opensearch-project/OpenSearch/pull/11629), [#12056](https://github.com/opensearch-project/OpenSearch/pull/12056))
8383
- Bump `actions/setup-java` from 3 to 4 ([#11447](https://github.com/opensearch-project/OpenSearch/pull/11447))
8484
- Bump `org.apache.xmlbeans:xmlbeans` from 5.1.1 to 5.2.0 ([#11448](https://github.com/opensearch-project/OpenSearch/pull/11448))
85+
- Bump `logback-core` and `logback-classic` to 1.2.13 ([#11521](https://github.com/opensearch-project/OpenSearch/pull/11521))
8586
- Bump `org.apache.maven:maven-model` from 3.9.4 to 3.9.6 ([#11445](https://github.com/opensearch-project/OpenSearch/pull/11445))
8687
- Bump `commons-net:commons-net` from 3.9.0 to 3.10.0 ([#11450](https://github.com/opensearch-project/OpenSearch/pull/11450))
8788
- Bump `org.apache.zookeeper:zookeeper` from 3.9.0 to 3.9.1 ([#10506](https://github.com/opensearch-project/OpenSearch/pull/10506))

test/fixtures/hdfs-fixture/build.gradle

+4
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ dependencies {
4747
exclude group: "com.squareup.okhttp3"
4848
exclude group: "org.xerial.snappy"
4949
exclude module: "json-io"
50+
exclude module: "logback-core"
51+
exclude module: "logback-classic"
5052
}
5153
api "org.codehaus.jettison:jettison:${versions.jettison}"
5254
api "org.apache.commons:commons-compress:${versions.commonscompress}"
@@ -66,6 +68,8 @@ dependencies {
6668
api 'org.apache.zookeeper:zookeeper:3.9.1'
6769
api "org.apache.commons:commons-text:1.11.0"
6870
api "commons-net:commons-net:3.10.0"
71+
api "ch.qos.logback:logback-core:1.2.13"
72+
api "ch.qos.logback:logback-classic:1.2.13"
6973
runtimeOnly "com.google.guava:guava:${versions.guava}"
7074
runtimeOnly("com.squareup.okhttp3:okhttp:4.12.0") {
7175
exclude group: "com.squareup.okio"

0 commit comments

Comments
 (0)