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 13 updates #2724

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
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar

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

val dusseldorfKtorVersion = "5.0.10"
val dusseldorfKtorVersion = "6.0.0"
val ktorVersion = "2.3.12"
val kafkaVersion = "3.9.0"

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.43.0")
implementation("io.opentelemetry:opentelemetry-extension-kotlin:1.43.0")
implementation("io.opentelemetry:opentelemetry-api:1.44.1")
implementation("io.opentelemetry:opentelemetry-extension-kotlin:1.44.1")
implementation("io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.9.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.0.0")


// DI
Expand Down
Loading