diff --git a/build.gradle.kts b/build.gradle.kts
index ee7dde7d..2024bb77 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -1,8 +1,8 @@
plugins {
- kotlin("jvm") version "2.1.21"
+ kotlin("jvm") version "2.2.0"
jacoco
- id("org.sonarqube") version "5.1.0.4882"
- id("com.diffplug.spotless") version "6.25.0"
+ id("org.sonarqube") version "6.2.0.5505"
+ id("com.diffplug.spotless") version "7.0.4"
`maven-publish`
}
@@ -14,11 +14,11 @@ repositories {
}
dependencies {
- implementation("org.jetbrains.kotlin:kotlin-stdlib:2.1.21")
- testImplementation("org.junit.jupiter:junit-jupiter:[5.13.0,)")
+ implementation("org.jetbrains.kotlin:kotlin-stdlib:2.2.0")
+ testImplementation("org.junit.jupiter:junit-jupiter:[5.13.2,)")
testImplementation("org.hamcrest:hamcrest-core:[3.0,)")
testImplementation("org.zapodot:embedded-db-junit-jupiter:2.2.2")
- testRuntimeOnly("org.junit.platform:junit-platform-launcher:[1.13.0,)")
+ testRuntimeOnly("org.junit.platform:junit-platform-launcher:[1.13.2,)")
}
tasks.test {
diff --git a/pom-central.xml b/pom-central.xml
index 3927e561..c64bd672 100644
--- a/pom-central.xml
+++ b/pom-central.xml
@@ -27,7 +27,7 @@
https://github.com/javadev/LeetCode-in-Kotlin
- 2.1.21
+ 2.2.0
UTF-8
@@ -74,7 +74,7 @@
org.junit.jupiter
junit-jupiter-engine
- [5.13.0,)
+ [5.13.2,)
@@ -149,19 +149,19 @@
org.junit.jupiter
junit-jupiter-api
- [5.13.0,)
+ [5.13.2,)
test
org.junit.jupiter
junit-jupiter-engine
- [5.13.0,)
+ [5.13.2,)
test
org.junit.platform
junit-platform-launcher
- [1.13.0,)
+ [1.13.2,)
test
diff --git a/pom.xml b/pom.xml
index 3ca3dd76..9b6bc609 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
https://github.com/javadev/LeetCode-in-Kotlin
- 2.1.21
+ 2.2.0
UTF-8
@@ -73,7 +73,7 @@
org.junit.jupiter
junit-jupiter-engine
- [5.13.0,)
+ [5.13.2,)
@@ -140,19 +140,19 @@
org.junit.jupiter
junit-jupiter-api
- [5.13.0,)
+ [5.13.2,)
test
org.junit.jupiter
junit-jupiter-engine
- [5.13.0,)
+ [5.13.2,)
test
org.junit.platform
junit-platform-launcher
- [1.13.0,)
+ [1.13.2,)
test