Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IS-2534: Update dependencies #399

Merged
merged 2 commits into from
Jul 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,23 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
group = "no.nav.syfo"
version = "1.0-SNAPSHOT"

val confluent = "7.5.1"
val confluent = "7.6.1"
val flyway = "9.22.3"
val hikari = "5.1.0"
val isdialogmoteSchema = "1.0.5"
val jacksonDataType = "2.15.3"
val jedis = "5.0.1"
val jacksonDataType = "2.17.2"
val jedis = "5.1.3"
val json = "20231013"
val kafka = "3.7.0"
val kluent = "1.73"
val ktor = "2.3.8"
val logback = "1.4.14"
val ktor = "2.3.12"
val logback = "1.5.6"
val logstashEncoder = "7.4"
val mockk = "1.13.8"
val micrometerRegistry = "1.12.2"
val nimbusjosejwt = "9.37.2"
val mockk = "1.13.11"
val micrometerRegistry = "1.12.8"
val nimbusjosejwt = "9.40"
val postgresEmbedded = if (Os.isFamily(Os.FAMILY_MAC)) "1.0.0" else "0.13.4"
val postgres = "42.7.2"
val postgres = "42.7.3"
val redisEmbedded = "0.7.3"
val spek = "2.0.19"

Expand Down