Skip to content

Commit c45d460

Browse files
authored
Update pom-central21.xml
1 parent 6b02819 commit c45d460

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.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>
@@ -185,13 +185,13 @@
185185
<dependency>
186186
<groupId>org.junit.jupiter</groupId>
187187
<artifactId>junit-jupiter-api</artifactId>
188-
<version>[5.13.1,)</version>
188+
<version>[5.13.3,)</version>
189189
<scope>test</scope>
190190
</dependency>
191191
<dependency>
192192
<groupId>org.junit.jupiter</groupId>
193193
<artifactId>junit-jupiter-engine</artifactId>
194-
<version>[5.13.1,)</version>
194+
<version>[5.13.3,)</version>
195195
<scope>test</scope>
196196
</dependency>
197197
<dependency>

0 commit comments

Comments
 (0)