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

[groovy] branch master updated: 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.

sunlan 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 4280f84e06 Bump com.github.ben-manes.versions from 0.43.0 to 0.44.0
4280f84e06 is described below

commit 4280f84e06cfff02e9491e24b76bbc8eea856afc
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 502bbda5aa..4c7f7bc6f2 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 "2.1"
     id 'org.sonarqube' version '3.5.0.2730'