Skip to content

Commit ee92b8a

Browse files
opensearch-trigger-bot[bot]github-actions[bot]dependabot[bot]
authored
Bump org.ajoberstar.grgit:grgit-gradle from 5.3.0 to 5.3.2 (#1621) (#1628)
* Bump org.ajoberstar.grgit:grgit-gradle from 5.3.0 to 5.3.2 Bumps [org.ajoberstar.grgit:grgit-gradle](https://github.com/ajoberstar/grgit) from 5.3.0 to 5.3.2. - [Release notes](https://github.com/ajoberstar/grgit/releases) - [Commits](ajoberstar/grgit@5.3.0...5.3.2) --- updated-dependencies: - dependency-name: org.ajoberstar.grgit:grgit-gradle dependency-version: 5.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... * Update changelog --------- (cherry picked from commit e44d379) Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a08e03d commit ee92b8a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
99
### Dependencies
1010
- Bump `org.owasp.dependencycheck` from 12.1.1 to 12.1.3 ([#1608](https://github.com/opensearch-project/opensearch-java/pull/1608), [#1607](https://github.com/opensearch-project/opensearch-java/pull/1607), [#1623](https://github.com/opensearch-project/opensearch-java/pull/1623))
1111
- Bump `org.junit:junit-bom` from 5.13.0 to 5.13.1 ([#1606](https://github.com/opensearch-project/opensearch-java/pull/1606))
12+
- Bump `org.ajoberstar.grgit:grgit-gradle` from 5.3.0 to 5.3.2 ([#1621](https://github.com/opensearch-project/opensearch-java/pull/1621))
1213

1314
### Changed
1415

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repositories {
4242
}
4343

4444
dependencies {
45-
implementation("org.ajoberstar.grgit:grgit-gradle:5.3.0")
45+
implementation("org.ajoberstar.grgit:grgit-gradle:5.3.2")
4646
implementation("com.diffplug.spotless", "spotless-plugin-gradle", "6.25.0")
4747
}
4848

0 commit comments

Comments
 (0)