From c0ecc9fa7d85aa54db362a82d2c3b01101dc42d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Jul 2025 03:10:37 +0000 Subject: [PATCH] chore(deps): bump exposed from 1.0.0-beta-2 to 1.0.0-beta-3 Bumps `exposed` from 1.0.0-beta-2 to 1.0.0-beta-3. Updates `org.jetbrains.exposed:exposed-core` from 1.0.0-beta-2 to 1.0.0-beta-3 - [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-2...1.0.0-beta-3) Updates `org.jetbrains.exposed:exposed-crypt` from 1.0.0-beta-2 to 1.0.0-beta-3 - [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-2...1.0.0-beta-3) Updates `org.jetbrains.exposed:exposed-jdbc` from 1.0.0-beta-2 to 1.0.0-beta-3 - [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-2...1.0.0-beta-3) Updates `org.jetbrains.exposed:exposed-migration` from 1.0.0-beta-2 to 1.0.0-beta-3 - [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-2...1.0.0-beta-3) --- updated-dependencies: - dependency-name: org.jetbrains.exposed:exposed-core dependency-version: 1.0.0-beta-3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.exposed:exposed-crypt dependency-version: 1.0.0-beta-3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.exposed:exposed-jdbc dependency-version: 1.0.0-beta-3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.jetbrains.exposed:exposed-migration dependency-version: 1.0.0-beta-3 dependency-type: direct:production update-type: version-update:semver-patch ... 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 b550ec2..a76bb7c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -41,7 +41,7 @@ jSerialComm = "2.11.0" ini4j = "0.5.5-2" restart4j = "0.0.1" eddsa = "0.3.0" -exposed = "1.0.0-beta-2" +exposed = "1.0.0-beta-3" h2 = "2.3.232" sqlite = "3.50.2.0" jug = "5.1.0"