Skip to content

Commit b507587

Browse files
committed
Update to com.gradleup.shadow 9.3.1
Closes gh-90 Signed-off-by: Josh Cummings <3627351+jzheaux@users.noreply.github.com>
1 parent 876db44 commit b507587

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

core/spring-security-release-tools-core.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id "io.spring.convention.spring-module"
3-
id "com.github.johnrengelman.shadow" version "8.1.1"
3+
id "com.gradleup.shadow" version "9.3.1"
44
}
55

66
configurations.testImplementation {

release-plugin/spring-security-release-plugin.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id "io.spring.convention.spring-gradle-plugin"
33
id "com.gradle.plugin-publish" version "1.2.1"
4-
id "com.github.johnrengelman.shadow" version "8.1.1"
4+
id "com.gradleup.shadow" version "9.3.1"
55
}
66

77
gradlePlugin {

0 commit comments

Comments
 (0)