From 7a45406cc2143b3b00bd211cb850807452ce12b4 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 28 Jul 2024 08:19:26 +0300 Subject: [PATCH 1/4] Version 1.27 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index be7b20fdc..2d60ed9c9 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.26) +[![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.27) [![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.26 + 1.27 ... @@ -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.26' +implementation 'com.github.javadev:leetcode-in-kotlin:1.27' ``` > ["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 9f5bc2266fc1d3be981022caec51be445a4d50a2 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 28 Jul 2024 08:20:53 +0300 Subject: [PATCH 2/4] Update build.gradle.kts --- build.gradle.kts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 9adecd08f..192334a14 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -15,10 +15,10 @@ repositories { dependencies { implementation("org.jetbrains.kotlin:kotlin-stdlib:2.0.0") - testImplementation("org.junit.jupiter:junit-jupiter:[5.10.2,)") + testImplementation("org.junit.jupiter:junit-jupiter:[5.10.3,)") testImplementation("org.hamcrest:hamcrest-core:[2.2,)") - testImplementation("org.zapodot:embedded-db-junit-jupiter:[2.1.1,)") - testRuntimeOnly("org.junit.platform:junit-platform-launcher:[1.10.2,)") + testImplementation("org.zapodot:embedded-db-junit-jupiter:[2.2.0,)") + testRuntimeOnly("org.junit.platform:junit-platform-launcher:[1.10.3,)") } tasks.test { @@ -27,7 +27,7 @@ tasks.test { } group = "com.github.javadev" -version = "1.26-SNAPSHOT" +version = "1.27-SNAPSHOT" description = "leetcode-in-kotlin" java.sourceCompatibility = JavaVersion.VERSION_11 java.targetCompatibility = JavaVersion.VERSION_11 From 87350576d32b27124f63fe8579de9d9641b60a15 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 28 Jul 2024 08:22:08 +0300 Subject: [PATCH 3/4] 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 6a45d663a..0477e6c2e 100644 --- a/pom-central.xml +++ b/pom-central.xml @@ -4,7 +4,7 @@ com.github.javadev leetcode-in-kotlin jar - 1.26 + 1.27 leetcode-in-kotlin Kotlin-based LeetCode algorithm problem solutions, regularly updated https://github.com/javadev/LeetCode-in-Kotlin @@ -74,7 +74,7 @@ org.junit.jupiter junit-jupiter-engine - [5.10.2,) + [5.10.3,) @@ -149,19 +149,19 @@ org.junit.jupiter junit-jupiter-api - [5.10.2,) + [5.10.3,) test org.junit.jupiter junit-jupiter-engine - [5.10.2,) + [5.10.3,) test org.junit.platform junit-platform-launcher - [1.10.2,) + [1.10.3,) test @@ -173,7 +173,7 @@ org.zapodot embedded-db-junit-jupiter - [2.1.1,) + [2.2.0,) test From 9ad6edddfd20277c0e75e9fef1d2de4e7edcd238 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Sun, 28 Jul 2024 08:23:23 +0300 Subject: [PATCH 4/4] Update pom.xml --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 1dc7cfe05..a948ca56a 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.javadev leetcode-in-kotlin jar - 1.26-SNAPSHOT + 1.27-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.10.2,) + [5.10.3,) @@ -140,19 +140,19 @@ org.junit.jupiter junit-jupiter-api - [5.10.2,) + [5.10.3,) test org.junit.jupiter junit-jupiter-engine - [5.10.2,) + [5.10.3,) test org.junit.platform junit-platform-launcher - [1.10.2,) + [1.10.3,) test @@ -164,7 +164,7 @@ org.zapodot embedded-db-junit-jupiter - [2.1.1,) + [2.2.0,) test