Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/gradle/plugins/ingest-attachment/…
Browse files Browse the repository at this point in the history
…org.apache.xmlbeans-xmlbeans-5.2.2

Signed-off-by: gaobinlong <[email protected]>
  • Loading branch information
gaobinlong authored Nov 12, 2024
2 parents 237f84a + b9d9729 commit 5e03ada
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Bump `com.azure:azure-storage-blob` from 12.23.0 to 12.28.1 ([#16501](https://github.com/opensearch-project/OpenSearch/pull/16501))
- Bump `org.apache.hadoop:hadoop-minicluster` from 3.4.0 to 3.4.1 ([#16550](https://github.com/opensearch-project/OpenSearch/pull/16550))
- Bump `org.apache.xmlbeans:xmlbeans` from 5.2.1 to 5.2.2 ([#16612](https://github.com/opensearch-project/OpenSearch/pull/16612))
- Bump `com.nimbusds:nimbus-jose-jwt` from 9.41.1 to 9.46 ([#16611](https://github.com/opensearch-project/OpenSearch/pull/16611))
- Bump `lycheeverse/lychee-action` from 2.0.2 to 2.1.0 ([#16610](https://github.com/opensearch-project/OpenSearch/pull/16610))
- Bump `me.champeau.gradle.japicmp` from 0.4.4 to 0.4.5 ([#16614](https://github.com/opensearch-project/OpenSearch/pull/16614))

Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/hdfs-fixture/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ dependencies {
api "org.jboss.xnio:xnio-nio:3.8.16.Final"
api 'org.jline:jline:3.27.1'
api 'org.apache.commons:commons-configuration2:2.11.0'
api 'com.nimbusds:nimbus-jose-jwt:9.41.1'
api 'com.nimbusds:nimbus-jose-jwt:9.46'
api ('org.apache.kerby:kerb-admin:2.1.0') {
exclude group: "org.jboss.xnio"
exclude group: "org.jline"
Expand Down

0 comments on commit 5e03ada

Please sign in to comment.