Skip to content

Commit c5cbc00

Browse files
Bump org.ajoberstar.grgit:grgit-gradle from 5.2.1 to 5.2.2 (opensearch-project#854)
* Bump org.ajoberstar.grgit:grgit-gradle from 5.2.1 to 5.2.2 Bumps [org.ajoberstar.grgit:grgit-gradle](https://github.com/ajoberstar/grgit) from 5.2.1 to 5.2.2. - [Release notes](https://github.com/ajoberstar/grgit/releases) - [Commits](ajoberstar/grgit@5.2.1...5.2.2) --- updated-dependencies: - dependency-name: org.ajoberstar.grgit:grgit-gradle dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update changelog Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
1 parent c3b62c9 commit c5cbc00

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1111
- Bumps `org.apache.httpcomponents.core5:httpcore5` from 5.2.3 to 5.2.4
1212
- Bumps `com.carrotsearch.randomizedtesting:randomizedtesting-runner` from 2.7.1 to 2.8.1
1313
- Bumps `org.hamcrest:hamcrest` from 2.1 to 2.2
14+
- Bumps `org.ajoberstar.grgit:grgit-gradle` from 5.2.1 to 5.2.2
1415

1516
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.
1617

buildSrc/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
*/
3232

3333
dependencies {
34-
implementation("org.ajoberstar.grgit:grgit-gradle:5.2.1")
34+
implementation("org.ajoberstar.grgit:grgit-gradle:5.2.2")
3535
}
3636

3737
repositories {

0 commit comments

Comments
 (0)