Skip to content

Commit d4f135d

Browse files
committed
Merge branch 'v1'
2 parents 5bd2aa1 + b507587 commit d4f135d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)