diff --git a/backend/build.gradle b/backend/build.gradle index afa2bb0e5..acb62717d 100644 --- a/backend/build.gradle +++ b/backend/build.gradle @@ -2,7 +2,7 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat import org.gradle.api.tasks.testing.logging.TestLogEvent plugins { - id 'org.springframework.boot' version '3.4.2' + id 'org.springframework.boot' version '3.4.3' 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 @@ -37,7 +37,7 @@ dependencies { 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.5" - implementation "org.flywaydb:flyway-database-postgresql:11.3.2" + implementation "org.flywaydb:flyway-database-postgresql:11.3.3" implementation "org.jetbrains.exposed:exposed-spring-boot-starter:0.59.0" implementation "org.jetbrains.exposed:exposed-jdbc:0.59.0" implementation "org.jetbrains.exposed:exposed-json:0.59.0" @@ -50,7 +50,7 @@ dependencies { implementation "org.springframework.boot:spring-boot-starter-security" implementation 'org.apache.commons:commons-compress:1.27.1' - implementation 'com.github.luben:zstd-jni:1.5.6-10' + implementation 'com.github.luben:zstd-jni:1.5.7-1' implementation 'org.tukaani:xz:1.10' implementation("org.redundent:kotlin-xml-builder:1.9.1") @@ -63,7 +63,7 @@ dependencies { testImplementation "io.jsonwebtoken:jjwt-impl:0.12.6" testImplementation "io.jsonwebtoken:jjwt-jackson:0.12.6" testImplementation "com.ninja-squad:springmockk:4.0.2" - testImplementation "org.testcontainers:postgresql:1.20.4" + testImplementation "org.testcontainers:postgresql:1.20.5" testImplementation "org.junit.platform:junit-platform-launcher:1.11.4" ktlint("com.pinterest.ktlint:ktlint-cli:1.5.0") { attributes {