From e26011de2220cc2c73ac3d0bfa99eaa3ef165bb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 20:40:39 +0000 Subject: [PATCH] Bump the all group with 4 updates Bumps the all group with 4 updates: [com.google.devtools.ksp:symbol-processing-api](https://github.com/google/ksp), [com.google.devtools.ksp](https://github.com/google/ksp), [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) and [org.jetbrains.kotlin.plugin.serialization](https://github.com/JetBrains/kotlin). Updates `com.google.devtools.ksp:symbol-processing-api` from 2.0.20-Beta2-1.0.23 to 2.0.20-RC-1.0.24 - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/2.0.20-Beta2-1.0.23...2.0.20-RC-1.0.24) Updates `com.google.devtools.ksp` from 2.0.20-Beta2-1.0.23 to 2.0.20-RC-1.0.24 - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/2.0.20-Beta2-1.0.23...2.0.20-RC-1.0.24) Updates `org.jetbrains.kotlin.jvm` from 2.0.20-Beta2 to 2.0.20-RC - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20-RC/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.20-Beta2...v2.0.20-RC) Updates `org.jetbrains.kotlin.plugin.serialization` from 2.0.20-Beta2 to 2.0.20-RC - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20-RC/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.20-Beta2...v2.0.20-RC) Updates `org.jetbrains.kotlin.plugin.serialization` from 2.0.20-Beta2 to 2.0.20-RC - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.20-RC/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v2.0.20-Beta2...v2.0.20-RC) Updates `com.google.devtools.ksp` from 2.0.20-Beta2-1.0.23 to 2.0.20-RC-1.0.24 - [Release notes](https://github.com/google/ksp/releases) - [Commits](https://github.com/google/ksp/compare/2.0.20-Beta2-1.0.23...2.0.20-RC-1.0.24) --- updated-dependencies: - dependency-name: com.google.devtools.ksp:symbol-processing-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: com.google.devtools.ksp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.jetbrains.kotlin.jvm dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.jetbrains.kotlin.plugin.serialization dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: org.jetbrains.kotlin.plugin.serialization dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: com.google.devtools.ksp dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f2ac386..25363e0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,11 +4,11 @@ hikari = "5.1.0" jooq = "3.19.10" junit = "5.10.3" junit-platform = "1.10.3" -kotlin = "2.0.20-Beta2" +kotlin = "2.0.20-RC" kotlinpoet = "1.18.1" kotlinx-coroutines = "1.8.1" kotlinx-serialization = "1.7.1" -ksp = "2.0.20-Beta2-1.0.23" +ksp = "2.0.20-RC-1.0.24" logback = "1.5.6" mockk = "1.13.12" postgresql = "42.7.3"