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 9aa3eeedc0 Bump com.github.ben-manes.versions from 0.51.0 to 0.52.0
9aa3eeedc0 is described below
commit 9aa3eeedc0cec1326ed0d0a9c164854276fdec90
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 24 01:34:13 2025 +0000
Bump com.github.ben-manes.versions from 0.51.0 to 0.52.0
Bumps com.github.ben-manes.versions from 0.51.0 to 0.52.0.
---
updated-dependencies:
- dependency-name: com.github.ben-manes.versions
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
build.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.gradle b/build.gradle
index 74910130e2..5ba20ecb87 100644
--- a/build.gradle
+++ b/build.gradle
@@ -18,7 +18,7 @@
*/
plugins {
id 'me.champeau.buildscan-recipes' version '0.2.3'
- id 'com.github.ben-manes.versions' version '0.51.0'
+ id 'com.github.ben-manes.versions' version '0.52.0'
id 'com.github.blindpirate.osgi' version '0.0.7'
id 'com.github.jk1.dependency-license-report' version '2.9'
id 'org.sonarqube' version '6.0.1.5171'