From 25600a5655905ec50127ba6c6b118fcd79bab9f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Nov 2023 21:10:10 +0000 Subject: [PATCH] Bump kotlin.version from 1.9.20 to 1.9.21 Bumps `kotlin.version` from 1.9.20 to 1.9.21. Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 1.9.20 to 1.9.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.20...v1.9.21) Updates `org.jetbrains.kotlin:kotlin-test` from 1.9.20 to 1.9.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.9.20...v1.9.21) Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 1.9.20 to 1.9.21 --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-test dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- examples/kafka-quickstart-kotlin/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/kafka-quickstart-kotlin/pom.xml b/examples/kafka-quickstart-kotlin/pom.xml index e460375b99..34c09ed742 100644 --- a/examples/kafka-quickstart-kotlin/pom.xml +++ b/examples/kafka-quickstart-kotlin/pom.xml @@ -16,7 +16,7 @@ 1.8 1.8 - 1.9.20 + 1.9.21 5.1.0.Final acme.Main