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 2a22dfe6 Bump com.github.ben-manes.versions gradle plugin to 0.52.0
2a22dfe6 is described below
commit 2a22dfe645653be7f2b7704b2a9f9b2cd8f96dd4
Author: Paul King <[email protected]>
AuthorDate: Fri Jan 24 16:33:08 2025 +1000
Bump com.github.ben-manes.versions gradle plugin to 0.52.0
---
geb.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/geb.gradle b/geb.gradle
index c7ecaf84..5d726fb8 100644
--- a/geb.gradle
+++ b/geb.gradle
@@ -28,7 +28,7 @@ plugins {
id 'geb.source-distribution'
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'
+ id 'com.github.ben-manes.versions' version '0.52.0'
}
repositories {