From db759b8861af3cddb8a3fbd897578a7b41f3a5d5 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Wed, 23 Apr 2025 20:27:16 +0300 Subject: [PATCH 1/6] Version 1.36 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bbf7f5d1f..58a05f626 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # LeetCode-in-Kotlin -[![Maven Central](https://img.shields.io/maven-central/v/com.github.javadev/leetcode-in-kotlin?style=flat-square)](https://central.sonatype.com/artifact/com.github.javadev/leetcode-in-kotlin/1.35) +[![Maven Central](https://img.shields.io/maven-central/v/com.github.javadev/leetcode-in-kotlin?style=flat-square)](https://central.sonatype.com/artifact/com.github.javadev/leetcode-in-kotlin/1.36) [![MIT License](http://img.shields.io/badge/license-MIT-green.svg) ](https://github.com/javadev/leetcode-in-kotlin/blob/main/LICENSE) [![Java CI with Maven](https://github.com/javadev/LeetCode-in-Kotlin/actions/workflows/maven.yml/badge.svg)](https://github.com/javadev/LeetCode-in-Kotlin/actions/workflows/maven.yml) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=javadev_LeetCode-in-Kotlin&metric=sqale_rating)](https://sonarcloud.io/summary/overall?id=javadev_LeetCode-in-Kotlin) @@ -19,7 +19,7 @@ To configure your Maven project, add the following code to your pom.xml file: com.github.javadev leetcode-in-kotlin - 1.35 + 1.36 ... @@ -28,7 +28,7 @@ To configure your Maven project, add the following code to your pom.xml file: Gradle configuration: ```groovy -implementation 'com.github.javadev:leetcode-in-kotlin:1.35' +implementation 'com.github.javadev:leetcode-in-kotlin:1.36' ``` > ["For coding interview preparation, LeetCode is one of the best online resource providing a rich library of more than 300 real coding interview questions for you to practice from using one of the 7 supported languages - C, C++, Java, Python, C#, JavaScript, Ruby."](https://www.quora.com/How-effective-is-Leetcode-for-preparing-for-technical-interviews) From d66712f49a21c908fe2bc6c8b18d61b3489d475b Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Wed, 23 Apr 2025 20:28:13 +0300 Subject: [PATCH 2/6] Update build.gradle.kts --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index ce149b68e..eb1dd4ffd 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -27,7 +27,7 @@ tasks.test { } group = "com.github.javadev" -version = "1.35-SNAPSHOT" +version = "1.36-SNAPSHOT" description = "leetcode-in-kotlin" java.sourceCompatibility = JavaVersion.VERSION_17 java.targetCompatibility = JavaVersion.VERSION_17 From 1d63205fc2e2320043c39c14ff02ce7bf6711b27 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Wed, 23 Apr 2025 20:28:28 +0300 Subject: [PATCH 3/6] Update pom-central.xml --- pom-central.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom-central.xml b/pom-central.xml index 7b17c0a0c..c5c315e0e 100644 --- a/pom-central.xml +++ b/pom-central.xml @@ -4,7 +4,7 @@ com.github.javadev leetcode-in-kotlin jar - 1.35 + 1.36 leetcode-in-kotlin Kotlin-based LeetCode algorithm problem solutions, regularly updated https://github.com/javadev/LeetCode-in-Kotlin From a24109319232f22f92a1593be92da75286909de3 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Wed, 23 Apr 2025 20:29:26 +0300 Subject: [PATCH 4/6] Update pom-central.xml --- pom-central.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom-central.xml b/pom-central.xml index c5c315e0e..7222e8d5c 100644 --- a/pom-central.xml +++ b/pom-central.xml @@ -27,7 +27,7 @@ https://github.com/javadev/LeetCode-in-Kotlin - 2.1.10 + 2.1.20 UTF-8 @@ -74,7 +74,7 @@ org.junit.jupiter junit-jupiter-engine - [5.12.0,) + [5.12.2,) @@ -149,19 +149,19 @@ org.junit.jupiter junit-jupiter-api - [5.12.0,) + [5.12.2,) test org.junit.jupiter junit-jupiter-engine - [5.12.0,) + [5.12.2,) test org.junit.platform junit-platform-launcher - [1.12.0,) + [1.12.2,) test @@ -173,7 +173,7 @@ org.zapodot embedded-db-junit-jupiter - [2.2.0,) + 2.2.0 test From 87a116007ce00d5a6ea16fd07c560596a872c1a8 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Wed, 23 Apr 2025 20:30:20 +0300 Subject: [PATCH 5/6] Update pom.xml --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index b106a9e14..d482b5baa 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.javadev leetcode-in-kotlin jar - 1.35-SNAPSHOT + 1.36-SNAPSHOT leetcode-in-kotlin Kotlin-based LeetCode algorithm problem solutions, regularly updated https://github.com/javadev/LeetCode-in-Kotlin @@ -73,7 +73,7 @@ org.junit.jupiter junit-jupiter-engine - [5.12.0,) + [5.12.2,) @@ -140,19 +140,19 @@ org.junit.jupiter junit-jupiter-api - [5.12.0,) + [5.12.2,) test org.junit.jupiter junit-jupiter-engine - [5.12.0,) + [5.12.2,) test org.junit.platform junit-platform-launcher - [1.12.0,) + [1.12.2,) test @@ -164,7 +164,7 @@ org.zapodot embedded-db-junit-jupiter - [2.2.0,) + 2.2.0 test From 9bb42e10df28f75e8110befa90fef536ab6a5c71 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Wed, 23 Apr 2025 20:30:57 +0300 Subject: [PATCH 6/6] Update build.gradle.kts --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index eb1dd4ffd..1fa6cf692 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,10 +15,10 @@ repositories { dependencies { implementation("org.jetbrains.kotlin:kotlin-stdlib:2.1.20") - testImplementation("org.junit.jupiter:junit-jupiter:[5.12.0,)") + testImplementation("org.junit.jupiter:junit-jupiter:[5.12.2,)") testImplementation("org.hamcrest:hamcrest-core:[3.0,)") testImplementation("org.zapodot:embedded-db-junit-jupiter:2.2.0") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:[1.12.0,)") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:[1.12.2,)") } tasks.test {