Skip to content

Commit f40559a

Browse files
willyborankinjainankitk
authored andcommitted
Bump log4j2 from 2.21.0 to 2.25.1 (opensearch-project#19184)
Signed-off-by: Andrey Pleskach <[email protected]>
1 parent c444e30 commit f40559a

File tree

46 files changed

+72
-438
lines changed

Some content is hidden

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

46 files changed

+72
-438
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8585
- 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))
8686
- Bump `actions/stale` from 9 to 10 ([#19292](https://github.com/opensearch-project/OpenSearch/pull/19292))
8787
- Bump `com.nimbusds:oauth2-oidc-sdk` from 11.25 to 11.28 ([#19291](https://github.com/opensearch-project/OpenSearch/pull/19291))
88+
- Bump `log4j2` from 2.21.0 to 2.25.1 ([#19184](https://github.com/opensearch-project/OpenSearch/pull/19184))
8889

8990
### Deprecated
9091

gradle/libs.versions.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jackson_databind = "2.18.2"
1313
snakeyaml = "2.1"
1414
icu4j = "77.1"
1515
supercsv = "2.4.0"
16-
log4j = "2.21.0"
16+
log4j = "2.25.1"
17+
error_prone_annotations = "2.41.0"
18+
spotbugs_annotations = "4.9.4"
1719
slf4j = "2.0.17"
1820
asm = "9.7"
1921
jettison = "1.5.4"

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

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
c7acbbd6f110cd1457c628da46245e355b1ee57a

modules/transport-grpc/build.gradle

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

modules/transport-grpc/licenses/error_prone_annotations-2.24.1.jar.sha1

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

modules/transport-grpc/licenses/failureaccess-1.0.2.jar.sha1

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

modules/transport-grpc/licenses/failureaccess-LICENSE.txt

Lines changed: 0 additions & 202 deletions
This file was deleted.

modules/transport-grpc/licenses/failureaccess-NOTICE.txt

Whitespace-only changes.

plugins/arrow-flight-rpc/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ 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-
implementation "com.google.errorprone:error_prone_annotations:2.31.0"
57+
58+
compileOnly "com.google.errorprone:error_prone_annotations:${versions.error_prone_annotations}"
5859

5960
runtimeOnly group: 'com.google.code.findbugs', name: 'jsr305', version: '3.0.2'
6061
annotationProcessor 'org.immutables:value:2.10.1'

0 commit comments

Comments
 (0)