Skip to content

Commit 7b42b67

Browse files
Bump com.gradleup.shadow from 8.3.7 to 8.3.8
Bumps [com.gradleup.shadow](https://github.com/GradleUp/shadow) from 8.3.7 to 8.3.8. - [Release notes](https://github.com/GradleUp/shadow/releases) - [Commits](GradleUp/shadow@8.3.7...8.3.8) --- updated-dependencies: - dependency-name: com.gradleup.shadow dependency-version: 8.3.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 89e7809 commit 7b42b67

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.7"
5+
id "com.gradleup.shadow" version "8.3.8"
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.7"
13+
id "com.gradleup.shadow" version "8.3.8"
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)