From 73b3d16978b329e87feeffaa67d917cf7eb8e969 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Fri, 6 Jun 2025 14:59:13 +0300 Subject: [PATCH] Updated libraries --- build.gradle.kts | 8 ++++---- pom-central.xml | 10 +++++----- pom.xml | 8 ++++---- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 193bb1f3..a68a6446 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - kotlin("jvm") version "2.1.20" + kotlin("jvm") version "2.1.21" jacoco id("org.sonarqube") version "5.1.0.4882" id("com.diffplug.spotless") version "6.25.0" @@ -14,11 +14,11 @@ repositories { } dependencies { - implementation("org.jetbrains.kotlin:kotlin-stdlib:2.1.20") - testImplementation("org.junit.jupiter:junit-jupiter:[5.12.2,)") + implementation("org.jetbrains.kotlin:kotlin-stdlib:2.1.21") + testImplementation("org.junit.jupiter:junit-jupiter:[5.13.0,)") 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.12.2,)") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:[1.13.0,)") } tasks.test { diff --git a/pom-central.xml b/pom-central.xml index 70ca6f2b..8cb6098d 100644 --- a/pom-central.xml +++ b/pom-central.xml @@ -27,7 +27,7 @@ https://github.com/javadev/LeetCode-in-Kotlin - 2.1.20 + 2.1.21 UTF-8 @@ -74,7 +74,7 @@ org.junit.jupiter junit-jupiter-engine - [5.12.2,) + [5.13.0,) @@ -149,19 +149,19 @@ org.junit.jupiter junit-jupiter-api - [5.12.2,) + [5.13.0,) test org.junit.jupiter junit-jupiter-engine - [5.12.2,) + [5.13.0,) test org.junit.platform junit-platform-launcher - [1.12.2,) + [1.13.0,) test diff --git a/pom.xml b/pom.xml index 21922635..d671812d 100644 --- a/pom.xml +++ b/pom.xml @@ -73,7 +73,7 @@ org.junit.jupiter junit-jupiter-engine - [5.12.2,) + [5.13.0,) @@ -140,19 +140,19 @@ org.junit.jupiter junit-jupiter-api - [5.12.2,) + [5.13.0,) test org.junit.jupiter junit-jupiter-engine - [5.12.2,) + [5.13.0,) test org.junit.platform junit-platform-launcher - [1.12.2,) + [1.13.0,) test