From 74bcf585f9a12f97278a8d36d4f5c3ac6c5d0431 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Nov 2022 22:14:13 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin.jvm from 1.7.20 to 1.7.21 Bumps [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) from 1.7.20 to 1.7.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/commits) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 5018adf5..369f2b27 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -9,7 +9,7 @@ plugins { id("net.ossindex.audit") version "0.4.11" id("io.freefair.maven-central.validate-poms") version "6.5.1" id("io.github.gradle-nexus.publish-plugin") version "1.1.0" - id("org.jetbrains.kotlin.jvm") version "1.7.20" apply false + id("org.jetbrains.kotlin.jvm") version "1.7.21" apply false id("com.google.devtools.ksp") version "1.7.21-1.0.8" apply false id("org.openapi.generator") version "6.2.1" apply false id("org.jlleitschuh.gradle.ktlint") version "10.3.0" apply false