From dad67a985cf93f633d833d12a4997032c77119c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 May 2026 22:16:44 +0000 Subject: [PATCH] chore(deps): bump org.jetbrains.exposed:exposed-bom in /backend Bumps [org.jetbrains.exposed:exposed-bom](https://github.com/JetBrains/Exposed) from 0.61.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/0.61.0...1.3.0) --- updated-dependencies: - dependency-name: org.jetbrains.exposed:exposed-bom dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/build.gradle | 2 +- backend/gradle.lockfile | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/backend/build.gradle b/backend/build.gradle index 8600cf116a..daca5fea9a 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -48,7 +48,7 @@ dependencies { implementation "org.apache.commons:commons-csv:1.14.1" implementation "org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.14" implementation "org.flywaydb:flyway-database-postgresql" // Version managed by Spring Boot to ensure compatibility - implementation platform("org.jetbrains.exposed:exposed-bom:0.61.0") + implementation platform("org.jetbrains.exposed:exposed-bom:1.3.0") implementation "org.jetbrains.exposed:exposed-spring-boot-starter" implementation "org.jetbrains.exposed:exposed-jdbc" implementation "org.jetbrains.exposed:exposed-json" diff --git a/backend/gradle.lockfile b/backend/gradle.lockfile index 779b583080..f019745e68 100644 --- a/backend/gradle.lockfile +++ b/backend/gradle.lockfile @@ -171,14 +171,14 @@ org.jboss.resteasy:resteasy-jackson2-provider:6.2.15.Final=compileClasspath,prod org.jboss.resteasy:resteasy-jaxb-provider:6.2.15.Final=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.jboss.resteasy:resteasy-multipart-provider:6.2.15.Final=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.jboss:jandex:2.4.5.Final=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.jetbrains.exposed:exposed-bom:0.61.0=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.jetbrains.exposed:exposed-core:0.61.0=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.jetbrains.exposed:exposed-dao:0.61.0=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.jetbrains.exposed:exposed-jdbc:0.61.0=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.jetbrains.exposed:exposed-json:0.61.0=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.jetbrains.exposed:exposed-kotlin-datetime:0.61.0=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.jetbrains.exposed:exposed-spring-boot-starter:0.61.0=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.jetbrains.exposed:spring-transaction:0.61.0=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.jetbrains.exposed:exposed-bom:1.3.0=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.jetbrains.exposed:exposed-core:1.3.0=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.jetbrains.exposed:exposed-dao:1.3.0=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.jetbrains.exposed:exposed-jdbc:1.3.0=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.jetbrains.exposed:exposed-json:1.3.0=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.jetbrains.exposed:exposed-kotlin-datetime:1.3.0=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.jetbrains.exposed:exposed-spring-boot-starter:1.3.0=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.jetbrains.exposed:spring-transaction:1.3.0=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.jetbrains.kotlin:abi-tools-api:2.3.21=kotlinInternalAbiValidation org.jetbrains.kotlin:abi-tools:2.3.21=kotlinInternalAbiValidation org.jetbrains.kotlin:kotlin-allopen-compiler-plugin-embeddable:2.3.21=kotlinCompilerPluginClasspathMain,kotlinCompilerPluginClasspathTest