From e2e10c5b41bd52dbd6e2ce06d36e7fa21ad6e874 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 May 2021 11:02:37 +0000 Subject: [PATCH] Bump com.github.hierynomus.license from 0.15.0 to 0.16.1 Bumps com.github.hierynomus.license from 0.15.0 to 0.16.1. Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a29d6b6..c517618 100644 --- a/build.gradle +++ b/build.gradle @@ -2,7 +2,7 @@ plugins { id 'java' id 'com.github.johnrengelman.shadow' version '4.0.4' - id 'com.github.hierynomus.license' version '0.15.0' + id 'com.github.hierynomus.license' version '0.16.1' id 'nebula.info' version '5.2.0' id 'checkstyle' id 'findbugs'