Skip to content

Commit

Permalink
Bump software.amazon.cloudwatchlogs:aws-embedded-metrics
Browse files Browse the repository at this point in the history
Bumps [software.amazon.cloudwatchlogs:aws-embedded-metrics](https://github.com/awslabs/aws-embedded-metrics-java) from 2.0.0-beta-1 to 4.1.0.
- [Release notes](https://github.com/awslabs/aws-embedded-metrics-java/releases)
- [Commits](awslabs/aws-embedded-metrics-java@2.0.0-beta-1...v4.1.0)

---
updated-dependencies:
- dependency-name: software.amazon.cloudwatchlogs:aws-embedded-metrics
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2023
1 parent bd94546 commit 9ee02be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data-prepper-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
implementation('org.springframework:spring-context:5.3.23') {
exclude group: 'commons-logging', module: 'commons-logging'
}
implementation 'software.amazon.cloudwatchlogs:aws-embedded-metrics:2.0.0-beta-1'
implementation 'software.amazon.cloudwatchlogs:aws-embedded-metrics:4.1.0'
testImplementation 'org.springframework:spring-test:5.3.23'
implementation "com.linecorp.armeria:armeria:${versionMap.armeria}"
implementation 'org.apache.commons:commons-lang3:3.12.0'
Expand Down

0 comments on commit 9ee02be

Please sign in to comment.