Skip to content

Commit

Permalink
forcing logback versions
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Li <[email protected]>
  • Loading branch information
sejli committed Feb 7, 2024
1 parent d0e2184 commit effd91f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ configurations.all {
force "com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.11.4"
force "org.yaml:snakeyaml:2.0"
force "org.slf4j:slf4j-api:2.0.7"
force "ch.qos.logback:logback-classic:1.3.14"
force "ch.qos.logback:logback-core:1.3.14"
}
}

Expand Down

0 comments on commit effd91f

Please sign in to comment.