Skip to content

Commit

Permalink
Merge pull request #166 from FigureTechnologies/wb/renovate-wrapup
Browse files Browse the repository at this point in the history
Wb/renovate wrapup [sc-277468]
  • Loading branch information
wbaker-figure authored Dec 20, 2023
2 parents 9c074db + 8d63166 commit 965d430
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 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.21"
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.0"
kotlin("jvm") version "1.9.21"
`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.21
kotlin.code.style=official
org.gradle.jvmargs=-Xmx1024m
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ 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.5.0"
kotlinReflect = "1.9.21"
kotlinStdLib = "1.9.21"
junitPioneer = "1.9.1"
junit = "5.9.2"
mockk = "1.13.5"
mockk = "1.13.8"
commonsText = "1.10.0"
commonscsv = "1.10.0"
commonsio = "2.11.0"
Expand All @@ -27,13 +27,13 @@ gson = "2.10.1"
grpc = "1.53.0"
grpcCore = "1.54.1"
grpcKotlin = "1.3.0"
kotlinSerialization = "1.5.1"
kotlinSerialization = "1.6.2"
dbUtils = "1.7"
ravendb = "5.4.0"
hdWallet = "0.1.15"
jacksonModule = "2.14.2"
ktor = "1.6.8" # A handful of plugins don't support ktor 2.0 yet due diligence before upgrading.
ktorSerializationGson = "2.3.2"
ktorSerializationGson = "2.3.7"
okhttp = "4.10.0"
kodein = "7.18.0"
swaggerKtor="0.3-beta.3"
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.21")
application
java
idea
Expand Down

0 comments on commit 965d430

Please sign in to comment.