From fb1e6f0c0c98f1c10398482da9e4dc6feb17b6e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 03:23:12 +0000 Subject: [PATCH] chore(deps): bump exposed from 1.1.0 to 1.3.0 Bumps `exposed` from 1.1.0 to 1.3.0. Updates `org.jetbrains.exposed:exposed-core` from 1.1.0 to 1.3.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/1.1.0...1.3.0) Updates `org.jetbrains.exposed:exposed-crypt` from 1.1.0 to 1.3.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/1.1.0...1.3.0) Updates `org.jetbrains.exposed:exposed-jdbc` from 1.1.0 to 1.3.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/1.1.0...1.3.0) Updates `org.jetbrains.exposed:exposed-migration-core` from 1.1.0 to 1.3.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/1.1.0...1.3.0) --- updated-dependencies: - dependency-name: org.jetbrains.exposed:exposed-core dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.exposed:exposed-crypt dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.exposed:exposed-jdbc dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.jetbrains.exposed:exposed-migration-core dependency-version: 1.3.0 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 80b8be8c..5f312b9a 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -41,7 +41,7 @@ jSerialComm = "2.11.4" ini4j = "0.5.5-2" restart4j = "0.0.1" eddsa = "0.3.0" -exposed = "1.1.0" +exposed = "1.3.0" h2 = "2.3.232" sqlite = "3.51.1.1" jug = "5.2.0"