Skip to content

Commit fb474ed

Browse files
authored
Update pom-central.xml
1 parent 74046a4 commit fb474ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom-central.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-java</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>
@@ -149,13 +149,13 @@
149149
<dependency>
150150
<groupId>org.junit.jupiter</groupId>
151151
<artifactId>junit-jupiter-api</artifactId>
152-
<version>[5.10.3,)</version>
152+
<version>[5.11.0,)</version>
153153
<scope>test</scope>
154154
</dependency>
155155
<dependency>
156156
<groupId>org.junit.jupiter</groupId>
157157
<artifactId>junit-jupiter-engine</artifactId>
158-
<version>[5.10.3,)</version>
158+
<version>[5.11.0,)</version>
159159
<scope>test</scope>
160160
</dependency>
161161
<dependency>

0 commit comments

Comments
 (0)