From 012d814bf276a5dacfc4dea3a6af50de2b6398e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 19:51:27 +0000 Subject: [PATCH] Bump com.gradleup.shadow from 8.3.6 to 8.3.7 Bumps [com.gradleup.shadow](https://github.com/GradleUp/shadow) from 8.3.6 to 8.3.7. - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](https://github.com/GradleUp/shadow/compare/8.3.6...8.3.7) --- updated-dependencies: - dependency-name: com.gradleup.shadow dependency-version: 8.3.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- agent/build.gradle | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/agent/build.gradle b/agent/build.gradle index 1ebb77474..1930d44a6 100644 --- a/agent/build.gradle +++ b/agent/build.gradle @@ -2,7 +2,7 @@ plugins { id 'java' id 'java-library' id 'maven-publish' - id "com.gradleup.shadow" version "8.3.6" + id "com.gradleup.shadow" version "8.3.7" } dependencies { diff --git a/build.gradle b/build.gradle index 9a71b7b8b..da48541d3 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ plugins { id 'maven-publish' id 'antlr' id 'signing' - id "com.gradleup.shadow" version "8.3.6" + id "com.gradleup.shadow" version "8.3.7" id "biz.aQute.bnd.builder" version "6.4.0" id "io.github.gradle-nexus.publish-plugin" version "2.0.0" id "groovy"