Skip to content

Commit

Permalink
Bump org.jetbrains.kotlinx:kotlinx-serialization-json (#243)
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases)
- [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md)
- [Commits](Kotlin/kotlinx.serialization@v1.7.2...v1.7.3)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 4, 2024
1 parent d0bab2a commit c47b96a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Bug fixes

### Dependencies
- Update kotlinx-serialization-json dependency from 1.7.2 to 1.7.3 ([#243](https://github.com/personio/datadog-synthetic-test-support/pull/243))
- Update secretsmanager dependency from 2.27.17 to 2.28.12 ([#241](https://github.com/personio/datadog-synthetic-test-support/pull/241))

## [2.6.0] - 2024-09-09
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$jacksonVersion")
implementation("org.apache.commons:commons-text:1.12.0")
api("software.amazon.awssdk:secretsmanager:$awsSdkVersion")
api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2")
api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3")
api("javax.activation:activation:1.1.1")
api("com.datadoghq:datadog-api-client:2.27.0")
testRuntimeOnly("software.amazon.awssdk:sso:$awsSdkVersion")
Expand Down

0 comments on commit c47b96a

Please sign in to comment.