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/11/14 06:24:20 UTC

[groovy] 01/04: 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 GROOVY_4_0_X
in repository https://gitbox.apache.org/repos/asf/groovy.git

commit 05137a3ae82169a5d75e43d2675143da9696b1f3
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 81e891d2c7..9c4f45fd45 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.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:4.7.10'
     implementation 'me.champeau.gradle:jmh-gradle-plugin:0.5.3'