We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 261fd4c commit f375e78Copy full SHA for f375e78
build.gradle.kts
@@ -33,7 +33,7 @@ dependencies {
33
34
35
// Need to have a slf4j binding to see any output enabled from the parser.
36
- runtimeOnly("ch.qos.logback:logback-classic:1.2.+")
+ runtimeOnly("ch.qos.logback:logback-classic:1.5.12")
37
38
// Contains the OpenRewriteBestPractices recipe, which you can apply to your recipes
39
rewrite("org.openrewrite.recipe:rewrite-recommendations:latest.release")
0 commit comments