Skip to content

Commit 83b5e65

Browse files
authored
Update pom-central21.xml
1 parent fb474ed commit 83b5e65

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom-central21.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.github.javadev</groupId>
55
<artifactId>leetcode-in-java21</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.35</version>
7+
<version>1.36</version>
88
<name>leetcode-in-java</name>
99
<description>Java-based LeetCode algorithm problem solutions, regularly updated</description>
1010
<url>https://github.com/javadev/LeetCode-in-Java</url>
@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>org.junit.jupiter</groupId>
6363
<artifactId>junit-jupiter-engine</artifactId>
64-
<version>[5.10.3,)</version>
64+
<version>[5.11.0,)</version>
6565
</dependency>
6666
</dependencies>
6767
</plugin>
@@ -155,13 +155,13 @@
155155
<dependency>
156156
<groupId>org.junit.jupiter</groupId>
157157
<artifactId>junit-jupiter-api</artifactId>
158-
<version>[5.10.3,)</version>
158+
<version>[5.11.0,)</version>
159159
<scope>test</scope>
160160
</dependency>
161161
<dependency>
162162
<groupId>org.junit.jupiter</groupId>
163163
<artifactId>junit-jupiter-engine</artifactId>
164-
<version>[5.10.3,)</version>
164+
<version>[5.11.0,)</version>
165165
<scope>test</scope>
166166
</dependency>
167167
<dependency>

0 commit comments

Comments
 (0)