diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 81af6bf7..bff69da4 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,18 +1,18 @@ [versions] # build tools java = "21" -kotlin = "2.1.20" +kotlin = "2.2.0" ktlint = "1.5.0" jacoco = "0.8.12" # dependencies -mongodb = "5.4.0" +mongodb = "5.5.1" logback = "1.5.18" r2dbc = "1.0.0.RELEASE" coroutines = "1.10.2" # test dependencies -junit = "5.12.2" +junit = "5.13.4" spock = "2.4-M5-groovy-4.0" -testcontainers = "1.20.6" +testcontainers = "1.21.3" [libraries] # build tools @@ -20,8 +20,8 @@ gradle-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version. gradle-ktlint = { module = "org.jlleitschuh.gradle:ktlint-gradle", version = "12.1.2" } gradle-nexusPublish = { module = "io.github.gradle-nexus:publish-plugin", version = "1.3.0" } # dependencies -reactor-core = { module = "io.projectreactor:reactor-core", version = "3.7.4" } -rxjava = { module = "io.reactivex.rxjava3:rxjava", version = "3.1.10" } +reactor-core = { module = "io.projectreactor:reactor-core", version = "3.7.8" } +rxjava = { module = "io.reactivex.rxjava3:rxjava", version = "3.1.11" } mongodb-core = { module = "org.mongodb:mongodb-driver-core", version.ref = "mongodb" } mongodb-reactivestreams = { module = "org.mongodb:mongodb-driver-reactivestreams", version.ref = "mongodb" } mongodb-coroutine = { module = "org.mongodb:mongodb-driver-kotlin-coroutine", version.ref = "mongodb" } @@ -29,19 +29,19 @@ mongodb-sync = { module = "org.mongodb:mongodb-driver-sync", version.ref = "mong slf4j-api = { module = "org.slf4j:slf4j-api", version = "2.0.17" } logback-core = { module = "ch.qos.logback:logback-core", version.ref = "logback" } logback-classic = { module = "ch.qos.logback:logback-classic", version.ref = "logback" } -postgresql = { module = "org.postgresql:postgresql", version = "42.7.5" } -mysql = { module = "com.mysql:mysql-connector-j", version = "9.2.0" } +postgresql = { module = "org.postgresql:postgresql", version = "42.7.7" } +mysql = { module = "com.mysql:mysql-connector-j", version = "9.3.0" } r2dbc-spi = { module = "io.r2dbc:r2dbc-spi", version.ref = "r2dbc" } r2dbc-pool = { module = "io.r2dbc:r2dbc-pool", version.ref = "r2dbc" } r2dbc-postgresql = { module = "org.postgresql:r2dbc-postgresql", version = "1.0.7.RELEASE" } -r2dbc-mysql = { module = "io.asyncer:r2dbc-mysql", version = "1.4.0" } +r2dbc-mysql = { module = "io.asyncer:r2dbc-mysql", version = "1.4.1" } kotlinx-coroutines-core = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core", version.ref = "coroutines" } kotlinx-coroutines-reactive = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-reactive", version.ref = "coroutines" } jetbrains-annotations = { module = "org.jetbrains:annotations", version = "26.0.2" } # test dependencies junit-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" } junit-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" } -junit-launcher = { module = "org.junit.platform:junit-platform-launcher", version = "1.12.2" } +junit-launcher = { module = "org.junit.platform:junit-platform-launcher", version = "1.13.4" } spock-core = { module = "org.spockframework:spock-core", version.ref = "spock" } hikaricp = { module = "com.zaxxer:HikariCP", version = "6.3.0" } testcontainers-mongodb = { module = "org.testcontainers:mongodb", version.ref = "testcontainers" }