From f5febfda9431af46de5cd4d64d47060f900602e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 21:45:38 +0000 Subject: [PATCH] Bump kotlin.version from 2.0.10 to 2.0.20 Bumps `kotlin.version` from 2.0.10 to 2.0.20. Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 2.0.10 to 2.0.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.10...v2.0.20) Updates `org.jetbrains.kotlin:kotlin-test` from 2.0.10 to 2.0.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.10...v2.0.20) Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.0.10 to 2.0.20 --- 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 add0ccf38..cec398102 100644 --- a/examples/kafka-quickstart-kotlin/pom.xml +++ b/examples/kafka-quickstart-kotlin/pom.xml @@ -16,7 +16,7 @@ 1.8 1.8 - 2.0.10 + 2.0.20 5.1.0.Final acme.Main