Skip to content

Commit 77c7b30

Browse files
Bump commons-lang3 and spotless (#461)
- Updates `com.diffplug.spotless` from 7.2.1 to 8.0.0 - Updates `org.apache.commons:commons-lang3` from 3.18.0 to 3.19.0 Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 175c81d commit 77c7b30

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
plugins {
88
id "com.github.ben-manes.versions" version "0.53.0"
9-
id "com.diffplug.spotless" version "7.2.1"
9+
id "com.diffplug.spotless" version "8.0.0"
1010
}
1111

1212
version = '2.5.7'

fabric-chaincode-shim/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tasks.withType(Test).configureEach {
3131

3232
dependencies {
3333
constraints {
34-
pmd('org.apache.commons:commons-lang3:3.18.0') {
34+
pmd('org.apache.commons:commons-lang3:3.19.0') {
3535
because('CVE-2025-48924')
3636
}
3737
}

0 commit comments

Comments
 (0)