diff --git a/CHANGELOG.md b/CHANGELOG.md index b8de976157..708c0eed40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Added - Github workflow for changelog verification ([#239](https://github.com/opensearch-project/opensearch-java/pull/239)) - Github workflow for dependabot PRs ([#247](https://github.com/opensearch-project/opensearch-java/pull/247)) +### Dependencies +- Bumps `grgit-gradle` from 4.0.1 to 5.0.0 ### Changed - Update literature around changelog contributions in CONTRIBUTING.md ([#242](https://github.com/opensearch-project/opensearch-java/pull/242)) diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index c82bb73f9a..81e081c058 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -31,7 +31,7 @@ */ dependencies { - implementation("org.ajoberstar.grgit:grgit-gradle:4.0.1") + implementation("org.ajoberstar.grgit:grgit-gradle:5.0.0") } repositories {