cadonna opened a new pull request #11561:
URL: https://github.com/apache/kafka/pull/11561


   grgit 4.1.0 caused unsupported version error during gradle builds.
   The reason was that grgit 4.1.0 uses always the latest JGit version
   internally. Unfortunately, the latest JGit version was compiled with
   a Java version later than Java 8 which caused the unsupported version
   error during gradle builds for Java 8.
   
   grgit 4.1.1 fixed this issue by upper bounding the version of JGrit
   to a version that is still compiled with Java 8. Consequently, we can
   remove the hotfix we merged in commit 
d1e0d2b474b0bdb0b0141b6d341ce77dd331a8d4
   and instead bump the grgit version from 4.1.0 to 4.1.1.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to