Skip to content

Commit a08700c

Browse files
authored
Revert "Bump log4j2 from 2.21.0 to 2.25.1 (opensearch-project#19184)" (opensearch-project#19430)
This reverts commit b9c5bc7. Signed-off-by: Andrew Ross <[email protected]>
1 parent 0c882c4 commit a08700c

File tree

43 files changed

+235
-72
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+235
-72
lines changed

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
105105
- Bump `com.google.code.gson:gson` from 2.13.1 to 2.13.2 ([#19290](https://github.com/opensearch-project/OpenSearch/pull/19290)) ([#19293](https://github.com/opensearch-project/OpenSearch/pull/19293))
106106
- Bump `actions/stale` from 9 to 10 ([#19292](https://github.com/opensearch-project/OpenSearch/pull/19292))
107107
- Bump `com.nimbusds:oauth2-oidc-sdk` from 11.25 to 11.28 ([#19291](https://github.com/opensearch-project/OpenSearch/pull/19291))
108-
- Bump `log4j2` from 2.21.0 to 2.25.1 ([#19184](https://github.com/opensearch-project/OpenSearch/pull/19184))
109108
- Bump Apache Lucene from 10.2.2 to 10.3.0 ([#19296](https://github.com/opensearch-project/OpenSearch/pull/19296))
110109
- Add com.google.code.gson:gson to the gradle version catalog ([#19328](https://github.com/opensearch-project/OpenSearch/pull/19328))
111110
- Bump `org.apache.logging.log4j:log4j-core` from 2.25.1 to 2.25.2 ([#19360](https://github.com/opensearch-project/OpenSearch/pull/19360))

gradle/libs.versions.toml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ jackson_databind = "2.18.2"
1313
snakeyaml = "2.1"
1414
icu4j = "77.1"
1515
supercsv = "2.4.0"
16-
log4j = "2.25.1"
17-
error_prone_annotations = "2.41.0"
18-
spotbugs_annotations = "4.9.4"
16+
log4j = "2.21.0"
1917
slf4j = "2.0.17"
2018
asm = "9.7"
2119
jettison = "1.5.4"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
760192f2b69eacf4a4afc78e5a1d7a8de054fcbd

libs/core/licenses/log4j-api-2.25.1.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.

modules/transport-grpc/build.gradle

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,8 @@ dependencies {
2424
api project('spi')
2525
compileOnly "com.google.code.findbugs:jsr305:3.0.2"
2626
runtimeOnly "com.google.guava:guava:${versions.guava}"
27-
runtimeOnly "com.google.guava:failureaccess:1.0.2"
28-
29-
compileOnly "com.github.spotbugs:spotbugs-annotations:${versions.spotbugs_annotations}"
30-
compileOnly "com.google.errorprone:error_prone_annotations:${versions.error_prone_annotations}"
31-
27+
implementation "com.google.errorprone:error_prone_annotations:2.24.1"
28+
implementation "com.google.guava:failureaccess:1.0.2"
3229
implementation "io.grpc:grpc-api:${versions.grpc}"
3330
implementation "io.grpc:grpc-core:${versions.grpc}"
3431
implementation "io.grpc:grpc-netty-shaded:${versions.grpc}"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
32b299e45105aa9b0df8279c74dc1edfcf313ff0

plugins/arrow-flight-rpc/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@ dependencies {
5454
runtimeOnly "io.grpc:grpc-core:${versions.grpc}"
5555
implementation "io.grpc:grpc-stub:${versions.grpc}"
5656
implementation "io.grpc:grpc-netty:${versions.grpc}"
57-
58-
compileOnly "com.google.errorprone:error_prone_annotations:${versions.error_prone_annotations}"
57+
implementation "com.google.errorprone:error_prone_annotations:2.31.0"
5958

6059
runtimeOnly "com.google.code.findbugs:jsr305:3.0.2"
6160
annotationProcessor 'org.immutables:value:2.10.1'
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
c3ba307b915d6d506e98ffbb49e6d2d12edad65b

0 commit comments

Comments
 (0)