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/12/02 01:43:44 UTC

[groovy] branch master updated: Bump build-info-extractor-gradle from 4.29.3 to 4.29.4

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 b2db03e67f Bump build-info-extractor-gradle from 4.29.3 to 4.29.4
b2db03e67f is described below

commit b2db03e67fdc282ed1d3cdacf1cdf2d8e6680bc5
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Dec 2 01:08:12 2022 +0000

    Bump build-info-extractor-gradle from 4.29.3 to 4.29.4
    
    Bumps build-info-extractor-gradle from 4.29.3 to 4.29.4.
    
    ---
    updated-dependencies:
    - dependency-name: org.jfrog.buildinfo:build-info-extractor-gradle
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    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 3ae7776fa8..dfac48608c 100644
--- a/build-logic/build.gradle
+++ b/build-logic/build.gradle
@@ -29,7 +29,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.29.3'
+    implementation 'org.jfrog.buildinfo:build-info-extractor-gradle:4.29.4'
     implementation 'org.nosphere.apache:creadur-rat-gradle:0.8.0'
     implementation 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.13'
     implementation 'me.champeau.gradle:jmh-gradle-plugin:0.5.3'