|
27 | 27 | <url>https://github.com/javadev/LeetCode-in-Kotlin</url> |
28 | 28 | </scm> |
29 | 29 | <properties> |
30 | | - <kotlin.version>2.0.21</kotlin.version> |
| 30 | + <kotlin.version>2.1.0-RC</kotlin.version> |
31 | 31 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
32 | 32 | </properties> |
33 | 33 | <ciManagement> |
|
47 | 47 | <artifactId>kotlin-maven-plugin</artifactId> |
48 | 48 | <version>${kotlin.version}</version> |
49 | 49 | <configuration> |
50 | | - <jvmTarget>11</jvmTarget> |
| 50 | + <jvmTarget>17</jvmTarget> |
51 | 51 | </configuration> |
52 | 52 | <executions> |
53 | 53 | <execution> |
|
74 | 74 | <dependency> |
75 | 75 | <groupId>org.junit.jupiter</groupId> |
76 | 76 | <artifactId>junit-jupiter-engine</artifactId> |
77 | | - <version>[5.11.0,)</version> |
| 77 | + <version>[5.11.3,)</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.0,)</version> |
| 152 | + <version>[5.11.3,)</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.0,)</version> |
| 158 | + <version>[5.11.3,)</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.0,)</version> |
| 164 | + <version>[1.11.3,)</version> |
165 | 165 | <scope>test</scope> |
166 | 166 | </dependency> |
167 | 167 | <dependency> |
168 | 168 | <groupId>org.hamcrest</groupId> |
169 | 169 | <artifactId>hamcrest-core</artifactId> |
170 | | - <version>[2.2,)</version> |
| 170 | + <version>[3.0,)</version> |
171 | 171 | <scope>test</scope> |
172 | 172 | </dependency> |
173 | 173 | <dependency> |
|
0 commit comments