File tree 3 files changed +11
-11
lines changed
3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
plugins {
2
- kotlin(" jvm" ) version " 2.1.0 "
2
+ kotlin(" jvm" ) version " 2.1.10 "
3
3
jacoco
4
4
id(" org.sonarqube" ) version " 5.1.0.4882"
5
5
id(" com.diffplug.spotless" ) version " 6.25.0"
@@ -14,7 +14,7 @@ repositories {
14
14
}
15
15
16
16
dependencies {
17
- implementation(" org.jetbrains.kotlin:kotlin-stdlib:2.1.0 " )
17
+ implementation(" org.jetbrains.kotlin:kotlin-stdlib:2.1.10 " )
18
18
testImplementation(" org.junit.jupiter:junit-jupiter:[5.11.3,)" )
19
19
testImplementation(" org.hamcrest:hamcrest-core:[3.0,)" )
20
20
testImplementation(" org.zapodot:embedded-db-junit-jupiter:[2.2.0,)" )
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 >
Original file line number Diff line number Diff line change 73
73
<dependency >
74
74
<groupId >org.junit.jupiter</groupId >
75
75
<artifactId >junit-jupiter-engine</artifactId >
76
- <version >[5.11.3 ,)</version >
76
+ <version >[5.12.0 ,)</version >
77
77
</dependency >
78
78
</dependencies >
79
79
</plugin >
140
140
<dependency >
141
141
<groupId >org.junit.jupiter</groupId >
142
142
<artifactId >junit-jupiter-api</artifactId >
143
- <version >[5.11.3 ,)</version >
143
+ <version >[5.12.0 ,)</version >
144
144
<scope >test</scope >
145
145
</dependency >
146
146
<dependency >
147
147
<groupId >org.junit.jupiter</groupId >
148
148
<artifactId >junit-jupiter-engine</artifactId >
149
- <version >[5.11.3 ,)</version >
149
+ <version >[5.12.0 ,)</version >
150
150
<scope >test</scope >
151
151
</dependency >
152
152
<dependency >
153
153
<groupId >org.junit.platform</groupId >
154
154
<artifactId >junit-platform-launcher</artifactId >
155
- <version >[1.11.3 ,)</version >
155
+ <version >[1.12.0 ,)</version >
156
156
<scope >test</scope >
157
157
</dependency >
158
158
<dependency >
You can’t perform that action at this time.
0 commit comments