diff --git a/build.gradle.kts b/build.gradle.kts index dc5fd3e8a..0f8da7956 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - kotlin("jvm") version "2.1.0" + kotlin("jvm") version "2.1.10" jacoco id("org.sonarqube") version "5.1.0.4882" id("com.diffplug.spotless") version "6.25.0" @@ -14,7 +14,7 @@ repositories { } dependencies { - implementation("org.jetbrains.kotlin:kotlin-stdlib:2.1.0") + implementation("org.jetbrains.kotlin:kotlin-stdlib:2.1.10") testImplementation("org.junit.jupiter:junit-jupiter:[5.11.3,)") testImplementation("org.hamcrest:hamcrest-core:[3.0,)") testImplementation("org.zapodot:embedded-db-junit-jupiter:[2.2.0,)") diff --git a/pom-central.xml b/pom-central.xml index 5acf26771..9289eef5c 100644 --- a/pom-central.xml +++ b/pom-central.xml @@ -27,7 +27,7 @@ https://github.com/javadev/LeetCode-in-Kotlin - 2.1.0 + 2.1.10 UTF-8 @@ -74,7 +74,7 @@ org.junit.jupiter junit-jupiter-engine - [5.11.3,) + [5.12.0,) @@ -149,19 +149,19 @@ org.junit.jupiter junit-jupiter-api - [5.11.2,) + [5.12.0,) test org.junit.jupiter junit-jupiter-engine - [5.11.3,) + [5.12.0,) test org.junit.platform junit-platform-launcher - [1.11.3,) + [1.12.0,) test diff --git a/pom.xml b/pom.xml index 9ea487217..a7364e160 100644 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,7 @@ org.junit.jupiter junit-jupiter-engine - [5.11.3,) + [5.12.0,) @@ -140,19 +140,19 @@ org.junit.jupiter junit-jupiter-api - [5.11.3,) + [5.12.0,) test org.junit.jupiter junit-jupiter-engine - [5.11.3,) + [5.12.0,) test org.junit.platform junit-platform-launcher - [1.11.3,) + [1.12.0,) test