Skip to content

Commit

Permalink
build(deps): bump org.jetbrains.kotlinx:kotlinx-io-core
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlinx:kotlinx-io-core](https://github.com/Kotlin/kotlinx-io) from 0.3.2 to 0.3.3.
- [Release notes](https://github.com/Kotlin/kotlinx-io/releases)
- [Changelog](https://github.com/Kotlin/kotlinx-io/blob/master/CHANGELOG.md)
- [Commits](Kotlin/kotlinx-io@0.3.2...0.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Apr 30, 2024
1 parent d5af146 commit fd0bd8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion waltid-cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ kotlin {
api(project(":waltid-sdjwt"))
api(project(":waltid-openid4vc"))

implementation("org.jetbrains.kotlinx:kotlinx-io-core:0.3.2")
implementation("org.jetbrains.kotlinx:kotlinx-io-core:0.3.3")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.6.0-RC.2")
implementation ("com.google.code.gson:gson:2.10.1")
Expand Down

0 comments on commit fd0bd8b

Please sign in to comment.