File tree 2 files changed +3
-1
lines changed
buildSrc/src/testKit/thirdPartyAudit/sample_jars
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
19
19
- Add BWC version 2.3.1 ([ #4513 ] ( https://github.com/opensearch-project/OpenSearch/pull/4513 ) )
20
20
- [ Segment Replication] Add snapshot and restore tests for segment replication feature ([ #3993 ] ( https://github.com/opensearch-project/OpenSearch/pull/3993 ) )
21
21
- Added missing javadocs for ` :example-plugins ` modules ([ #4540 ] ( https://github.com/opensearch-project/OpenSearch/pull/4540 ) )
22
+ ### Dependencies
23
+ - Bumps ` log4j-core ` from 2.18.0 to 2.19.0
22
24
23
25
24
26
### Dependencies
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ repositories {
16
16
mavenCentral()
17
17
}
18
18
dependencies {
19
- implementation ' org.apache.logging.log4j:log4j-core:2.18 .0'
19
+ implementation ' org.apache.logging.log4j:log4j-core:2.19 .0'
20
20
}
21
21
22
22
[" 0.0.1" , " 0.0.2" ]. forEach { v ->
You can’t perform that action at this time.
0 commit comments