This is an automated email from the ASF dual-hosted git repository.
cadonna pushed a commit to branch 2.8
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/2.8 by this push:
new 27627f2 HOTFIX: Bump version of grgit fro 4.1.0 to 4.1.1 (#11587)
27627f2 is described below
commit 27627f215095c491f0e079275b0f901b8db84b69
Author: Bruno Cadonna <[email protected]>
AuthorDate: Thu Dec 16 16:20:59 2021 +0100
HOTFIX: Bump version of grgit fro 4.1.0 to 4.1.1 (#11587)
grgit 4.1.0 caused the following error with gradle
> Could not resolve all artifacts for configuration ':classpath'.
> Could not resolve org.eclipse.jgit:org.eclipse.jgit:latest.release.
Required by:
project : > org.ajoberstar.grgit:grgit-core:4.1.0
...
grgit 4.1.1 fixed this issue.
Reviewers: David Jacot <[email protected]>
---
gradle/dependencies.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/dependencies.gradle b/gradle/dependencies.gradle
index f35e3f7..77550cb 100644
--- a/gradle/dependencies.gradle
+++ b/gradle/dependencies.gradle
@@ -63,7 +63,7 @@ versions += [
commonsCli: "1.4",
gradle: "6.8.1",
gradleVersionsPlugin: "0.36.0",
- grgit: "4.1.0",
+ grgit: "4.1.1",
httpclient: "4.5.13",
easymock: "4.2",
jackson: "2.10.5",