Skip to content

Commit f375e78

Browse files
committed
chore(build): fix version reference for logback-classic
Signed-off-by: thelooter <[email protected]>
1 parent 261fd4c commit f375e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333

3434

3535
// Need to have a slf4j binding to see any output enabled from the parser.
36-
runtimeOnly("ch.qos.logback:logback-classic:1.2.+")
36+
runtimeOnly("ch.qos.logback:logback-classic:1.5.12")
3737

3838
// Contains the OpenRewriteBestPractices recipe, which you can apply to your recipes
3939
rewrite("org.openrewrite.recipe:rewrite-recommendations:latest.release")

0 commit comments

Comments
 (0)