diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 96cada2..826834b 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -11,7 +11,7 @@ dependencies { implementation("com.gradleup.shadow:shadow-gradle-plugin:9.4.0") implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.4.8") implementation("net.ltgt.errorprone:net.ltgt.errorprone.gradle.plugin:5.1.0") - implementation("org.openrewrite:plugin:7.28.1") + implementation("org.openrewrite:plugin:7.28.2") } java { diff --git a/buildSrc/src/main/kotlin/pq.java-conventions.gradle.kts b/buildSrc/src/main/kotlin/pq.java-conventions.gradle.kts index 3fd239c..b5ea10e 100644 --- a/buildSrc/src/main/kotlin/pq.java-conventions.gradle.kts +++ b/buildSrc/src/main/kotlin/pq.java-conventions.gradle.kts @@ -25,7 +25,7 @@ dependencies { errorprone("com.google.errorprone:error_prone_core:2.48.0") spotbugs("com.github.spotbugs:spotbugs:4.9.8") - rewrite("org.openrewrite.recipe:rewrite-static-analysis:2.30.0") + rewrite("org.openrewrite.recipe:rewrite-static-analysis:2.30.1") rewrite("org.openrewrite.recipe:rewrite-migrate-java:3.30.1") rewrite("org.openrewrite.recipe:rewrite-rewrite:0.21.2") diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index dbc3ce4..c61a118 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.4.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/gradlew b/gradlew index 0262dcb..739907d 100755 --- a/gradlew +++ b/gradlew @@ -57,7 +57,7 @@ # Darwin, MinGW, and NonStop. # # (3) This script is generated from the Groovy template -# https://github.com/gradle/gradle/blob/b631911858264c0b6e4d6603d677ff5218766cee/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt +# https://github.com/gradle/gradle/blob/2d6327017519d23b96af35865dc997fcb544fb40/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt # within the Gradle project. # # You can find Gradle at https://github.com/gradle/gradle/.