From b4aafff9b327da94b5537f4efcb79e7bc82402f6 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sat, 28 Jun 2025 10:40:10 +0300 Subject: [PATCH 1/3] Update gradle plugins --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index ee7dde7d..9f205bd5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,8 +1,8 @@ plugins { kotlin("jvm") version "2.1.21" 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` } From b3961392bfec52849b1a1e3cd7bd55ab3241f88c Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sat, 28 Jun 2025 10:45:23 +0300 Subject: [PATCH 2/3] Updated junit and kotlin --- build.gradle.kts | 8 ++++---- pom-central.xml | 2 +- pom.xml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9f205bd5..2024bb77 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - kotlin("jvm") version "2.1.21" + kotlin("jvm") version "2.2.0" jacoco id("org.sonarqube") version "6.2.0.5505" id("com.diffplug.spotless") version "7.0.4" @@ -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..0b93d966 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 diff --git a/pom.xml b/pom.xml index 3ca3dd76..64c9e37d 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 From 86669b0a471f80057b7dbaf442fc1a737c8a049b Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sat, 28 Jun 2025 10:46:41 +0300 Subject: [PATCH 3/3] Updated junit --- pom-central.xml | 8 ++++---- pom.xml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pom-central.xml b/pom-central.xml index 0b93d966..c64bd672 100644 --- a/pom-central.xml +++ b/pom-central.xml @@ -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 64c9e37d..9b6bc609 100644 --- a/pom.xml +++ b/pom.xml @@ -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