Skip to content

Commit 8a4627a

Browse files
Bump the java group across 2 directories with 2 updates
Bumps the java group with 2 updates in the / directory: com.diffplug.spotless and org.apache.commons:commons-lang3. Bumps the java group with 1 update in the /fabric-chaincode-shim directory: org.apache.commons:commons-lang3. 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 Updates `org.apache.commons:commons-lang3` from 3.18.0 to 3.19.0 --- updated-dependencies: - dependency-name: com.diffplug.spotless dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: java - dependency-name: org.apache.commons:commons-lang3 dependency-version: 3.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java - dependency-name: org.apache.commons:commons-lang3 dependency-version: 3.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: java ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 175c81d commit 8a4627a

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)