Skip to content

Commit

Permalink
Bump com.datadoghq:datadog-api-client from 2.28.0 to 2.30.0
Browse files Browse the repository at this point in the history
Bumps [com.datadoghq:datadog-api-client](https://github.com/DataDog/datadog-api-client-java) from 2.28.0 to 2.30.0.
- [Release notes](https://github.com/DataDog/datadog-api-client-java/releases)
- [Changelog](https://github.com/DataDog/datadog-api-client-java/blob/master/CHANGELOG.md)
- [Commits](DataDog/datadog-api-client-java@datadog-api-client-2.28.0...datadog-api-client-2.30.0)

---
updated-dependencies:
- dependency-name: com.datadoghq:datadog-api-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 8, 2024
1 parent 035257f commit 178e23f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shared/lib-metrics/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
implementation 'org.apache.commons:commons-lang3:3.17.0'

// Datadog API
implementation 'com.datadoghq:datadog-api-client:2.28.0'
implementation 'com.datadoghq:datadog-api-client:2.30.0'

testImplementation platform('org.junit:junit-bom:5.11.3')
testImplementation 'org.junit.jupiter:junit-jupiter'
Expand Down
2 changes: 1 addition & 1 deletion svc-bip-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
implementation 'org.springframework.boot:spring-boot-starter-actuator'

// Datadog API
implementation 'com.datadoghq:datadog-api-client:2.28.0'
implementation 'com.datadoghq:datadog-api-client:2.30.0'
}

// https://docs.gradle.org/current/userguide/jvm_test_suite_plugin.html#sec:jvm_test_suite_usage
Expand Down

0 comments on commit 178e23f

Please sign in to comment.