Skip to content

Commit

Permalink
upgrade deps (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersrognstad authored Feb 13, 2024
1 parent e256ae1 commit 48e879b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,22 @@ object Versions {
const val flyway = "9.22.3"
const val hikari = "5.0.1"
const val isdialogmoteSchema = "1.0.5"
const val jacksonDataType = "2.16.0"
const val kafka = "3.6.0"
const val jacksonDataType = "2.16.1"
const val kafka = "3.6.1"
const val kluent = "1.73"
const val ktor = "2.3.7"
const val ktor = "2.3.8"
const val logback = "1.4.14"
const val logstashEncoder = "7.4"
const val micrometerRegistry = "1.12.0"
const val nimbusJoseJwt = "9.37.2"
const val mockk = "1.13.8"
const val micrometerRegistry = "1.12.2"
const val nimbusJoseJwt = "9.37.3"
const val mockk = "1.13.9"
const val postgres = "42.6.0"
val postgresEmbedded = if (Os.isFamily(Os.FAMILY_MAC)) "1.0.0" else "0.13.4"
const val scala = "2.13.12"
const val spek = "2.0.19"
}
plugins {
kotlin("jvm") version "1.9.21"
kotlin("jvm") version "1.9.22"
id("com.github.johnrengelman.shadow") version "8.1.1"
id("org.jlleitschuh.gradle.ktlint") version "11.4.2"
}
Expand Down

0 comments on commit 48e879b

Please sign in to comment.