Skip to content

Commit

Permalink
fix spring boot latest dep logging dependencies (#7071)
Browse files Browse the repository at this point in the history
  • Loading branch information
amarziali committed May 24, 2024
1 parent cae43e4 commit 2d6803a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dd-java-agent/instrumentation/spring-boot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ dependencies {
boot3ForkedTestImplementation group: 'org.springframework.boot', name: 'spring-boot', version: '3.0.0'
latestDepTestImplementation group: 'org.springframework.boot', name: 'spring-boot', version: '+'
latestDepForkedTestImplementation group: 'org.springframework.boot', name: 'spring-boot', version: '+'
latestDepTestImplementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.4.8' // otherwise clashes with RootLogLevelConfigurator
latestDepForkedTestImplementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.4.8'
latestDepTestImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-logging', version: '+'
latestDepForkedTestImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-logging', version: '+'
}

0 comments on commit 2d6803a

Please sign in to comment.