Skip to content

Commit ecef09b

Browse files
chore(deps): update all non-major dependencies
1 parent e44cdac commit ecef09b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies {
1111
implementation("com.gradleup.shadow:shadow-gradle-plugin:9.3.1")
1212
implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.4.8")
1313
implementation("net.ltgt.errorprone:net.ltgt.errorprone.gradle.plugin:4.3.0")
14-
implementation("org.openrewrite:plugin:7.23.0")
14+
implementation("org.openrewrite:plugin:7.24.0")
1515
}
1616

1717
java {

buildSrc/src/main/kotlin/pc.java-conventions.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ dependencies {
2121

2222
errorprone("com.google.errorprone:error_prone_core:2.45.0")
2323
spotbugs("com.github.spotbugs:spotbugs:4.9.8")
24-
rewrite("org.openrewrite.recipe:rewrite-static-analysis:2.24.0")
25-
rewrite("org.openrewrite.recipe:rewrite-migrate-java:3.24.0")
26-
rewrite("org.openrewrite.recipe:rewrite-rewrite:0.17.0")
24+
rewrite("org.openrewrite.recipe:rewrite-static-analysis:2.25.0")
25+
rewrite("org.openrewrite.recipe:rewrite-migrate-java:3.25.0")
26+
rewrite("org.openrewrite.recipe:rewrite-rewrite:0.18.0")
2727

2828
compileOnly("net.luckperms:api:5.5")
2929
compileOnly("com.github.spotbugs:spotbugs-annotations:4.9.8")

0 commit comments

Comments
 (0)