Skip to content

Commit

Permalink
Version 1.36
Browse files Browse the repository at this point in the history
  • Loading branch information
javadev authored Sep 18, 2024
1 parent 71acd89 commit d9c7bc4
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.35)
[![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.36)
[![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)
Expand All @@ -19,7 +19,7 @@ To configure your Maven project, add the following code to your pom.xml file:
<dependency>
<groupId>com.github.javadev</groupId>
<artifactId>leetcode-in-java</artifactId>
<version>1.35</version>
<version>1.36</version>
</dependency>
...
</dependencies>
Expand All @@ -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.35'
implementation 'com.github.javadev:leetcode-in-java: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)
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ repositories {
}

dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter:[5.10.3,)'
testImplementation 'org.junit.jupiter:junit-jupiter:[5.11.0,)'
testImplementation 'org.hamcrest:hamcrest-core:[2.2,)'
testImplementation 'org.zapodot:embedded-db-junit-jupiter:[2.2.0,)'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:[1.10.3,)'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:[1.11.0,)'
}

test {
Expand All @@ -24,7 +24,7 @@ test {
}

group = 'com.github.javadev'
version = '1.35-SNAPSHOT'
version = '1.36-SNAPSHOT'
description = 'leetcode-in-java'
java.sourceCompatibility = JavaVersion.VERSION_17

Expand Down
8 changes: 4 additions & 4 deletions pom-central.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>leetcode-in-java</artifactId>
<packaging>jar</packaging>
<version>1.35</version>
<version>1.36</version>
<name>leetcode-in-java</name>
<description>Java-based LeetCode algorithm problem solutions, regularly updated</description>
<url>https://github.com/javadev/LeetCode-in-Java</url>
Expand Down Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>[5.10.3,)</version>
<version>[5.11.0,)</version>
</dependency>
</dependencies>
</plugin>
Expand Down Expand Up @@ -149,13 +149,13 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>[5.10.3,)</version>
<version>[5.11.0,)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>[5.10.3,)</version>
<version>[5.11.0,)</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions pom-central21.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>leetcode-in-java21</artifactId>
<packaging>jar</packaging>
<version>1.35</version>
<version>1.36</version>
<name>leetcode-in-java</name>
<description>Java-based LeetCode algorithm problem solutions, regularly updated</description>
<url>https://github.com/javadev/LeetCode-in-Java</url>
Expand Down Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>[5.10.3,)</version>
<version>[5.11.0,)</version>
</dependency>
</dependencies>
</plugin>
Expand Down Expand Up @@ -155,13 +155,13 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>[5.10.3,)</version>
<version>[5.11.0,)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>[5.10.3,)</version>
<version>[5.11.0,)</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>leetcode-in-java</artifactId>
<packaging>jar</packaging>
<version>1.35-SNAPSHOT</version>
<version>1.36-SNAPSHOT</version>
<name>leetcode-in-java</name>
<description>Java-based LeetCode algorithm problem solutions, regularly updated</description>
<url>https://github.com/javadev/LeetCode-in-Java</url>
Expand Down Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>[5.10.3,)</version>
<version>[5.11.0,)</version>
</dependency>
</dependencies>
</plugin>
Expand Down Expand Up @@ -172,13 +172,13 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>[5.10.3,)</version>
<version>[5.11.0,)</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>[5.10.3,)</version>
<version>[5.11.0,)</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit d9c7bc4

Please sign in to comment.