|
27 | 27 | <url>https://github.com/javadev/LeetCode-in-Kotlin</url>
|
28 | 28 | </scm>
|
29 | 29 | <properties>
|
30 |
| - <kotlin.version>2.1.10</kotlin.version> |
| 30 | + <kotlin.version>2.1.20</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.12.0,)</version> |
| 77 | + <version>[5.12.2,)</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.12.0,)</version> |
| 152 | + <version>[5.12.2,)</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.12.0,)</version> |
| 158 | + <version>[5.12.2,)</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.12.0,)</version> |
| 164 | + <version>[1.12.2,)</version> |
165 | 165 | <scope>test</scope>
|
166 | 166 | </dependency>
|
167 | 167 | <dependency>
|
|
173 | 173 | <dependency>
|
174 | 174 | <groupId>org.zapodot</groupId>
|
175 | 175 | <artifactId>embedded-db-junit-jupiter</artifactId>
|
176 |
| - <version>[2.2.0,)</version> |
| 176 | + <version>2.2.0</version> |
177 | 177 | <scope>test</scope>
|
178 | 178 | </dependency>
|
179 | 179 | </dependencies>
|
|
0 commit comments