diff --git a/build.gradle.kts b/build.gradle.kts
index b8b93df..59137bd 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -41,6 +41,7 @@ buildscript {
val version = findProperty("released.version")
classpath("com.github.vlsi.stage-vote-release:com.github.vlsi.stage-vote-release.gradle.plugin:$version")
}
+ classpath("org.ajoberstar.grgit:grgit-gradle:4.1.1")
}
}
diff --git a/checksum.xml b/checksum.xml
index 25878a8..9745835 100644
--- a/checksum.xml
+++ b/checksum.xml
@@ -40,6 +40,7 @@
+
diff --git a/plugins/jandex-plugin/src/test/kotlin/com/github/vlsi/jandex/JandexPluginTest.kt b/plugins/jandex-plugin/src/test/kotlin/com/github/vlsi/jandex/JandexPluginTest.kt
index 6379879..5121a28 100644
--- a/plugins/jandex-plugin/src/test/kotlin/com/github/vlsi/jandex/JandexPluginTest.kt
+++ b/plugins/jandex-plugin/src/test/kotlin/com/github/vlsi/jandex/JandexPluginTest.kt
@@ -44,7 +44,7 @@ class JandexPluginTest : BaseGradleTest() {
add(arguments("7.0", ConfigurationCache.ON))
add(arguments("7.4.2", ConfigurationCache.ON))
// Configuration cache supports custom caches since 7.5 only: https://github.com/gradle/gradle/issues/14874
- add(arguments("7.5-20220421031748+0000", ConfigurationCache.ON))
+ add(arguments("7.5.1", ConfigurationCache.ON))
}
}
}
diff --git a/plugins/stage-vote-release-plugin/build.gradle.kts b/plugins/stage-vote-release-plugin/build.gradle.kts
index e284f96..5a35fd0 100644
--- a/plugins/stage-vote-release-plugin/build.gradle.kts
+++ b/plugins/stage-vote-release-plugin/build.gradle.kts
@@ -20,8 +20,8 @@ dependencies {
implementation(project(":plugins:license-gather-plugin"))
implementation(project(":plugins:gradle-extensions-plugin"))
implementation("org.eclipse.jgit:org.eclipse.jgit:5.13.0.202109080827-r")
- implementation("org.ajoberstar.grgit:grgit-gradle:4.0.1")
- implementation("org.ajoberstar.grgit:grgit-core:4.0.1")
+ implementation("org.ajoberstar.grgit:grgit-gradle:4.1.1")
+ implementation("org.ajoberstar.grgit:grgit-core:4.1.1")
implementation("de.marcphilipp.gradle:nexus-publish-plugin:0.4.0")
implementation("io.codearte.gradle.nexus:gradle-nexus-staging-plugin:0.21.2")
}