From a1f95b6b36de55669e90e6067cff53f8a76e6a8e Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Thu, 24 Jul 2025 04:11:25 +0300 Subject: [PATCH 1/5] Version 1.46 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 56425ae89..77ded72c6 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.45) +[![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.46) [![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.45 + 1.46 ... @@ -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.45' +implementation 'com.github.javadev:leetcode-in-java:1.46' ``` > ["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 693afd309f8d7c692ee9d8e29f47e5ebe2807b70 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Thu, 24 Jul 2025 04:12:06 +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 c558dca27..7c26e7367 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ test { } group = 'com.github.javadev' -version = '1.45-SNAPSHOT' +version = '1.46-SNAPSHOT' description = 'leetcode-in-java' java.sourceCompatibility = JavaVersion.VERSION_17 From 6b02819363bc9edff1b23912136023a276253bb0 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Thu, 24 Jul 2025 04:13:09 +0300 Subject: [PATCH 3/5] Update pom-central.xml --- pom-central.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom-central.xml b/pom-central.xml index 1167b65d1..77f876b35 100644 --- a/pom-central.xml +++ b/pom-central.xml @@ -4,7 +4,7 @@ com.github.javadev leetcode-in-java jar - 1.45 + 1.46 leetcode-in-java Java-based LeetCode algorithm problem solutions, regularly updated https://github.com/javadev/LeetCode-in-Java @@ -61,7 +61,7 @@ org.junit.jupiter junit-jupiter-engine - [5.13.1,) + [5.13.3,) @@ -179,13 +179,13 @@ org.junit.jupiter junit-jupiter-api - [5.13.1,) + [5.13.3,) test org.junit.jupiter junit-jupiter-engine - [5.13.1,) + [5.13.3,) test From c45d4602b0d28fd28bec8e0fc062d4679b6ba116 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Thu, 24 Jul 2025 04:14:15 +0300 Subject: [PATCH 4/5] Update pom-central21.xml --- pom-central21.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom-central21.xml b/pom-central21.xml index d12341c07..c17e00fec 100644 --- a/pom-central21.xml +++ b/pom-central21.xml @@ -4,7 +4,7 @@ com.github.javadev leetcode-in-java21 jar - 1.45 + 1.46 leetcode-in-java Java-based LeetCode algorithm problem solutions, regularly updated https://github.com/javadev/LeetCode-in-Java @@ -61,7 +61,7 @@ org.junit.jupiter junit-jupiter-engine - [5.13.1,) + [5.13.3,) @@ -185,13 +185,13 @@ org.junit.jupiter junit-jupiter-api - [5.13.1,) + [5.13.3,) test org.junit.jupiter junit-jupiter-engine - [5.13.1,) + [5.13.3,) test From 430115288bee00797784baa11bbd43141cbd392b Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Thu, 24 Jul 2025 04:15:25 +0300 Subject: [PATCH 5/5] Update pom.xml --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 1a0923b91..6444df583 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.javadev leetcode-in-java jar - 1.45-SNAPSHOT + 1.46-SNAPSHOT leetcode-in-java Java-based LeetCode algorithm problem solutions, regularly updated https://github.com/javadev/LeetCode-in-Java @@ -60,7 +60,7 @@ org.junit.jupiter junit-jupiter-engine - [5.13.1,) + [5.13.3,) @@ -172,19 +172,19 @@ org.junit.jupiter junit-jupiter-api - [5.13.1,) + [5.13.3,) test org.junit.jupiter junit-jupiter-engine - [5.13.1,) + [5.13.3,) test org.junit.platform junit-platform-launcher - [1.13.1,) + [1.13.3,) test