diff --git a/CHANGELOG.md b/CHANGELOG.md index c3684daf2e..6c961464db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `org.apache.httpcomponents.core5:httpcore5` from 5.2.3 to 5.2.4 - Bumps `com.carrotsearch.randomizedtesting:randomizedtesting-runner` from 2.7.1 to 2.8.1 - Bumps `org.hamcrest:hamcrest` from 2.1 to 2.2 +- Bumps `org.ajoberstar.grgit:grgit-gradle` from 5.2.1 to 5.2.2 This section is for maintaining a changelog for all breaking changes for the client that cannot be released in the 2.x line. All other non-breaking changes should be added to [Unreleased 2.x] section. diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index a1af564e69..1d4c7ce452 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -31,7 +31,7 @@ */ dependencies { - implementation("org.ajoberstar.grgit:grgit-gradle:5.2.1") + implementation("org.ajoberstar.grgit:grgit-gradle:5.2.2") } repositories {