Skip to content

Commit

Permalink
Revert logback version for JDK8 compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
rnc committed Aug 28, 2024
1 parent 477f0ca commit 8094cc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ subprojects {
extra["jacksonVersion"] = "2.14.3"
extra["jgitVersion"] = "6.3.0.202209071007-r"
extra["junitVersion"] = "4.13.2"
extra["logbackVersion"] = "1.5.6"
// Must use 1.3.x series as 1.4.x and above requires JDK11.
extra["logbackVersion"] = "1.3.14"
extra["mavenVersion"] = "3.6.3"
extra["opentelemetryVersion"] = "1.2.0"
extra["ownerVersion"] = "1.0.12"
Expand Down

0 comments on commit 8094cc3

Please sign in to comment.