From 41fb33ac0bd91d33492302c7a4be5cd05f4ddad7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 17:52:31 +0000 Subject: [PATCH] Bump kotlinVersion from 1.9.10 to 1.9.20 Bumps `kotlinVersion` from 1.9.10 to 1.9.20. Updates `org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable` from 1.9.10 to 1.9.20 - [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.10...v1.9.20) Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 1.9.10 to 1.9.20 - [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.10...v1.9.20) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-scripting-compiler-embeddable dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-jdk8 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 7162f58..d0bfaf5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -37,7 +37,7 @@ subprojects { set("jacksonVersion", "2.15.2") // https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-annotations set("jsonSchemaVersion", "1.0.39") // https://mvnrepository.com/artifact/com.kjetland/mbknor-jackson-jsonschema set("classGraphVersion", "4.8.162") // https://mvnrepository.com/artifact/io.github.classgraph/classgraph - set("kotlinVersion", "1.9.10") // https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-stdlib-common + set("kotlinVersion", "1.9.20") // https://mvnrepository.com/artifact/org.jetbrains.kotlin/kotlin-stdlib-common set("scalaVersion", "2.13.12") set("log4jVersion", "2.20.0") // https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core