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/16 07:49:53 UTC

[groovy] branch master updated: Bump build-info-extractor-gradle from 4.30.0 to 4.30.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 130cf88e70 Bump build-info-extractor-gradle from 4.30.0 to 4.30.1
130cf88e70 is described below

commit 130cf88e70ae84a3a12328d13c9b4f54f26366ad
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Dec 16 01:18:39 2022 +0000

    Bump build-info-extractor-gradle from 4.30.0 to 4.30.1
    
    Bumps build-info-extractor-gradle from 4.30.0 to 4.30.1.
    
    ---
    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 05fa4443e4..3d8119c9dc 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.30.0'
+    implementation 'org.jfrog.buildinfo:build-info-extractor-gradle:4.30.1'
     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'