From 65904ec68fcb0d85857eb500d98c264c08b7d1f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 15:06:49 +0200 Subject: [PATCH] Bump the kotlin group with 4 updates (#456) Bumps the kotlin group with 4 updates: [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin), [org.jetbrains.kotlin:kotlin-reflect](https://github.com/JetBrains/kotlin), [org.jetbrains.kotlin:kotlin-test-junit5](https://github.com/JetBrains/kotlin) and [jvm](https://github.com/JetBrains/kotlin). Updates `org.jetbrains.kotlin:kotlin-stdlib` 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-reflect` 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-junit5` 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 `jvm` 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) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin - dependency-name: org.jetbrains.kotlin:kotlin-reflect dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin - dependency-name: org.jetbrains.kotlin:kotlin-test-junit5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin - dependency-name: jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: kotlin ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1bc0f68..01fb274 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ import java.text.SimpleDateFormat import java.util.* plugins { - kotlin("jvm") version "2.0.10" + kotlin("jvm") version "2.0.20" id("maven-publish") id("signing") id("com.github.ben-manes.versions") version "0.51.0" @@ -64,8 +64,8 @@ dependencies { } } } - implementation("org.jetbrains.kotlin:kotlin-stdlib:2.0.10") - implementation("org.jetbrains.kotlin:kotlin-reflect:2.0.10") + implementation("org.jetbrains.kotlin:kotlin-stdlib:2.0.20") + implementation("org.jetbrains.kotlin:kotlin-reflect:2.0.20") implementation("io.github.microutils:kotlin-logging:3.0.5") implementation("org.slf4j:slf4j-api:2.0.16") @@ -79,7 +79,7 @@ dependencies { implementation("com.google.re2j:re2j:1.7") // implementation("com.github.fge:json-schema-validator:2.2.6") - testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:2.0.10") + testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:2.0.20") testImplementation("io.kotest:kotest-runner-junit5:5.9.1") testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.11.0") }