diff --git a/backend/build.gradle b/backend/build.gradle index c14fd8044..c8a1124ad 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -4,9 +4,9 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent plugins { id 'org.springframework.boot' version '3.2.5' id 'io.spring.dependency-management' version '1.1.5' - id 'org.jetbrains.kotlin.jvm' version '1.9.23' - id 'org.jetbrains.kotlin.plugin.spring' version '1.9.23' - id 'org.jlleitschuh.gradle.ktlint' version '12.1.0' + id 'org.jetbrains.kotlin.jvm' version '1.9.24' + id 'org.jetbrains.kotlin.plugin.spring' version '1.9.24' + id 'org.jlleitschuh.gradle.ktlint' version '12.1.1' id 'org.springdoc.openapi-gradle-plugin' version '1.8.0' } @@ -36,10 +36,10 @@ dependencies { implementation "org.apache.commons:commons-csv:1.11.0" implementation "org.springdoc:springdoc-openapi-starter-webmvc-ui:2.5.0" implementation "org.flywaydb:flyway-core" - implementation "org.jetbrains.exposed:exposed-spring-boot-starter:0.49.0" - implementation "org.jetbrains.exposed:exposed-jdbc:0.49.0" - implementation "org.jetbrains.exposed:exposed-json:0.49.0" - implementation "org.jetbrains.exposed:exposed-kotlin-datetime:0.49.0" + implementation "org.jetbrains.exposed:exposed-spring-boot-starter:0.50.1" + implementation "org.jetbrains.exposed:exposed-jdbc:0.50.1" + implementation "org.jetbrains.exposed:exposed-json:0.50.1" + implementation "org.jetbrains.exposed:exposed-kotlin-datetime:0.50.1" implementation "org.jetbrains.kotlinx:kotlinx-datetime:0.5.0" implementation "org.hibernate.validator:hibernate-validator:8.0.1.Final" implementation "org.keycloak:keycloak-admin-client:23.0.7" @@ -61,7 +61,7 @@ dependencies { testImplementation "io.jsonwebtoken:jjwt-impl:0.12.5" testImplementation "io.jsonwebtoken:jjwt-jackson:0.12.5" testImplementation "com.ninja-squad:springmockk:4.0.2" - testImplementation "org.testcontainers:postgresql:1.19.7" + testImplementation "org.testcontainers:postgresql:1.19.8" testImplementation "org.junit.platform:junit-platform-launcher:1.10.2" }