Skip to content

Commit

Permalink
chore(dependency): upgrade and pin logback to 1.2.12
Browse files Browse the repository at this point in the history
Pinning logback to 1.2.12 till spring boot upgrade to 2.5.15 or above
  • Loading branch information
j-sandy committed Aug 10, 2023
1 parent 6d1a84b commit 6b615d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spinnaker-dependencies/spinnaker-dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ ext {
jsch : "0.1.54",
jschAgentProxy : "0.0.9",
// spring boot 2.5.14 specifies logback 1.2.11, but a rosco test hung with
// 1.2.11 from https://jira.qos.ch/browse/LOGBACK-1623 so stick with 1.2.10
// until 1.2.12 appears.
logback : "1.2.10",
// 1.2.11 from https://jira.qos.ch/browse/LOGBACK-1623 so pinning it to 1.2.12
// until spring boot upgrade 2.5.15 or above.
logback : "1.2.12",
protobuf : "3.21.12",
okhttp : "2.7.5", // CVE-2016-2402
okhttp3 : "4.9.3",
Expand Down Expand Up @@ -91,7 +91,7 @@ dependencies {
constraints {
api("cglib:cglib-nodep:3.3.0")
//A bug is reported in 1.2.11 and fixed in 1.2.12.
//So pinning the version to 1.2.10 untill required package is released.
//So pinning the version to 1.2.12 untill spring boot upgrade to 2.5.15 or above.
//[https://jira.qos.ch/browse/LOGBACK-1623]
api("ch.qos.logback:logback-core"){
version {
Expand Down

0 comments on commit 6b615d6

Please sign in to comment.