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.git
The following commit(s) were added to refs/heads/master by this push:
new 5eb0e388e9 Bump com.github.ben-manes.versions from 0.52.0 to 0.53.0
5eb0e388e9 is described below
commit 5eb0e388e9d547d3ef9c40a53bef1b9622336a02
Author: Paul King <[email protected]>
AuthorDate: Fri Sep 26 10:57:33 2025 +1000
Bump com.github.ben-manes.versions from 0.52.0 to 0.53.0
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index cc6e0f5f3d..aac005a58a 100644
--- a/build.gradle
+++ b/build.gradle
@@ -23,7 +23,7 @@ import org.cyclonedx.model.OrganizationalContact
import org.cyclonedx.model.OrganizationalEntity
plugins {
- id 'com.github.ben-manes.versions' version '0.52.0'
+ id 'com.github.ben-manes.versions' version '0.53.0'
id 'io.github.goooler.osgi' version '0.8.6'
id 'com.github.jk1.dependency-license-report' version '2.9'
id 'org.sonarqube' version '6.2.0.5505'