diff --git a/THIRD-PARTY.txt b/THIRD-PARTY.txt index ecee0fdf1..4e15bbc5f 100644 --- a/THIRD-PARTY.txt +++ b/THIRD-PARTY.txt @@ -66,9 +66,10 @@ List of third-party dependencies grouped by their license type. * Apache James :: Mime4j :: Core (org.apache.james:apache-mime4j-core:0.8.11 - http://james.apache.org/mime4j/apache-mime4j-core) * Apache James :: Mime4j :: DOM (org.apache.james:apache-mime4j-dom:0.8.11 - http://james.apache.org/mime4j/apache-mime4j-dom) * Apache JempBox (org.apache.pdfbox:jempbox:1.8.17 - http://www.apache.org/pdfbox-parent/jempbox/) - * Apache Log4j API (org.apache.logging.log4j:log4j-api:2.24.1 - https://logging.apache.org/log4j/2.x/log4j/log4j-api/) - * Apache Log4j Core (org.apache.logging.log4j:log4j-core:2.24.1 - https://logging.apache.org/log4j/2.x/log4j/log4j-core/) + * Apache Log4j API (org.apache.logging.log4j:log4j-api:2.23.0 - https://logging.apache.org/log4j/2.x/log4j/log4j-api/) + * Apache Log4j Core (org.apache.logging.log4j:log4j-core:2.23.0 - https://logging.apache.org/log4j/2.x/log4j/log4j-core/) * Apache Log4j JUL Adapter (org.apache.logging.log4j:log4j-jul:2.21.0 - https://logging.apache.org/log4j/2.x/log4j/log4j-jul/) + * Apache Log4j SLF4J Binding (org.apache.logging.log4j:log4j-slf4j-impl:2.23.0 - https://logging.apache.org/log4j/2.x/log4j/log4j-slf4j-impl/) * Apache Lucene (module: backward-codecs) (org.apache.lucene:lucene-backward-codecs:9.11.1 - https://lucene.apache.org/) * Apache Lucene (module: common) (org.apache.lucene:lucene-analysis-common:9.11.1 - https://lucene.apache.org/) * Apache Lucene (module: core) (org.apache.lucene:lucene-core:9.11.1 - https://lucene.apache.org/) @@ -251,7 +252,6 @@ List of third-party dependencies grouped by their license type. * rome-utils (com.rometools:rome-utils:2.1.0 - http://rometools.com/rome-utils) * server (org.opensearch:opensearch:2.17.0 - https://github.com/opensearch-project/OpenSearch.git) * Shaded Deps for Storm Client (org.apache.storm:storm-shaded-deps:2.7.0 - https://storm.apache.org/storm-shaded-deps) - * SLF4J 1 Binding for Log4j API (org.apache.logging.log4j:log4j-slf4j-impl:2.24.1 - https://logging.apache.org/log4j/2.x/log4j/log4j-slf4j-impl/) * SnakeYAML (org.yaml:snakeyaml:2.3 - https://bitbucket.org/snakeyaml/snakeyaml) * snappy-java (org.xerial.snappy:snappy-java:1.1.10.4 - https://github.com/xerial/snappy-java) * sniffer (org.opensearch.client:opensearch-rest-client-sniffer:2.17.0 - https://github.com/opensearch-project/OpenSearch.git) diff --git a/pom.xml b/pom.xml index 4750d50fc..a81251191 100644 --- a/pom.xml +++ b/pom.xml @@ -70,7 +70,7 @@ under the License. 3.0.0 5.14.2 26.0.1 - 2.24.1 + 2.23.0 2.14.0 5.3 1.20.3 @@ -412,8 +412,13 @@ under the License. - - org.apache.logging.log4j:log4j-core:(,2.17.0) + org.apache.logging.log4j:log4j-core:(,2.17.0) + + org.apache.logging.log4j:log4j-core:[2.24.1] + org.apache.logging.log4j:log4j-api:[2.24.1]