Skip to content

Commit

Permalink
Bump com.datadoghq:datadog-api-client from 2.11.0 to 2.12.0 (#98)
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.11.0 to 2.12.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.11.0...datadog-api-client-2.12.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 12, 2023
1 parent d921300 commit 78a3f2c
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 @@ -16,7 +16,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.9.0 to 2.11.0 ([#80](https://github.com/personio/datadog-synthetic-test-support/pull/80), [#89](https://github.com/personio/datadog-synthetic-test-support/pull/89))
- Update datadog-api-client dependency from 2.9.0 to 2.12.0 ([#80](https://github.com/personio/datadog-synthetic-test-support/pull/80), [#89](https://github.com/personio/datadog-synthetic-test-support/pull/89), [#98](https://github.com/personio/datadog-synthetic-test-support/pull/98))
- Update jackson-dataformat-yaml dependency from 2.15.0 to 2.15.2 ([#96](https://github.com/personio/datadog-synthetic-test-support/pull/96))
- Update jackson-module-kotlin dependency from 2.15.0 to 2.15.2 ([#96](https://github.com/personio/datadog-synthetic-test-support/pull/96))
- Update kotlin-stdlib dependency from 1.8.10 to 1.8.21 ([#83](https://github.com/personio/datadog-synthetic-test-support/pull/83), [#91](https://github.com/personio/datadog-synthetic-test-support/pull/91))
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies {
api("software.amazon.awssdk:secretsmanager:$awsSdkVersion")
api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0")
api("javax.activation:activation:1.1.1")
api("com.datadoghq:datadog-api-client:2.11.0")
api("com.datadoghq:datadog-api-client:2.12.0")
testRuntimeOnly("software.amazon.awssdk:sso:$awsSdkVersion")
testRuntimeOnly("software.amazon.awssdk:sts:$awsSdkVersion")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.3")
Expand Down

0 comments on commit 78a3f2c

Please sign in to comment.