diff --git a/backend/build.gradle b/backend/build.gradle index 1a0d297e7..ddd611656 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -2,12 +2,12 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat import org.gradle.api.tasks.testing.logging.TestLogEvent plugins { - id 'org.springframework.boot' version '3.4.1' + id 'org.springframework.boot' version '3.4.2' id 'io.spring.dependency-management' version '1.1.7' // If kotlin version bumped, check if gradle version can be bumped as well // Check here: https://kotlinlang.org/docs/gradle-configure-project.html#apply-the-plugin - id 'org.jetbrains.kotlin.jvm' version '2.1.0' - id 'org.jetbrains.kotlin.plugin.spring' version '2.1.0' + id 'org.jetbrains.kotlin.jvm' version '2.1.10' + id 'org.jetbrains.kotlin.plugin.spring' version '2.1.10' id 'org.jlleitschuh.gradle.ktlint' version '12.1.2' id 'org.springdoc.openapi-gradle-plugin' version '1.9.0' } @@ -36,7 +36,7 @@ dependencies { implementation "io.github.microutils:kotlin-logging-jvm:3.0.5" implementation "org.postgresql:postgresql:42.7.5" implementation "org.apache.commons:commons-csv:1.13.0" - implementation "org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.3" + implementation "org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.4" implementation "org.flywaydb:flyway-database-postgresql:11.2.0" implementation "org.jetbrains.exposed:exposed-spring-boot-starter:0.58.0" implementation "org.jetbrains.exposed:exposed-jdbc:0.58.0"