You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2022/11/14 06:24:22 UTC

[groovy] 03/04: Bump com.github.ben-manes.versions from 0.43.0 to 0.44.0

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

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

commit 5236f0cbffacba5130ab1aef79ce3d8d6b8b3e4c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Nov 14 01:10:52 2022 +0000

    Bump com.github.ben-manes.versions from 0.43.0 to 0.44.0
    
    Bumps com.github.ben-manes.versions from 0.43.0 to 0.44.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] <su...@github.com>
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 6d0042c4be..4b988c0db9 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.43.0'
+    id 'com.github.ben-manes.versions' version '0.44.0'
     id 'com.github.blindpirate.osgi' version '0.0.6'
     id "com.github.jk1.dependency-license-report" version "1.3"
     id 'org.sonarqube' version '3.0'