This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy-geb.git


The following commit(s) were added to refs/heads/master by this push:
     new 97b42205 add dependency update gradle plugin
97b42205 is described below

commit 97b422059fa05ab1838a9cd51e49c9b52d941fdf
Author: Paul King <[email protected]>
AuthorDate: Sun Dec 15 12:52:45 2024 +1000

    add dependency update gradle plugin
---
 geb.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/geb.gradle b/geb.gradle
index 6bc74cf6..f7caa0c8 100644
--- a/geb.gradle
+++ b/geb.gradle
@@ -27,6 +27,7 @@ plugins {
     alias(libs.plugins.asl2)
     id 'com.github.jk1.dependency-license-report' version '2.9'
     id 'org.nosphere.apache.rat'
+    id 'com.github.ben-manes.versions' version '0.51.0'
 }
 
 repositories {

Reply via email to