From f2bdb9505a694ff4e7e5f313260106e372cfee22 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 03:17:22 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- buildSrc/build.gradle.kts | 6 +++--- .../src/main/kotlin/pq.java-conventions.gradle.kts | 10 +++++----- gradle/wrapper/gradle-wrapper.properties | 2 +- gradlew | 4 ++-- gradlew.bat | 4 ++-- shared/build.gradle.kts | 2 +- velocity/build.gradle.kts | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index e813c73..e4358ea 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -7,11 +7,11 @@ repositories { } dependencies { - implementation("com.diffplug.spotless:spotless-plugin-gradle:8.6.0") + implementation("com.diffplug.spotless:spotless-plugin-gradle:8.7.0") implementation("com.gradleup.shadow:shadow-gradle-plugin:9.4.2") - implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.5.5") + implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.5.6") implementation("net.ltgt.errorprone:net.ltgt.errorprone.gradle.plugin:5.1.0") - implementation("org.openrewrite:plugin:7.34.0") + implementation("org.openrewrite:plugin:7.35.0") } java { diff --git a/buildSrc/src/main/kotlin/pq.java-conventions.gradle.kts b/buildSrc/src/main/kotlin/pq.java-conventions.gradle.kts index 12ac045..8539bd0 100644 --- a/buildSrc/src/main/kotlin/pq.java-conventions.gradle.kts +++ b/buildSrc/src/main/kotlin/pq.java-conventions.gradle.kts @@ -23,11 +23,11 @@ java { dependencies { implementation("org.jetbrains:annotations:26.1.0") - errorprone("com.google.errorprone:error_prone_core:2.49.0") - spotbugs("com.github.spotbugs:spotbugs:4.9.8") - rewrite("org.openrewrite.recipe:rewrite-static-analysis:2.36.0") - rewrite("org.openrewrite.recipe:rewrite-migrate-java:3.36.0") - rewrite("org.openrewrite.recipe:rewrite-rewrite:0.26.0") + errorprone("com.google.errorprone:error_prone_core:2.50.0") + spotbugs("com.github.spotbugs:spotbugs:4.10.2") + rewrite("org.openrewrite.recipe:rewrite-static-analysis:2.37.0") + rewrite("org.openrewrite.recipe:rewrite-migrate-java:3.37.0") + rewrite("org.openrewrite.recipe:rewrite-rewrite:0.26.1") compileOnly("org.projectlombok:lombok:1.18.46") annotationProcessor("org.projectlombok:lombok:1.18.46") diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index df6a6ad..eb84db6 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.5.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.0-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500 diff --git a/gradlew b/gradlew index b9bb139..249efbb 100755 --- a/gradlew +++ b/gradlew @@ -20,7 +20,7 @@ ############################################################################## # -# Gradle start up script for POSIX generated by Gradle. +# gradlew start up script for POSIX generated by Gradle. # # Important for running: # @@ -29,7 +29,7 @@ # bash, then to run this script, type that shell name before the whole # command line, like: # -# ksh Gradle +# ksh gradlew # # Busybox and similar reduced shells will NOT work, because this script # requires all of these POSIX shell features: diff --git a/gradlew.bat b/gradlew.bat index aa5f10b..8508ef6 100644 --- a/gradlew.bat +++ b/gradlew.bat @@ -19,7 +19,7 @@ @if "%DEBUG%"=="" @echo off @rem ########################################################################## @rem -@rem Gradle startup script for Windows +@rem gradlew startup script for Windows @rem @rem ########################################################################## @@ -72,7 +72,7 @@ echo location of your Java installation. 1>&2 -@rem Execute Gradle +@rem Execute gradlew @rem endlocal doesn't take effect until after the line is parsed and variables are expanded @rem which allows us to clear the local environment before executing the java command endlocal & "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %* & call :exitWithErrorLevel diff --git a/shared/build.gradle.kts b/shared/build.gradle.kts index 72b377b..20febec 100644 --- a/shared/build.gradle.kts +++ b/shared/build.gradle.kts @@ -6,7 +6,7 @@ dependencies { api("de.exlll:configlib-yaml:4.8.1") compileOnly("net.pistonmaster:pistonmotd-api:5.2.7") compileOnly("org.apiguardian:apiguardian-api:1.1.2") - api("com.github.spotbugs:spotbugs-annotations:4.9.8") + api("com.github.spotbugs:spotbugs-annotations:4.10.2") compileOnly("com.google.guava:guava:33.6.0-jre") testImplementation("com.google.guava:guava:33.6.0-jre") } diff --git a/velocity/build.gradle.kts b/velocity/build.gradle.kts index 7b10ead..93e4c94 100644 --- a/velocity/build.gradle.kts +++ b/velocity/build.gradle.kts @@ -11,7 +11,7 @@ dependencies { implementation("org.bstats:bstats-velocity:3.2.1") compileOnly("com.velocitypowered:velocity-api:3.4.0") - compileOnly("com.github.spotbugs:spotbugs-annotations:4.9.8") + compileOnly("com.github.spotbugs:spotbugs-annotations:4.10.2") } tasks {