File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 27
27
<url >https://github.com/javadev/LeetCode-in-Kotlin</url >
28
28
</scm >
29
29
<properties >
30
- <kotlin .version>2.1.0 </kotlin .version>
30
+ <kotlin .version>2.1.10 </kotlin .version>
31
31
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
32
32
</properties >
33
33
<ciManagement >
74
74
<dependency >
75
75
<groupId >org.junit.jupiter</groupId >
76
76
<artifactId >junit-jupiter-engine</artifactId >
77
- <version >[5.11.3 ,)</version >
77
+ <version >[5.12.0 ,)</version >
78
78
</dependency >
79
79
</dependencies >
80
80
</plugin >
149
149
<dependency >
150
150
<groupId >org.junit.jupiter</groupId >
151
151
<artifactId >junit-jupiter-api</artifactId >
152
- <version >[5.11.2 ,)</version >
152
+ <version >[5.12.0 ,)</version >
153
153
<scope >test</scope >
154
154
</dependency >
155
155
<dependency >
156
156
<groupId >org.junit.jupiter</groupId >
157
157
<artifactId >junit-jupiter-engine</artifactId >
158
- <version >[5.11.3 ,)</version >
158
+ <version >[5.12.0 ,)</version >
159
159
<scope >test</scope >
160
160
</dependency >
161
161
<dependency >
162
162
<groupId >org.junit.platform</groupId >
163
163
<artifactId >junit-platform-launcher</artifactId >
164
- <version >[1.11.3 ,)</version >
164
+ <version >[1.12.0 ,)</version >
165
165
<scope >test</scope >
166
166
</dependency >
167
167
<dependency >
You can’t perform that action at this time.
0 commit comments