Skip to content

Commit 2d457c8

Browse files
dependabot[bot]Vxrpenter
authored andcommitted
Bump ktorVersion from 3.2.2 to 3.2.3
Bumps `ktorVersion` from 3.2.2 to 3.2.3. Updates `io.ktor:ktor-server-netty` from 3.2.2 to 3.2.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.2.2...3.2.3) Updates `io.ktor:ktor-client-core` from 3.2.2 to 3.2.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.2.2...3.2.3) Updates `io.ktor:ktor-client-cio` from 3.2.2 to 3.2.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.2.2...3.2.3) Updates `io.ktor:ktor-client-content-negotiation` from 3.2.2 to 3.2.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.2.2...3.2.3) Updates `io.ktor:ktor-serialization-kotlinx-json` from 3.2.2 to 3.2.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.2.2...3.2.3) --- updated-dependencies: - dependency-name: io.ktor:ktor-server-netty dependency-version: 3.2.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-core dependency-version: 3.2.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-cio dependency-version: 3.2.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-content-negotiation dependency-version: 3.2.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-serialization-kotlinx-json dependency-version: 3.2.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3b711a3 commit 2d457c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ repositories {
1919
mavenCentral()
2020
}
2121

22-
val ktorVersion = "3.2.2"
22+
val ktorVersion = "3.2.3"
2323
val kotlinxCoroutinesVersion = "1.10.2"
2424

2525
val exposedVersion = "0.61.0"

0 commit comments

Comments
 (0)