From f04df849e82932e11ffbe4aaada7df65f2b93698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Jan 2023 02:05:39 +0000 Subject: [PATCH] Bump ktor-network from 2.2.1 to 2.2.2 Bumps [ktor-network](https://github.com/ktorio/ktor) from 2.2.1 to 2.2.2. - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](https://github.com/ktorio/ktor/compare/2.2.1...2.2.2) --- updated-dependencies: - dependency-name: io.ktor:ktor-network dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- postgres-native-sqldelight-driver/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres-native-sqldelight-driver/build.gradle.kts b/postgres-native-sqldelight-driver/build.gradle.kts index d3bf85d..95ed090 100644 --- a/postgres-native-sqldelight-driver/build.gradle.kts +++ b/postgres-native-sqldelight-driver/build.gradle.kts @@ -39,7 +39,7 @@ kotlin { sourceSets { commonMain { dependencies { - api("io.ktor:ktor-network:2.2.1") + api("io.ktor:ktor-network:2.2.2") api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4") api("app.cash.sqldelight:runtime:2.0.0-alpha04") api("org.jetbrains.kotlinx:kotlinx-datetime:0.4.0")