File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ dependencies {
14
14
implementation(" io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.22.0" )
15
15
implementation(libs.kotlin.gradle.plugin)
16
16
implementation(libs.kotlin.plugin.serialization)
17
- implementation(" io.github.gradle-nexus:publish-plugin:1.1 .0" )
17
+ implementation(" io.github.gradle-nexus:publish-plugin:1.2 .0" )
18
18
implementation(" org.ajoberstar.reckon:reckon-gradle:0.16.1" )
19
19
implementation(" com.squareup:kotlinpoet:1.12.0" )
20
20
implementation(" com.google.code.gson:gson:2.10.1" )
Original file line number Diff line number Diff line change 1
1
[versions ]
2
2
kotlin = " 1.8.10"
3
3
okio = " 3.3.0"
4
- serialization = " 1.4.1 "
4
+ serialization = " 1.5.0 "
5
5
diktat = " 1.2.4.1"
6
6
kotlinx-cli = " 0.3.5"
7
7
kotlinx-datetime = " 0.4.0"
@@ -13,7 +13,7 @@ kotlinpoet = "1.12.0"
13
13
kotest = " 5.5.5"
14
14
sarif4k = " 0.3.0"
15
15
sarif-utils = " 0.2.1"
16
- log4j = " 2.19 .0"
16
+ log4j = " 2.20 .0"
17
17
18
18
[plugins ]
19
19
kotlin-multiplatform = { id = " org.jetbrains.kotlin.multiplatform" , version.ref = " kotlin" }
You can’t perform that action at this time.
0 commit comments