Skip to content

Commit

Permalink
Revert "Bump ch.qos.logback:logback-core from 1.2.3 to 1.4.11 (#1733)" (
Browse files Browse the repository at this point in the history
#1738)

This reverts commit 8ce5208.
  • Loading branch information
amaljithbroad authored Oct 6, 2023
1 parent 8ce5208 commit 04f578f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
}
compile group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.12.4' // Required for databind
compile group: 'xerces', name: 'xercesImpl', version: '2.12.2'
compile group: 'ch.qos.logback', name: 'logback-core', version: '1.4.11'
compile group: 'ch.qos.logback', name: 'logback-core', version: '1.2.3'
compile group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
compile group: 'org.springframework.integration', name: 'spring-integration-core', version: '4.3.15.RELEASE'
compile group: 'commons-io', name: 'commons-io', version: '2.11.0'
Expand Down

0 comments on commit 04f578f

Please sign in to comment.