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/16 05:33:00 UTC

[groovy] branch GROOVY_4_0_X updated: Bump com.github.jk1.dependency-license-report from 1.3 to 2.1

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


The following commit(s) were added to refs/heads/GROOVY_4_0_X by this push:
     new 2f45e732cb Bump com.github.jk1.dependency-license-report from 1.3 to 2.1
2f45e732cb is described below

commit 2f45e732cb64edab5b978eb43eeb39e00fe796b4
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Oct 3 14:55:46 2022 +0000

    Bump com.github.jk1.dependency-license-report from 1.3 to 2.1
    
    Bumps com.github.jk1.dependency-license-report from 1.3 to 2.1.
    
    ---
    updated-dependencies:
    - dependency-name: com.github.jk1.dependency-license-report
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.gradle b/build.gradle
index 07ea3acdbf..7cc5ea35af 100644
--- a/build.gradle
+++ b/build.gradle
@@ -20,7 +20,7 @@ plugins {
     id 'me.champeau.buildscan-recipes' version '0.2.3'
     id 'com.github.ben-manes.versions' version '0.44.0'
     id 'com.github.blindpirate.osgi' version '0.0.6'
-    id "com.github.jk1.dependency-license-report" version "1.3"
+    id "com.github.jk1.dependency-license-report" version "2.1"
     id 'org.sonarqube' version '3.0'
     id 'org.apache.groovy-core'
     id 'java-test-fixtures'