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:56 UTC

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

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 08fd7e512d Bump build-info-extractor-gradle from 4.29.1 to 4.29.2
08fd7e512d is described below

commit 08fd7e512d4e728af9b40537a577ee4a4f894055
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Oct 19 01:51:31 2022 +0000

    Bump build-info-extractor-gradle from 4.29.1 to 4.29.2
    
    Bumps build-info-extractor-gradle from 4.29.1 to 4.29.2.
    
    ---
    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 2b73905e82..5b673cdf2a 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.29.1'
+    implementation 'org.jfrog.buildinfo:build-info-extractor-gradle:4.29.2'
     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'