Skip to content

Commit 0c23ba7

Browse files
Fix CVE's (#18935)
Signed-off-by: Prudhvi Godithi <pgodithi@amazon.com>
1 parent 2fedeb5 commit 0c23ba7

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8787
- Bump `com.nimbusds:nimbus-jose-jwt` from 10.2 to 10.4 ([#18759](https://github.com/opensearch-project/OpenSearch/pull/18759), [#18804](https://github.com/opensearch-project/OpenSearch/pull/18804))
8888
- Bump `commons-beanutils:commons-beanutils` from 1.9.4 to 1.11.0 ([#18401](https://github.com/opensearch-project/OpenSearch/issues/18401))
8989
- Bump `org.xerial.snappy:snappy-java` from 1.1.10.7 to 1.1.10.8 ([#18803](https://github.com/opensearch-project/OpenSearch/pull/18803))
90+
- Bump `org.ajoberstar.grgit:grgit-core` from 5.2.1 to 5.3.2 ([#18935](https://github.com/opensearch-project/OpenSearch/pull/18935))
91+
- Bump `org.apache.kafka:kafka-clients` from 3.8.1 to 3.9.1 ([#18935](https://github.com/opensearch-project/OpenSearch/pull/18935))
9092

9193
### Deprecated
9294

buildSrc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ dependencies {
122122
api 'org.jruby.jcodings:jcodings:1.0.58'
123123
api 'org.jruby.joni:joni:2.2.3'
124124
api "com.fasterxml.jackson.core:jackson-databind:${props.getProperty('jackson_databind')}"
125-
api "org.ajoberstar.grgit:grgit-core:5.2.1"
125+
api "org.ajoberstar.grgit:grgit-core:5.3.2"
126126

127127
testFixturesApi "junit:junit:${props.getProperty('junit')}"
128128
testFixturesApi "com.carrotsearch.randomizedtesting:randomizedtesting-runner:${props.getProperty('randomizedrunner')}"

plugins/ingestion-kafka/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ opensearchplugin {
1717
}
1818

1919
versions << [
20-
'kafka': '3.8.1',
20+
'kafka': '3.9.1',
2121
'docker': '3.3.6',
2222
'testcontainers': '1.19.7',
2323
'ducttape': '1.0.8',

plugins/ingestion-kafka/licenses/kafka-clients-3.8.1.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+
86ca079953ed5606257ff298c24666b26da6985b

0 commit comments

Comments
 (0)