From 5a2932ec683ecdc5f4a78b271653aca7df941712 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 05:33:47 +0000 Subject: [PATCH] Bump kotlin_version from 2.0.0-Beta2 to 2.0.0-Beta3 Bumps `kotlin_version` from 2.0.0-Beta2 to 2.0.0-Beta3. Updates `org.jetbrains.kotlin:kotlin-stdlib-jdk8` from 2.0.0-Beta2 to 2.0.0-Beta3 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.0-Beta3/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.0-Beta2...v2.0.0-Beta3) Updates `org.jetbrains.kotlin:kotlin-reflect` from 2.0.0-Beta2 to 2.0.0-Beta3 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.0-Beta3/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.0-Beta2...v2.0.0-Beta3) --- 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 ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 318c64790..9835fd68b 100644 --- a/build.gradle +++ b/build.gradle @@ -49,7 +49,7 @@ subprojects { apply plugin: 'maven-publish' apply plugin: 'jacoco' - ext.kotlin_version = '2.0.0-Beta2' + ext.kotlin_version = '2.0.0-Beta3' sourceCompatibility = 21 targetCompatibility = 21