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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and azzmiks committed Dec 2, 2024
1 parent f74ef2d commit 2e21a9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Bug fixes

### Dependencies
- Update datadog-api-client dependency from 2.27.0 to 2.28.0 ([#246](https://github.com/personio/datadog-synthetic-test-support/pull/246))
- Update datadog-api-client dependency from 2.27.0 to 2.30.0 ([#246](https://github.com/personio/datadog-synthetic-test-support/pull/246), [#258](https://github.com/personio/datadog-synthetic-test-support/pull/258))
- Update jackson-dataformat-yaml dependency from 2.17.2 to 2.18.1 ([#245](https://github.com/personio/datadog-synthetic-test-support/pull/245), [#250](https://github.com/personio/datadog-synthetic-test-support/pull/250))
- Update jackson-module-kotlin dependency from 2.17.2 to 2.18.1 ([#245](https://github.com/personio/datadog-synthetic-test-support/pull/245), [#250](https://github.com/personio/datadog-synthetic-test-support/pull/250))
- Update kotlin-stdlib dependency from 2.0.20 to 2.0.21 ([#252](https://github.com/personio/datadog-synthetic-test-support/pull/252))
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
api("software.amazon.awssdk:secretsmanager:$awsSdkVersion")
api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3")
api("javax.activation:activation:1.1.1")
api("com.datadoghq:datadog-api-client:2.28.0")
api("com.datadoghq:datadog-api-client:2.30.0")
testRuntimeOnly("software.amazon.awssdk:sso:$awsSdkVersion")
testRuntimeOnly("software.amazon.awssdk:sts:$awsSdkVersion")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
Expand Down

0 comments on commit 2e21a9e

Please sign in to comment.