Skip to content

Commit 361200b

Browse files
build(deps): bump the kotlin group across 1 directory with 3 updates
Bumps the kotlin group with 3 updates in the / directory: [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization), [org.jetbrains.kotlinx:kotlinx-io-core](https://github.com/Kotlin/kotlinx-io) and [org.jetbrains.kotlinx:kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines). Updates `org.jetbrains.kotlinx:kotlinx-serialization-json` from 1.8.1 to 1.11.0 - [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.8.1...v1.11.0) Updates `org.jetbrains.kotlinx:kotlinx-io-core` from 0.5.4 to 0.9.1 - [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.5.4...0.9.1) Updates `org.jetbrains.kotlinx:kotlinx-coroutines-core` from 1.9.0 to 1.11.0 - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases) - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md) - [Commits](Kotlin/kotlinx.coroutines@1.9.0...1.11.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core dependency-version: 1.10.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin - dependency-name: org.jetbrains.kotlinx:kotlinx-io-core dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json dependency-version: 1.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: kotlin ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7f50a81 commit 361200b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ dependencies {
4444
implementation("io.ktor:ktor-client-cio:3.1.3")
4545
// kotlin-logging: transitive via kotlin-sdk:0.5.0 StdioClientTransport; declared explicitly to pin version
4646
implementation("io.github.oshai:kotlin-logging-jvm:7.0.7")
47-
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1")
48-
implementation("org.jetbrains.kotlinx:kotlinx-io-core:0.5.4")
49-
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
47+
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.11.0")
48+
implementation("org.jetbrains.kotlinx:kotlinx-io-core:0.9.1")
49+
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.11.0")
5050

5151
// Logging façade (we keep it minimal; Burp logs are also used)
5252
implementation("org.slf4j:slf4j-api:2.0.16")

0 commit comments

Comments
 (0)