Skip to content

Commit

Permalink
Bump org.jetbrains.kotlinx:kotlinx-serialization-json (#99)
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.5.0 to 1.5.1.
- [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.5.0...v1.5.1)

---
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] <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 78a3f2c commit e5860d7
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 @@ -20,7 +20,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- 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))
- Update kotlinx-serialization-json dependency from 1.4.1 to 1.5.0 ([#78](https://github.com/personio/datadog-synthetic-test-support/pull/78))
- Update kotlinx-serialization-json dependency from 1.4.1 to 1.5.1 ([#78](https://github.com/personio/datadog-synthetic-test-support/pull/78), [#99](https://github.com/personio/datadog-synthetic-test-support/pull/99))
- Update secretsmanager dependency from 2.20.8 to 2.20.76 ([#77](https://github.com/personio/datadog-synthetic-test-support/pull/77), [#81](https://github.com/personio/datadog-synthetic-test-support/pull/81), [#94](https://github.com/personio/datadog-synthetic-test-support/pull/94), [#95](https://github.com/personio/datadog-synthetic-test-support/pull/95))

## [1.1.0] - 2023-02-21
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:$jacksonVersion")
implementation("org.apache.commons:commons-text:1.10.0")
api("software.amazon.awssdk:secretsmanager:$awsSdkVersion")
api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0")
api("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1")
api("javax.activation:activation:1.1.1")
api("com.datadoghq:datadog-api-client:2.12.0")
testRuntimeOnly("software.amazon.awssdk:sso:$awsSdkVersion")
Expand Down

0 comments on commit e5860d7

Please sign in to comment.