Skip to content

Commit 4301152

Browse files
authored
Update pom.xml
1 parent c45d460 commit 4301152

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 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-SNAPSHOT</version>
7+
<version>1.46-SNAPSHOT</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>
@@ -60,7 +60,7 @@
6060
<dependency>
6161
<groupId>org.junit.jupiter</groupId>
6262
<artifactId>junit-jupiter-engine</artifactId>
63-
<version>[5.13.1,)</version>
63+
<version>[5.13.3,)</version>
6464
</dependency>
6565
</dependencies>
6666
</plugin>
@@ -172,19 +172,19 @@
172172
<dependency>
173173
<groupId>org.junit.jupiter</groupId>
174174
<artifactId>junit-jupiter-api</artifactId>
175-
<version>[5.13.1,)</version>
175+
<version>[5.13.3,)</version>
176176
<scope>test</scope>
177177
</dependency>
178178
<dependency>
179179
<groupId>org.junit.jupiter</groupId>
180180
<artifactId>junit-jupiter-engine</artifactId>
181-
<version>[5.13.1,)</version>
181+
<version>[5.13.3,)</version>
182182
<scope>test</scope>
183183
</dependency>
184184
<dependency>
185185
<groupId>org.junit.platform</groupId>
186186
<artifactId>junit-platform-launcher</artifactId>
187-
<version>[1.13.1,)</version>
187+
<version>[1.13.3,)</version>
188188
<scope>test</scope>
189189
</dependency>
190190
<dependency>

0 commit comments

Comments
 (0)