File tree Expand file tree Collapse file tree 3 files changed +16
-16
lines changed Expand file tree Collapse file tree 3 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 11plugins {
2- kotlin(" jvm" ) version " 2.1.21 "
2+ kotlin(" jvm" ) version " 2.2.0 "
33 jacoco
4- id(" org.sonarqube" ) version " 5.1 .0.4882 "
5- id(" com.diffplug.spotless" ) version " 6.25.0 "
4+ id(" org.sonarqube" ) version " 6.2 .0.5505 "
5+ id(" com.diffplug.spotless" ) version " 7.0.4 "
66 `maven- publish`
77}
88
@@ -14,11 +14,11 @@ repositories {
1414}
1515
1616dependencies {
17- implementation(" org.jetbrains.kotlin:kotlin-stdlib:2.1.21 " )
18- testImplementation(" org.junit.jupiter:junit-jupiter:[5.13.0 ,)" )
17+ implementation(" org.jetbrains.kotlin:kotlin-stdlib:2.2.0 " )
18+ testImplementation(" org.junit.jupiter:junit-jupiter:[5.13.2 ,)" )
1919 testImplementation(" org.hamcrest:hamcrest-core:[3.0,)" )
2020 testImplementation(" org.zapodot:embedded-db-junit-jupiter:2.2.2" )
21- testRuntimeOnly(" org.junit.platform:junit-platform-launcher:[1.13.0 ,)" )
21+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher:[1.13.2 ,)" )
2222}
2323
2424tasks.test {
Original file line number Diff line number Diff line change 2727 <url >https://github.com/javadev/LeetCode-in-Kotlin</url >
2828 </scm >
2929 <properties >
30- <kotlin .version>2.1.21 </kotlin .version>
30+ <kotlin .version>2.2.0 </kotlin .version>
3131 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3232 </properties >
3333 <ciManagement >
7474 <dependency >
7575 <groupId >org.junit.jupiter</groupId >
7676 <artifactId >junit-jupiter-engine</artifactId >
77- <version >[5.13.0 ,)</version >
77+ <version >[5.13.2 ,)</version >
7878 </dependency >
7979 </dependencies >
8080 </plugin >
149149 <dependency >
150150 <groupId >org.junit.jupiter</groupId >
151151 <artifactId >junit-jupiter-api</artifactId >
152- <version >[5.13.0 ,)</version >
152+ <version >[5.13.2 ,)</version >
153153 <scope >test</scope >
154154 </dependency >
155155 <dependency >
156156 <groupId >org.junit.jupiter</groupId >
157157 <artifactId >junit-jupiter-engine</artifactId >
158- <version >[5.13.0 ,)</version >
158+ <version >[5.13.2 ,)</version >
159159 <scope >test</scope >
160160 </dependency >
161161 <dependency >
162162 <groupId >org.junit.platform</groupId >
163163 <artifactId >junit-platform-launcher</artifactId >
164- <version >[1.13.0 ,)</version >
164+ <version >[1.13.2 ,)</version >
165165 <scope >test</scope >
166166 </dependency >
167167 <dependency >
Original file line number Diff line number Diff line change 2626 <url >https://github.com/javadev/LeetCode-in-Kotlin</url >
2727 </scm >
2828 <properties >
29- <kotlin .version>2.1.21 </kotlin .version>
29+ <kotlin .version>2.2.0 </kotlin .version>
3030 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
3131 </properties >
3232 <ciManagement >
7373 <dependency >
7474 <groupId >org.junit.jupiter</groupId >
7575 <artifactId >junit-jupiter-engine</artifactId >
76- <version >[5.13.0 ,)</version >
76+ <version >[5.13.2 ,)</version >
7777 </dependency >
7878 </dependencies >
7979 </plugin >
140140 <dependency >
141141 <groupId >org.junit.jupiter</groupId >
142142 <artifactId >junit-jupiter-api</artifactId >
143- <version >[5.13.0 ,)</version >
143+ <version >[5.13.2 ,)</version >
144144 <scope >test</scope >
145145 </dependency >
146146 <dependency >
147147 <groupId >org.junit.jupiter</groupId >
148148 <artifactId >junit-jupiter-engine</artifactId >
149- <version >[5.13.0 ,)</version >
149+ <version >[5.13.2 ,)</version >
150150 <scope >test</scope >
151151 </dependency >
152152 <dependency >
153153 <groupId >org.junit.platform</groupId >
154154 <artifactId >junit-platform-launcher</artifactId >
155- <version >[1.13.0 ,)</version >
155+ <version >[1.13.2 ,)</version >
156156 <scope >test</scope >
157157 </dependency >
158158 <dependency >
You can’t perform that action at this time.
0 commit comments