diff --git a/backend/build.gradle.kts b/backend/build.gradle.kts index f32a9318..225341bd 100644 --- a/backend/build.gradle.kts +++ b/backend/build.gradle.kts @@ -30,9 +30,9 @@ dependencies { implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.7.0") implementation("org.flywaydb:flyway-database-postgresql:11.0.0") implementation("org.postgresql:postgresql:42.7.10") - implementation("org.jetbrains.exposed:exposed-spring-boot-starter:1.1.1") - implementation("org.jetbrains.exposed:exposed-json:1.1.1") - implementation("org.jetbrains.exposed:exposed-jdbc:1.1.1") + implementation("org.jetbrains.exposed:exposed-spring-boot-starter:1.2.0") + implementation("org.jetbrains.exposed:exposed-json:1.2.0") + implementation("org.jetbrains.exposed:exposed-jdbc:1.2.0") implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.7.1-0.6.x-compat") implementation("com.fasterxml.jackson.module:jackson-module-kotlin")