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 81d9760 commit 7bb1573Copy full SHA for 7bb1573
data-prepper-core/build.gradle
@@ -37,7 +37,7 @@ dependencies {
37
implementation('org.springframework:spring-context:5.3.22') {
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.0'
41
testImplementation 'org.springframework:spring-test:5.3.22'
42
implementation "com.linecorp.armeria:armeria:${versionMap.armeria}"
43
implementation 'org.apache.commons:commons-lang3:3.12.0'
0 commit comments