From df94b1399d63475065c8b466c1e7716a12d164de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 07:29:58 +0000 Subject: [PATCH] Bump ktor.version from 2.3.2 to 2.3.3 Bumps `ktor.version` from 2.3.2 to 2.3.3. Updates `io.ktor:ktor-server-core-jvm` from 2.3.2 to 2.3.3 - [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.3.2...2.3.3) Updates `io.ktor:ktor-client-core-jvm` from 2.3.2 to 2.3.3 - [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.3.2...2.3.3) Updates `io.ktor:ktor-client-cio-jvm` from 2.3.2 to 2.3.3 - [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.3.2...2.3.3) Updates `io.ktor:ktor-server-netty-jvm` from 2.3.2 to 2.3.3 - [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.3.2...2.3.3) Updates `io.ktor:ktor-server-test-host-jvm` from 2.3.2 to 2.3.3 - [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.3.2...2.3.3) Updates `io.ktor:ktor-server-content-negotiation-jvm` from 2.3.2 to 2.3.3 - [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.3.2...2.3.3) Updates `io.ktor:ktor-client-content-negotiation-jvm` from 2.3.2 to 2.3.3 - [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.3.2...2.3.3) Updates `io.ktor:ktor-serialization-kotlinx-json-jvm` from 2.3.2 to 2.3.3 - [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.3.2...2.3.3) Updates `io.ktor:ktor-server-auth-jvm` from 2.3.2 to 2.3.3 - [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.3.2...2.3.3) Updates `io.ktor:ktor-server-auth-jwt-jvm` from 2.3.2 to 2.3.3 - [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.3.2...2.3.3) Updates `io.ktor:ktor-server-request-validation-jvm` from 2.3.2 to 2.3.3 - [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.3.2...2.3.3) Updates `io.ktor:ktor-server-status-pages-jvm` from 2.3.2 to 2.3.3 - [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.3.2...2.3.3) --- updated-dependencies: - dependency-name: io.ktor:ktor-server-core-jvm dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-core-jvm dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-cio-jvm dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-netty-jvm dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-test-host-jvm dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-content-negotiation-jvm dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-client-content-negotiation-jvm dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-serialization-kotlinx-json-jvm dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-auth-jvm dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-auth-jwt-jvm dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-request-validation-jvm dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.ktor:ktor-server-status-pages-jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a4935650..1faea6dd 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ official 17 1.9.0 - 2.3.2 + 2.3.3 3.4.3 1.13.5 false