Skip to content

Commit

Permalink
Added comment on why we can't upgrade to 1.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
YogeshSampalDell committed Feb 24, 2024
1 parent b57802f commit f36eb41
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 @@ -48,6 +48,8 @@ dependencies {
implementation(group: 'org.glassfish.jersey.media', name: 'jersey-media-jaxb', version: '2.39')
implementation(group: 'com.google.guava', name: 'guava', version: '31.1.0.jre-redhat-00005')
implementation(group: 'org.slf4j', name: 'slf4j-api', version: '1.7.36')
// Upgrading logback to 1.3.x & above has compatibility issues with spring-boot & will need spring-boot to be upgraded to 3.x
// https://github.com/spring-projects/spring-boot/issues/34708#issuecomment-1478581325
implementation(group: 'ch.qos.logback', name: 'logback-core', version: '1.2.11')
implementation(group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.11')
implementation(group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.20.0')
Expand Down

0 comments on commit f36eb41

Please sign in to comment.