Skip to content

Commit 6b02819

Browse files
authored
Update pom-central.xml
1 parent 693afd3 commit 6b02819

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.45</version>
7+
<version>1.46</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.13.1,)</version>
64+
<version>[5.13.3,)</version>
6565
</dependency>
6666
</dependencies>
6767
</plugin>
@@ -179,13 +179,13 @@
179179
<dependency>
180180
<groupId>org.junit.jupiter</groupId>
181181
<artifactId>junit-jupiter-api</artifactId>
182-
<version>[5.13.1,)</version>
182+
<version>[5.13.3,)</version>
183183
<scope>test</scope>
184184
</dependency>
185185
<dependency>
186186
<groupId>org.junit.jupiter</groupId>
187187
<artifactId>junit-jupiter-engine</artifactId>
188-
<version>[5.13.1,)</version>
188+
<version>[5.13.3,)</version>
189189
<scope>test</scope>
190190
</dependency>
191191
<dependency>

0 commit comments

Comments
 (0)