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 gradle group across 1 directory with 16 updates #2781

Closed
wants to merge 1 commit into from
Closed
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
@@ -1,32 +1,32 @@
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar

val mainClass = "no.nav.k9.los.K9LosKt"
val hikariVersion = "6.1.0"
val flywayVersion = "10.21.0"
val hikariVersion = "6.2.1"
val flywayVersion = "11.0.1"
val vaultJdbcVersion = "1.3.10"
val koinVersion = "4.0.0"
val kotliqueryVersion = "1.9.0"
val k9SakVersion = "5.2.1"
val k9KlageVersion = "0.4.5"
val fuelVersion = "2.3.1"
val jacksonVersion = "2.17.2"
val jacksonVersion = "2.18.2"
val commonsTextVersion = "1.12.0"

val dusseldorfKtorVersion = "5.0.10"
val dusseldorfKtorVersion = "5.0.14"
val ktorVersion = "2.3.13"
val kafkaVersion = "3.9.0"

val navTilgangskontroll = "3.2024.01.24_10.14-f70bae69bd65"

// Test Dependencies
val testContainers = "1.20.3"
val testContainers = "1.20.4"
val jsonassertVersion = "1.5.3"
val jupiterVersion = "5.11.3"
val assertkVersion = "0.28.1"
val mockkVersion = "1.13.13"

plugins {
id("org.jetbrains.kotlin.jvm") version "2.0.21"
id("org.jetbrains.kotlin.jvm") version "2.1.0"
id("com.github.johnrengelman.shadow") version "8.1.1"
}

Expand Down Expand Up @@ -73,8 +73,8 @@ dependencies {
implementation("no.nav.k9.statistikk:kontrakter:2.0_20220411110858_dc06dd1")

// opentelemetry
implementation("io.opentelemetry:opentelemetry-api:1.44.1")
implementation("io.opentelemetry:opentelemetry-extension-kotlin:1.44.1")
implementation("io.opentelemetry:opentelemetry-api:1.45.0")
implementation("io.opentelemetry:opentelemetry-extension-kotlin:1.45.0")
implementation("io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.10.0")

// Div
Expand All @@ -86,7 +86,7 @@ dependencies {
exclude(group = "org.jetbrains.kotlinx", module = "kotlinx-coroutines-core")
}

implementation( "io.github.smiley4:ktor-swagger-ui:3.5.1")
implementation( "io.github.smiley4:ktor-swagger-ui:4.1.0")


// DI
Expand Down
Loading