Commit 78f0648 1 parent 3ed4f1a commit 78f0648 Copy full SHA for 78f0648
File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import com.adarshr.gradle.testlogger.TestLoggerPlugin
3
3
import com.adarshr.gradle.testlogger.theme.ThemeType
4
4
5
5
plugins {
6
- kotlin(" jvm" ) version " 2.1.0 "
6
+ kotlin(" jvm" ) version " 2.1.10 "
7
7
id(" com.adarshr.test-logger" ) version " 4.0.0"
8
8
}
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import com.adarshr.gradle.testlogger.TestLoggerPlugin
3
3
import com.adarshr.gradle.testlogger.theme.ThemeType
4
4
5
5
plugins {
6
- kotlin(" jvm" ) version " 2.1.0 "
6
+ kotlin(" jvm" ) version " 2.1.10 "
7
7
id(" com.adarshr.test-logger" ) version " 4.0.0"
8
8
}
9
9
Original file line number Diff line number Diff line change 18
18
<dependency >
19
19
<groupId >org.jetbrains.kotlin</groupId >
20
20
<artifactId >kotlin-bom</artifactId >
21
- <version >2.1.0 </version >
21
+ <version >2.1.10 </version >
22
22
<type >pom</type >
23
23
<scope >import</scope >
24
24
</dependency >
46
46
<plugin >
47
47
<groupId >org.jetbrains.kotlin</groupId >
48
48
<artifactId >kotlin-maven-plugin</artifactId >
49
- <version >2.1.0 </version >
49
+ <version >2.1.10 </version >
50
50
51
51
<executions >
52
52
<execution >
Original file line number Diff line number Diff line change 18
18
<dependency >
19
19
<groupId >org.jetbrains.kotlin</groupId >
20
20
<artifactId >kotlin-bom</artifactId >
21
- <version >2.1.0 </version >
21
+ <version >2.1.10 </version >
22
22
<type >pom</type >
23
23
<scope >import</scope >
24
24
</dependency >
46
46
<plugin >
47
47
<groupId >org.jetbrains.kotlin</groupId >
48
48
<artifactId >kotlin-maven-plugin</artifactId >
49
- <version >2.1.0 </version >
49
+ <version >2.1.10 </version >
50
50
51
51
<executions >
52
52
<execution >
You can’t perform that action at this time.
0 commit comments