From cfa462cfe071bb59bf446f904db54895b5191e00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Sep 2021 04:16:00 +0000 Subject: [PATCH] Bump kotlin.version from 1.5.21 to 1.5.31 in /samples/maven Bumps `kotlin.version` from 1.5.21 to 1.5.31. Updates `kotlin-stdlib-jdk8` from 1.5.21 to 1.5.31 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) Updates `kotlin-reflect` from 1.5.21 to 1.5.31 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/commits) Updates `kotlin-maven-plugin` from 1.5.21 to 1.5.31 --- 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-reflect dependency-type: direct:production 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] --- samples/maven/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/maven/pom.xml b/samples/maven/pom.xml index 63067c8e5..28e39ebe4 100644 --- a/samples/maven/pom.xml +++ b/samples/maven/pom.xml @@ -16,7 +16,7 @@ 11 5.8.0 ${java.version} - 1.5.21 + 1.5.31 3.8.1 3.0.0-M5 ${java.charset}