We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7783a4 + 6a18dae commit 7c2eaf2Copy full SHA for 7c2eaf2
build.gradle
@@ -2,17 +2,11 @@ buildscript {
2
dependencies {
3
classpath "org.kohsuke:github-api:1.327"
4
}
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
11
12
13
plugins {
14
id "fabric-loom" version "1.10-SNAPSHOT"
15
- id "com.diffplug.spotless" version "7.0.3"
+ id "com.diffplug.spotless" version "7.0.4"
16
17
18
def ENV = System.getenv()
0 commit comments