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

Bump the dependencies group across 1 directory with 20 updates #273

Merged
merged 1 commit into from
Apr 28, 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
20 changes: 10 additions & 10 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@ group = "no.nav.syfo"
version = "1.0.0"

val coroutinesVersion = "1.8.0"
val kafkaVersion = "3.6.1"
val kafkaVersion = "3.7.0"
val kluentVersion = "1.73"
val ktorVersion = "2.3.8"
val logbackVersion = "1.5.0"
val ktorVersion = "2.3.10"
val logbackVersion = "1.5.6"
val logstashLogbackEncoderVersion = "7.4"
val prometheusVersion = "0.16.0"
val kotestVersion = "5.8.0"
val kotestVersion = "5.8.1"
val jaxbApiVersion = "2.1"
val jaxbVersion = "2.3.0.1"
val javaxActivationVersion = "1.1.1"
val jacksonVersion = "2.16.1"
val jacksonVersion = "2.17.0"
val joarkHendelseVersion = "96ec5ebb"
val confluentVersion = "7.6.0"
val confluentVersion = "7.6.1"
val jettyVersion = "11.0.6"
val syfoXmlCodegenVersion = "2.0.1"
val commonsTextVersion = "1.11.0"
val commonsTextVersion = "1.12.0"
val cxfVersion = "3.4.5"
val javaxAnnotationApiVersion = "1.3.2"
val jaxbRuntimeVersion = "2.4.0-b180830.0438"
val javaTimeAdapterVersion = "1.1.3"
val ioMockVersion = "1.13.9"
val kotlinVersion = "1.9.22"
val ioMockVersion = "1.13.10"
val kotlinVersion = "1.9.23"
val okhttp3Version = "4.11.0"
val commonsCodecVersion = "1.16.1"
val caffeineVersion = "3.1.8"
Expand All @@ -34,7 +34,7 @@ val diagnosekoderVersion = "1.2024.0"

plugins {
id("application")
kotlin("jvm") version "1.9.22"
kotlin("jvm") version "1.9.23"
id("com.github.johnrengelman.shadow") version "8.1.1"
id("com.diffplug.spotless") version "6.25.0"
}
Expand Down
Loading