Skip to content

Commit

Permalink
Merge pull request #5456 from DataDog/rgs/ddprof-0.52.0-patch
Browse files Browse the repository at this point in the history
upgrade ddprof to 0.52.0
  • Loading branch information
richardstartin authored Jun 23, 2023
2 parents 0226e41 + 9fc973c commit fb3a746
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions dd-smoke-tests/log-injection/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@ dependencies {
slf4jLog4j2Bridge 'org.apache.logging.log4j:log4j-slf4j-impl:2.7'
log4j2Slf4jBridge 'org.apache.logging.log4j:log4j-to-slf4j:2.7'

log4j2Latest 'org.apache.logging.log4j:log4j-core:+'
julLog4j2BridgeLatest 'org.apache.logging.log4j:log4j-jul:+'
jclLog4j2BridgeLatest 'org.apache.logging.log4j:log4j-jcl:+'
log4j1Log4j2BridgeLatest 'org.apache.logging.log4j:log4j-1.2-api:+'
slf4jLog4j2BridgeLatest 'org.apache.logging.log4j:log4j-slf4j-impl:+'
log4j2Slf4jBridgeLatest 'org.apache.logging.log4j:log4j-to-slf4j:+'
log4j2Latest 'org.apache.logging.log4j:log4j-core:2.+'
julLog4j2BridgeLatest 'org.apache.logging.log4j:log4j-jul:2.+'
jclLog4j2BridgeLatest 'org.apache.logging.log4j:log4j-jcl:2.+'
log4j1Log4j2BridgeLatest 'org.apache.logging.log4j:log4j-1.2-api:2.+'
slf4jLog4j2BridgeLatest 'org.apache.logging.log4j:log4j-slf4j-impl:2.+'
log4j2Slf4jBridgeLatest 'org.apache.logging.log4j:log4j-to-slf4j:2.+'

slf4jInterface deps.slf4j

Expand Down
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ final class CachedData {
testcontainers: '1.17.3',
jmc : "8.1.0-SNAPSHOT",
autoservice : "1.0-rc7",
ddprof : "0.49.0",
ddprof : "0.52.0",
asm : "9.5"
]

Expand Down

0 comments on commit fb3a746

Please sign in to comment.