From 5d0af451d46f09b4bfaf22209561caf796f4479b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 11:27:19 +0300 Subject: [PATCH] Bump kotlin.version from 1.4.30 to 1.4.31 (#786) Bumps `kotlin.version` from 1.4.30 to 1.4.31. Updates `kotlin-stdlib-jdk8` from 1.4.30 to 1.4.31 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.4.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.30...v1.4.31) Updates `kotlin-compiler-embeddable` from 1.4.30 to 1.4.31 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v1.4.31/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.4.30...v1.4.31) Updates `kotlin-maven-plugin` from 1.4.30 to 1.4.31 Updates `kotlin-maven-serialization` from 1.4.30 to 1.4.31 Signed-off-by: dependabot[bot] Co-authored-by: Peter Trifanov --- diktat-gradle-plugin/build.gradle.kts | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/diktat-gradle-plugin/build.gradle.kts b/diktat-gradle-plugin/build.gradle.kts index aa67374040..a19e566b81 100644 --- a/diktat-gradle-plugin/build.gradle.kts +++ b/diktat-gradle-plugin/build.gradle.kts @@ -3,7 +3,7 @@ import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform.getCurr plugins { `java-gradle-plugin` - kotlin("jvm") version "1.4.30" + kotlin("jvm") version "1.4.31" jacoco id("pl.droidsonroids.jacoco.testkit") version "1.0.7" } diff --git a/pom.xml b/pom.xml index 9a3dfacbf2..fdaf614d44 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,7 @@ 1.8 1.8 UTF-8 - 1.4.30 + 1.4.31 true 1.1.0 0.39.0