We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f5ddda commit 885e5dfCopy full SHA for 885e5df
data-prepper-core/build.gradle
@@ -37,7 +37,7 @@ dependencies {
37
implementation(libs.spring.context) {
38
exclude group: 'commons-logging', module: 'commons-logging'
39
}
40
- implementation 'software.amazon.cloudwatchlogs:aws-embedded-metrics:2.0.0-beta-1'
+ implementation 'software.amazon.cloudwatchlogs:aws-embedded-metrics:4.1.1'
41
testImplementation 'org.apache.logging.log4j:log4j-jpl:2.17.0'
42
testImplementation testLibs.spring.test
43
implementation libs.armeria.core
0 commit comments