Skip to content

Commit 7c2eaf2

Browse files
Merge pull request Wurst-Imperium#1144 from Wurst-Imperium/dependabot/gradle/com.diffplug.spotless-7.0.4
Bump com.diffplug.spotless from 7.0.3 to 7.0.4
2 parents c7783a4 + 6a18dae commit 7c2eaf2

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

build.gradle

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,11 @@ buildscript {
22
dependencies {
33
classpath "org.kohsuke:github-api:1.327"
44
}
5-
configurations.classpath {
6-
resolutionStrategy {
7-
// v6.10.0.202406032230-r, used by spotless-plugin-gradle 7.0.3, is vulnerable to CVE-2025-4949
8-
force "org.eclipse.jgit:org.eclipse.jgit:6.10.1.202505221210-r"
9-
}
10-
}
115
}
126

137
plugins {
148
id "fabric-loom" version "1.10-SNAPSHOT"
15-
id "com.diffplug.spotless" version "7.0.3"
9+
id "com.diffplug.spotless" version "7.0.4"
1610
}
1711

1812
def ENV = System.getenv()

0 commit comments

Comments
 (0)