From c2c094943cdcb5411fef83a59d55ebcd28471792 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 01:10:10 +0000 Subject: [PATCH] build(deps): bump exposed from 0.55.0 to 0.56.0 Bumps `exposed` from 0.55.0 to 0.56.0. Updates `org.jetbrains.exposed:exposed-bom` from 0.55.0 to 0.56.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.55.0...0.56.0) Updates `org.jetbrains.exposed:exposed-core` from 0.55.0 to 0.56.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.55.0...0.56.0) Updates `org.jetbrains.exposed:exposed-dao` from 0.55.0 to 0.56.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.55.0...0.56.0) Updates `org.jetbrains.exposed:exposed-jdbc` from 0.55.0 to 0.56.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.55.0...0.56.0) Updates `org.jetbrains.exposed:exposed-java-time` from 0.55.0 to 0.56.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.55.0...0.56.0) Updates `org.jetbrains.exposed:exposed-kotlin-datetime` from 0.55.0 to 0.56.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.55.0...0.56.0) Updates `org.jetbrains.exposed:exposed-crypt` from 0.55.0 to 0.56.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.55.0...0.56.0) Updates `org.jetbrains.exposed:exposed-json` from 0.55.0 to 0.56.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.55.0...0.56.0) Updates `org.jetbrains.exposed:exposed-money` from 0.55.0 to 0.56.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.55.0...0.56.0) --- updated-dependencies: - dependency-name: org.jetbrains.exposed:exposed-bom dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.exposed:exposed-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.exposed:exposed-dao dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.exposed:exposed-jdbc dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.exposed:exposed-java-time dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.exposed:exposed-kotlin-datetime dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.exposed:exposed-crypt dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.exposed:exposed-json dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.exposed:exposed-money dependency-type: direct:production update-type: version-update:semver-minor ... 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 3078bc6..6f0bb59 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -122,7 +122,7 @@ java-keyring = "1.0.3" java-keychain = "1.1.0" webjars-xterm = "5.1.0" arrow-suspendapp = "0.4.1-alpha.5" -exposed = "0.55.0" +exposed = "0.56.0" postgresql = "42.7.4" hikariCP = "6.0.0" h2 = "2.3.232"