From df84d95a4aca88b9247c769a16f789f91a1bd0fd Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Fri, 24 Oct 2025 16:37:37 +0300 Subject: [PATCH 1/5] Update version number to 1.49 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a07aefa16..3b1e82222 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.48) +[![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.49) [![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.48 + 1.49 ... @@ -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.48' +implementation 'com.github.javadev:leetcode-in-java:1.49' ``` > ["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 ca68c0228da25a84bf18c68dfa2bdaf36c02cd28 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Fri, 24 Oct 2025 16:38:19 +0300 Subject: [PATCH 2/5] Bump version from 1.48-SNAPSHOT to 1.49-SNAPSHOT --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 36d04f134..657436fc2 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ test { } group = 'com.github.javadev' -version = '1.48-SNAPSHOT' +version = '1.49-SNAPSHOT' description = 'leetcode-in-java' java.sourceCompatibility = JavaVersion.VERSION_17 From d3a9b83c5481380279c8fcffda93e4f485856519 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Fri, 24 Oct 2025 16:38:34 +0300 Subject: [PATCH 3/5] Bump version from 1.48 to 1.49 --- pom-central.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom-central.xml b/pom-central.xml index 758cdbb20..30105e979 100644 --- a/pom-central.xml +++ b/pom-central.xml @@ -4,7 +4,7 @@ com.github.javadev leetcode-in-java jar - 1.48 + 1.49 leetcode-in-java Java-based LeetCode algorithm problem solutions, regularly updated https://github.com/javadev/LeetCode-in-Java From 2d2864329086fb45ec417d4474447f020d50a0a4 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Fri, 24 Oct 2025 16:38:48 +0300 Subject: [PATCH 4/5] Bump version from 1.48 to 1.49 --- pom-central21.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom-central21.xml b/pom-central21.xml index 38dc71c0c..211c32598 100644 --- a/pom-central21.xml +++ b/pom-central21.xml @@ -4,7 +4,7 @@ com.github.javadev leetcode-in-java21 jar - 1.48 + 1.49 leetcode-in-java Java-based LeetCode algorithm problem solutions, regularly updated https://github.com/javadev/LeetCode-in-Java From f8ac62b25549d443e3b4e7bfb1e5a99455256403 Mon Sep 17 00:00:00 2001 From: Valentyn Kolesnikov Date: Fri, 24 Oct 2025 16:39:04 +0300 Subject: [PATCH 5/5] Bump version from 1.48-SNAPSHOT to 1.49-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d5fe86fc6..d1374da52 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.javadev leetcode-in-java jar - 1.48-SNAPSHOT + 1.49-SNAPSHOT leetcode-in-java Java-based LeetCode algorithm problem solutions, regularly updated https://github.com/javadev/LeetCode-in-Java