From cfdbd32608a6197ef266e5da1d74ed1d20a0646e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 08:11:18 +0000 Subject: [PATCH] Bump com.github.johnrengelman.shadow in /micronaut-reactive Bumps com.github.johnrengelman.shadow from 7.1.2 to 8.1.1. --- updated-dependencies: - dependency-name: com.github.johnrengelman.shadow dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- micronaut-reactive/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/micronaut-reactive/build.gradle b/micronaut-reactive/build.gradle index 09e379f1..8be1afa5 100644 --- a/micronaut-reactive/build.gradle +++ b/micronaut-reactive/build.gradle @@ -7,7 +7,7 @@ buildscript { } plugins { - id("com.github.johnrengelman.shadow") version "7.1.2" + id("com.github.johnrengelman.shadow") version "8.1.1" id("com.google.cloud.tools.jib") version "3.4.0" id("io.micronaut.minimal.application") version "3.7.2" id("io.micronaut.graalvm") version "4.1.1"