Skip to content

Commit 9ad6edd

Browse files
authored
Update pom.xml
1 parent 8735057 commit 9ad6edd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.github.javadev</groupId>
55
<artifactId>leetcode-in-kotlin</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.26-SNAPSHOT</version>
7+
<version>1.27-SNAPSHOT</version>
88
<name>leetcode-in-kotlin</name>
99
<description>Kotlin-based LeetCode algorithm problem solutions, regularly updated</description>
1010
<url>https://github.com/javadev/LeetCode-in-Kotlin</url>
@@ -73,7 +73,7 @@
7373
<dependency>
7474
<groupId>org.junit.jupiter</groupId>
7575
<artifactId>junit-jupiter-engine</artifactId>
76-
<version>[5.10.2,)</version>
76+
<version>[5.10.3,)</version>
7777
</dependency>
7878
</dependencies>
7979
</plugin>
@@ -140,19 +140,19 @@
140140
<dependency>
141141
<groupId>org.junit.jupiter</groupId>
142142
<artifactId>junit-jupiter-api</artifactId>
143-
<version>[5.10.2,)</version>
143+
<version>[5.10.3,)</version>
144144
<scope>test</scope>
145145
</dependency>
146146
<dependency>
147147
<groupId>org.junit.jupiter</groupId>
148148
<artifactId>junit-jupiter-engine</artifactId>
149-
<version>[5.10.2,)</version>
149+
<version>[5.10.3,)</version>
150150
<scope>test</scope>
151151
</dependency>
152152
<dependency>
153153
<groupId>org.junit.platform</groupId>
154154
<artifactId>junit-platform-launcher</artifactId>
155-
<version>[1.10.2,)</version>
155+
<version>[1.10.3,)</version>
156156
<scope>test</scope>
157157
</dependency>
158158
<dependency>
@@ -164,7 +164,7 @@
164164
<dependency>
165165
<groupId>org.zapodot</groupId>
166166
<artifactId>embedded-db-junit-jupiter</artifactId>
167-
<version>[2.1.1,)</version>
167+
<version>[2.2.0,)</version>
168168
<scope>test</scope>
169169
</dependency>
170170
</dependencies>

0 commit comments

Comments
 (0)