Skip to content

Commit

Permalink
Bump org.apache.kerby:kerb-admin from 2.0.3 to 2.1.0 in /test/fixture…
Browse files Browse the repository at this point in the history
…s/hdfs-fixture (#15301)

* Bump org.apache.kerby:kerb-admin in /test/fixtures/hdfs-fixture

Bumps org.apache.kerby:kerb-admin from 2.0.3 to 2.1.0.

---
updated-dependencies:
- dependency-name: org.apache.kerby:kerb-admin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>

* Update changelog

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: reta <reta@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and reta authored Aug 19, 2024
1 parent e8ee6db commit 096c354
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/dependabot_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ jobs:
with:
token: ${{ steps.github_app_token.outputs.token }}

# See please https://docs.gradle.org/8.10/userguide/upgrading_version_8.html#minimum_daemon_jvm_version
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
java-version: 17
distribution: temurin

- name: Update Gradle SHAs
run: |
./gradlew updateSHAs
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Bump `com.azure:azure-xml` from 1.0.0 to 1.1.0 ([#15206](https://github.com/opensearch-project/OpenSearch/pull/15206))
- Bump `reactor` from 3.5.19 to 3.5.20 ([#15262](https://github.com/opensearch-project/OpenSearch/pull/15262))
- Bump `reactor-netty` from 1.1.21 to 1.1.22 ([#15262](https://github.com/opensearch-project/OpenSearch/pull/15262))
- Bump `org.apache.kerby:kerb-admin` from 2.0.3 to 2.1.0 ([#15301](https://github.com/opensearch-project/OpenSearch/pull/15301))

### Changed
- Add lower limit for primary and replica batch allocators timeout ([#14979](https://github.com/opensearch-project/OpenSearch/pull/14979))
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 @@ -80,7 +80,7 @@ dependencies {
api 'org.jline:jline:3.26.3'
api 'org.apache.commons:commons-configuration2:2.11.0'
api 'com.nimbusds:nimbus-jose-jwt:9.40'
api ('org.apache.kerby:kerb-admin:2.0.3') {
api ('org.apache.kerby:kerb-admin:2.1.0') {
exclude group: "org.jboss.xnio"
exclude group: "org.jline"
}
Expand Down

0 comments on commit 096c354

Please sign in to comment.