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/10/17 02:41:45 UTC

[groovy] branch master updated: Bump build-info-extractor-gradle from 4.17.2 to 4.29.1

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 33db30574d Bump build-info-extractor-gradle from 4.17.2 to 4.29.1
33db30574d is described below

commit 33db30574d53b4c9e18aed2105656fa567b0819d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Oct 17 01:58:01 2022 +0000

    Bump build-info-extractor-gradle from 4.17.2 to 4.29.1
    
    Bumps build-info-extractor-gradle from 4.17.2 to 4.29.1.
    
    ---
    updated-dependencies:
    - dependency-name: org.jfrog.buildinfo:build-info-extractor-gradle
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 build-logic/build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-logic/build.gradle b/build-logic/build.gradle
index 1edb726356..3d8ba0c5f7 100644
--- a/build-logic/build.gradle
+++ b/build-logic/build.gradle
@@ -28,7 +28,7 @@ repositories {
 dependencies {
     implementation 'org.asciidoctor:asciidoctor-gradle-jvm:3.3.2'
     implementation 'org.asciidoctor:asciidoctor-gradle-jvm-pdf:3.3.2'
-    implementation 'org.jfrog.buildinfo:build-info-extractor-gradle:4.17.2'
+    implementation 'org.jfrog.buildinfo:build-info-extractor-gradle:4.29.1'
     implementation 'org.nosphere.apache:creadur-rat-gradle:0.7.0'
     implementation 'com.github.spotbugs.snom:spotbugs-gradle-plugin:4.7.10'
     implementation 'me.champeau.gradle:jmh-gradle-plugin:0.5.3'