Skip to content

Commit e41ceba

Browse files
renovate[bot]kgevorkyan0x6675636b796f75676974687562
authored
chore(deps): update all non-major dependencies (except core kotlin) (#505)
--------- Co-authored-by: Kirill Gevorkyan <[email protected]> Co-authored-by: Andrey Shcheglov <[email protected]>
1 parent 920019f commit e41ceba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

buildSrc/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.22.0")
1515
implementation(libs.kotlin.gradle.plugin)
1616
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")
1818
implementation("org.ajoberstar.reckon:reckon-gradle:0.16.1")
1919
implementation("com.squareup:kotlinpoet:1.12.0")
2020
implementation("com.google.code.gson:gson:2.10.1")

gradle/libs.versions.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
kotlin = "1.8.10"
33
okio = "3.3.0"
4-
serialization = "1.4.1"
4+
serialization = "1.5.0"
55
diktat = "1.2.4.1"
66
kotlinx-cli = "0.3.5"
77
kotlinx-datetime = "0.4.0"
@@ -13,7 +13,7 @@ kotlinpoet = "1.12.0"
1313
kotest = "5.5.5"
1414
sarif4k = "0.3.0"
1515
sarif-utils = "0.2.1"
16-
log4j = "2.19.0"
16+
log4j = "2.20.0"
1717

1818
[plugins]
1919
kotlin-multiplatform = { id = "org.jetbrains.kotlin.multiplatform", version.ref = "kotlin" }

0 commit comments

Comments
 (0)