Skip to content

Commit f072623

Browse files
Bump org.ajoberstar.grgit:grgit-gradle from 5.2.2 to 5.3.0 (#1237) (#1239)
* Bump org.ajoberstar.grgit:grgit-gradle from 5.2.2 to 5.3.0 Bumps [org.ajoberstar.grgit:grgit-gradle](https://github.com/ajoberstar/grgit) from 5.2.2 to 5.3.0. - [Release notes](https://github.com/ajoberstar/grgit/releases) - [Commits](ajoberstar/grgit@5.2.2...5.3.0) Signed-off-by: Thomas Farr <[email protected]> --- updated-dependencies: - dependency-name: org.ajoberstar.grgit:grgit-gradle dependency-type: direct:production update-type: version-update:semver-minor ... 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> (cherry picked from commit 48220eb) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6ceae01 commit f072623

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
@@ -6,6 +6,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
- Added `minScore` and `maxDistance` to `KnnQuery` ([#1166](https://github.com/opensearch-project/opensearch-java/pull/1166))
77

88
### Dependencies
9+
- Bumps `org.ajoberstar.grgit:grgit-gradle` from 5.2.2 to 5.3.0
910

1011
### Changed
1112

buildSrc/build.gradle.kts

+1-1
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.2.2")
45+
implementation("org.ajoberstar.grgit:grgit-gradle:5.3.0")
4646
implementation("com.diffplug.spotless", "spotless-plugin-gradle", "6.25.0")
4747
}
4848

0 commit comments

Comments
 (0)