Skip to content

Commit 6e1510e

Browse files
committed
Bump log4j2 from 2.21.0 to 2.25.1
Signed-off-by: Andrey Pleskach <ples@aiven.io>
1 parent 53f428c commit 6e1510e

File tree

44 files changed

+61
-428
lines changed

Some content is hidden

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

44 files changed

+61
-428
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6565
- Bump `org.jsoup:jsoup` from 1.20.1 to 1.21.2 ([#19207](https://github.com/opensearch-project/OpenSearch/pull/19207))
6666
- Bump `org.apache.hadoop:hadoop-minicluster` from 3.4.1 to 3.4.2 ([#19203](https://github.com/opensearch-project/OpenSearch/pull/19203))
6767
- Bump `com.maxmind.geoip2:geoip2` from 4.3.1 to 4.4.0 ([#19205](https://github.com/opensearch-project/OpenSearch/pull/19205))
68+
- Bump `log4j2` from 2.21.0 to 2.25.1 ([#19184](https://github.com/opensearch-project/OpenSearch/pull/19184))
6869

6970
### Deprecated
7071

gradle/libs.versions.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ 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+
errorprone_anntations = "2.41.0"
1718
slf4j = "2.0.17"
1819
asm = "9.7"
1920
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
@@ -23,8 +23,11 @@ testClusters {
2323
dependencies {
2424
compileOnly "com.google.code.findbugs:jsr305:3.0.2"
2525
runtimeOnly "com.google.guava:guava:${versions.guava}"
26-
implementation "com.google.errorprone:error_prone_annotations:2.24.1"
27-
implementation "com.google.guava:failureaccess:1.0.2"
26+
27+
compileOnly "com.github.spotbugs:spotbugs-annotations:4.9.4"
28+
compileOnly "com.google.errorprone:error_prone_annotations:${versions.errorprone_anntations}"
29+
compileOnly "com.google.guava:failureaccess:1.0.2"
30+
2831
implementation "io.grpc:grpc-api:${versions.grpc}"
2932
implementation "io.grpc:grpc-core:${versions.grpc}"
3033
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.errorprone_anntations}"
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)