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/10/19 02:22:20 UTC

[groovy] branch master updated: Bump com.github.ben-manes.versions from 0.42.0 to 0.43.0

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 7ed01e1ae0 Bump com.github.ben-manes.versions from 0.42.0 to 0.43.0
7ed01e1ae0 is described below

commit 7ed01e1ae00df6540cb0c449074fe5a4c1a707d0
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Oct 18 01:39:12 2022 +0000

    Bump com.github.ben-manes.versions from 0.42.0 to 0.43.0
    
    Bumps com.github.ben-manes.versions from 0.42.0 to 0.43.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 133e9b67b2..cc3615cc45 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.42.0'
+    id 'com.github.ben-manes.versions' version '0.43.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.4.0.2513'