Skip to content

Commit

Permalink
fix(deps): update kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
figure-renovate[bot] committed Aug 20, 2024
1 parent 18ff932 commit 1b8a71f
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
jacoco
signing
`maven-publish`
kotlin("plugin.serialization") version "1.9.21"
kotlin("plugin.serialization") version "1.9.25"
alias(libs.plugins.openapi.generator)
alias(libs.plugins.publish.nexus)
}
Expand Down
2 changes: 1 addition & 1 deletion client/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins{
kotlin("jvm") version "1.9.21"
kotlin("jvm") version "1.9.25"
`maven-publish`
java
idea
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kotlinVersion=1.9.21
kotlinVersion=1.9.25
kotlin.code.style=official
org.gradle.jvmargs=-Xmx1024m
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ blockApi = "0.2.1"
eventStream = "0.6.3"
exposed = "0.41.1"
h2database = "2.1.214"
kotlinxCore = "1.7.3"
kotlinxCore = "1.8.1"
kotlinxCli = "0.3.6"
kotlinxDateTime = "0.5.0"
kotlinReflect = "1.9.21"
kotlinStdLib = "1.9.21"
kotlinxDateTime = "0.6.1"
kotlinReflect = "1.9.25"
kotlinStdLib = "1.9.25"
junitPioneer = "1.9.1"
junit = "5.9.2"
mockk = "1.13.8"
Expand All @@ -27,7 +27,7 @@ gson = "2.10.1"
grpc = "1.53.0"
grpcCore = "1.54.1"
grpcKotlin = "1.3.0"
kotlinSerialization = "1.6.2"
kotlinSerialization = "1.7.1"
dbUtils = "1.7"
hdWallet = "0.1.15"
jacksonModule = "2.14.2"
Expand Down
2 changes: 1 addition & 1 deletion service/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
kotlin("jvm")
kotlin("plugin.serialization").version("1.9.21")
kotlin("plugin.serialization").version("1.9.25")
application
java
idea
Expand Down

0 comments on commit 1b8a71f

Please sign in to comment.