From 7a2808fb9fe4f6e6155e641e4e3f4d4958eda2af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 22:04:43 +0000 Subject: [PATCH] Bump org.jetbrains.exposed:exposed-core from 1.0.0-beta-1 to 1.0.0-rc-2 Bumps [org.jetbrains.exposed:exposed-core](https://github.com/JetBrains/Exposed) from 1.0.0-beta-1 to 1.0.0-rc-2. - [Release notes](https://github.com/JetBrains/Exposed/releases) - [Changelog](https://github.com/JetBrains/Exposed/blob/main/CHANGELOG.md) - [Commits](https://github.com/JetBrains/Exposed/compare/1.0.0-beta-1...1.0.0-rc-2) --- updated-dependencies: - dependency-name: org.jetbrains.exposed:exposed-core dependency-version: 1.0.0-rc-2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index fe3cb9c..cf58669 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -40,9 +40,9 @@ dependencies { implementation("net.dv8tion:JDA:5.5.1") { exclude(module = "opus-java") } - implementation("org.jetbrains.exposed:exposed-core:1.0.0-beta-1") - implementation("org.jetbrains.exposed:exposed-dao:1.0.0-beta-1") - implementation("org.jetbrains.exposed:exposed-jdbc:1.0.0-beta-1") + implementation("org.jetbrains.exposed:exposed-core:1.0.0-rc-2") + implementation("org.jetbrains.exposed:exposed-dao:1.0.0-rc-2") + implementation("org.jetbrains.exposed:exposed-jdbc:1.0.0-rc-2") } java {