diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,17 +8,15 @@ io = "0.9.1" # https://github.com/Kotlin/kotlinx-io/releases -ktor = "3.5.1" # https://ktor.io/docs/releases.html#release-details +ktor = "3.5.2" # https://ktor.io/docs/releases.html#release-details -mongodb-jvm = "5.9.1" # https://central.sonatype.com/artifact/org.mongodb/bson/versions +mongodb-jvm = "5.10.0" # https://central.sonatype.com/artifact/org.mongodb/bson/versions mongodb-js = "6.10.3" # https://www.npmjs.com/package/bson kmongo = "5.6.0" # https://github.com/Litote/kmongo/releases -junit = "5.13.4" # https://central.sonatype.com/artifact/org.junit.jupiter/junit-jupiter-api/versions - -junit-platform-launcher = "1.13.4" # https://central.sonatype.com/artifact/org.junit.platform/junit-platform-launcher/versions +junit = "6.1.3" # https://central.sonatype.com/artifact/org.junit.jupiter/junit-jupiter-api/versions meanmirror = "1.0.0" # https://github.com/meanbeanlib/meanmirror/tags @@ -49,7 +47,7 @@ junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" } junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" } -junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher", version.ref = "junit-platform-launcher" } +junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher", version.ref = "junit" } java-accessLambdaName = { module = "com.github.meanbeanlib:meanmirror", version.ref = "meanmirror" } diff --git a/gradle/conventions/dsl-templator/build.gradle.kts b/gradle/conventions/dsl-templator/build.gradle.kts --- a/gradle/conventions/dsl-templator/build.gradle.kts +++ b/gradle/conventions/dsl-templator/build.gradle.kts @@ -15,7 +15,6 @@ */ plugins { - `kotlin-dsl` alias(opensavvyConventions.plugins.base) alias(opensavvyConventions.plugins.plugin) antlr