From 4e7861751b068d490e3c4737fc6de9e24f82fa99 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Tue, 27 May 2025 13:55:20 +0300 Subject: [PATCH 1/5] Version 1.44 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d151c2c10..b5f2a4ac9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # LeetCode-in-Java -[![Maven Central](https://img.shields.io/maven-central/v/com.github.javadev/leetcode-in-java?style=flat-square)](https://central.sonatype.com/artifact/com.github.javadev/leetcode-in-java/1.43) +[![Maven Central](https://img.shields.io/maven-central/v/com.github.javadev/leetcode-in-java?style=flat-square)](https://central.sonatype.com/artifact/com.github.javadev/leetcode-in-java/1.44) [![MIT License](http://img.shields.io/badge/license-MIT-green.svg) ](https://github.com/javadev/leetcode-in-java/blob/main/LICENSE) [![Java CI](https://github.com/javadev/LeetCode-in-Java/actions/workflows/maven.yml/badge.svg)](https://github.com/javadev/LeetCode-in-Java/actions/workflows/maven.yml) [![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=javadev_LeetCode-in-Java&metric=sqale_rating)](https://sonarcloud.io/summary/overall?id=javadev_LeetCode-in-Java) @@ -19,7 +19,7 @@ To configure your Maven project, add the following code to your pom.xml file: com.github.javadev leetcode-in-java - 1.43 + 1.44 ... @@ -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-java:1.43' +implementation 'com.github.javadev:leetcode-in-java:1.44' ``` > ["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 11d48b95f69bba376b6d0f371cabfa8facfcc982 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Tue, 27 May 2025 13:56:02 +0300 Subject: [PATCH 2/5] Update build.gradle --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5ae735e89..68a83f90b 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ test { } group = 'com.github.javadev' -version = '1.43-SNAPSHOT' +version = '1.44-SNAPSHOT' description = 'leetcode-in-java' java.sourceCompatibility = JavaVersion.VERSION_17 From 208a183f16ec3b7a7325bdbb8ea2870b79f009c7 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Tue, 27 May 2025 13:56:31 +0300 Subject: [PATCH 3/5] 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 a3b13e865..d6d508779 100644 --- a/pom-central.xml +++ b/pom-central.xml @@ -4,7 +4,7 @@ com.github.javadev leetcode-in-java jar - 1.43 + 1.44 leetcode-in-java Java-based LeetCode algorithm problem solutions, regularly updated https://github.com/javadev/LeetCode-in-Java From 5b50242f16b80def0c0ead45ec7c4a1591f5d152 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Tue, 27 May 2025 13:56:44 +0300 Subject: [PATCH 4/5] Update pom-central21.xml --- pom-central21.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom-central21.xml b/pom-central21.xml index d6a314732..d3ab00ca6 100644 --- a/pom-central21.xml +++ b/pom-central21.xml @@ -4,7 +4,7 @@ com.github.javadev leetcode-in-java21 jar - 1.43 + 1.44 leetcode-in-java Java-based LeetCode algorithm problem solutions, regularly updated https://github.com/javadev/LeetCode-in-Java From 57c7373188023a4062bbb281ff09a1f34a6236bc Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Tue, 27 May 2025 13:57:00 +0300 Subject: [PATCH 5/5] Update pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index b0000c936..86d410f7d 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.javadev leetcode-in-java jar - 1.43-SNAPSHOT + 1.44-SNAPSHOT leetcode-in-java Java-based LeetCode algorithm problem solutions, regularly updated https://github.com/javadev/LeetCode-in-Java