Skip to content

Commit 012d814

Browse files
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](GradleUp/shadow@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] <support@github.com>
1 parent aef8032 commit 012d814

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

agent/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'java'
33
id 'java-library'
44
id 'maven-publish'
5-
id "com.gradleup.shadow" version "8.3.6"
5+
id "com.gradleup.shadow" version "8.3.7"
66
}
77

88
dependencies {

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
id 'maven-publish'
1111
id 'antlr'
1212
id 'signing'
13-
id "com.gradleup.shadow" version "8.3.6"
13+
id "com.gradleup.shadow" version "8.3.7"
1414
id "biz.aQute.bnd.builder" version "6.4.0"
1515
id "io.github.gradle-nexus.publish-plugin" version "2.0.0"
1616
id "groovy"

0 commit comments

Comments
 (0)