diff --git a/build.gradle.kts b/build.gradle.kts index 1a6eee1..d9e1c9a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,9 +13,9 @@ import org.gradle.testing.jacoco.tasks.JacocoReport plugins { base jacoco - id("com.diffplug.spotless") version "8.9.0" - id("com.github.spotbugs") version "6.5.10" apply false - id("org.cyclonedx.bom") version "3.4.0" + id("com.diffplug.spotless") version "8.10.0" + id("com.github.spotbugs") version "6.5.11" apply false + id("org.cyclonedx.bom") version "3.4.1" id("xyz.jpenilla.run-paper") version "3.1.0" apply false } @@ -55,7 +55,7 @@ subprojects { } dependencies { - "testImplementation"(platform("org.junit:junit-bom:6.1.2")) + "testImplementation"(platform("org.junit:junit-bom:6.1.3")) "testImplementation"("org.junit.jupiter:junit-jupiter") "testRuntimeOnly"("org.junit.platform:junit-platform-launcher") } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 69dd0d0..ad7845b 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.1-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500