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 Nov 1, 2023
1 parent b9bf66b commit daa7108
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.0"
kotlin("plugin.serialization") version "1.9.20"
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
id("org.openapi.generator") version "5.4.0"
}
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.0"
kotlin("jvm") version "1.9.20"
`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.0
kotlinVersion=1.9.20
kotlin.code.style=official
org.gradle.jvmargs=-Xmx1024m
12 changes: 6 additions & 6 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.2"
kotlinxCli = "0.3.5"
kotlinxDateTime = "0.4.0"
kotlinReflect = "1.9.0"
kotlinStdLib = "1.9.0"
kotlinxCore = "1.7.3"
kotlinxCli = "0.3.6"
kotlinxDateTime = "0.4.1"
kotlinReflect = "1.9.20"
kotlinStdLib = "1.9.20"
junitPioneer = "1.9.1"
junit = "5.9.2"
mockk = "1.13.5"
Expand All @@ -27,7 +27,7 @@ gson = "2.10.1"
grpc = "1.53.0"
grpcCore = "1.54.1"
grpcKotlin = "1.3.0"
kotlinSerialization = "1.5.1"
kotlinSerialization = "1.6.0"
dbUtils = "1.7"
ravendb = "5.4.0"
hdWallet = "0.1.15"
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.0")
kotlin("plugin.serialization").version("1.9.20")
application
java
idea
Expand Down

0 comments on commit daa7108

Please sign in to comment.