Merge pull request #323 from antville/dependabot/gradle/org.ajoberstar.grgit-5.0.0

build(deps): bump org.ajoberstar.grgit from 4.1.1 to 5.0.0
This commit is contained in:
Tobi Schäfer 2023-08-26 21:24:02 +02:00 committed by GitHub
commit c4f7a7991a
Failed to generate hash of commit

View file

@ -3,7 +3,7 @@ plugins {
id 'java'
id 'com.github.node-gradle.node' version '3.5.1'
id 'org.ajoberstar.grgit' version '4.1.1' apply false
id 'org.ajoberstar.grgit' version '5.0.0' apply false
}
import org.ajoberstar.grgit.Grgit