diff --git a/CHANGELOG.md b/CHANGELOG.md index 2302733136..c25467baf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bumps `io.github.classgraph:classgraph` from 4.8.162 to 4.8.163 - Bumps `org.owasp.dependencycheck` from 8.4.0 to 8.4.2 - Bumps `org.eclipse.parsson:parsson` from 1.1.4 to 1.1.5 +- Bumps `org.ajoberstar.grgit:grgit-gradle` from 5.2.0 to 5.2.1 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 be0dd199c3..a1af564e69 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -31,7 +31,7 @@ */ dependencies { - implementation("org.ajoberstar.grgit:grgit-gradle:5.2.0") + implementation("org.ajoberstar.grgit:grgit-gradle:5.2.1") } repositories {