Skip to content

Commit a01661b

Browse files
chore(deps): bump ktorVersion from 3.1.2 to 3.1.3 (#340)
Bumps `ktorVersion` from 3.1.2 to 3.1.3. Updates `io.ktor:ktor-server-netty` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.1.2...3.1.3) Updates `io.ktor:ktor-server-core` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.1.2...3.1.3) Updates `io.ktor:ktor-serialization-jackson` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.1.2...3.1.3) Updates `io.ktor:ktor-server-content-negotiation` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.1.2...3.1.3) Updates `io.ktor:ktor-server-status-pages` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.1.2...3.1.3) Updates `io.ktor:ktor-client-cio` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.1.2...3.1.3) Updates `io.ktor:ktor-client-content-negotiation` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.1.2...3.1.3) Updates `io.ktor:ktor-server-test-host` from 3.1.2 to 3.1.3 - [Release notes](https://github.com/ktorio/ktor/releases) - [Changelog](https://github.com/ktorio/ktor/blob/main/CHANGELOG.md) - [Commits](ktorio/ktor@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: io.ktor:ktor-server-netty dependency-version: 3.1.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-core dependency-version: 3.1.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-serialization-jackson dependency-version: 3.1.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-content-negotiation dependency-version: 3.1.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-status-pages dependency-version: 3.1.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-cio dependency-version: 3.1.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-content-negotiation dependency-version: 3.1.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-test-host dependency-version: 3.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7d14765 commit a01661b

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
@@ -8,7 +8,7 @@ val javaVersion = JvmTarget.JVM_21
88

99
val handlebarsVersion = "4.3.1"
1010
val jacksonVersion = "2.19.0"
11-
val ktorVersion = "3.1.2"
11+
val ktorVersion = "3.1.3"
1212
val logbackVersion = "1.5.18"
1313
val logstashEncoderVersion = "8.1"
1414
val openHtmlToPdfVersion = "1.1.28"

0 commit comments

Comments
 (0)