From c25e768ebd5f74d1443232bebc421cf2e7d40994 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Feb 2026 04:12:44 +0000 Subject: [PATCH] Bump exposed from 0.56.0 to 1.0.0 Bumps `exposed` from 0.56.0 to 1.0.0. Updates `org.jetbrains.exposed:exposed-core` from 0.56.0 to 1.0.0 - [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/0.56.0...1.0.0) Updates `org.jetbrains.exposed:exposed-dao` from 0.56.0 to 1.0.0 - [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/0.56.0...1.0.0) Updates `org.jetbrains.exposed:exposed-jdbc` from 0.56.0 to 1.0.0 - [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/0.56.0...1.0.0) Updates `org.jetbrains.exposed:exposed-kotlin-datetime` from 0.56.0 to 1.0.0 - [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/0.56.0...1.0.0) --- updated-dependencies: - dependency-name: org.jetbrains.exposed:exposed-core dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.jetbrains.exposed:exposed-dao dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.jetbrains.exposed:exposed-jdbc dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.jetbrains.exposed:exposed-kotlin-datetime dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index cfec8f9..b68ce5f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -16,7 +16,7 @@ koin-annotations = "2.0.1-Beta1" ksp = "2.0.21-1.0.27" # Database -exposed = "0.56.0" +exposed = "1.0.0" hikari = "6.0.0" postgresql = "42.7.4" h2 = "2.3.232"