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 12 updates #2808

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
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ 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 commonsTextVersion = "1.12.0"
val jacksonVersion = "2.18.2"
val commonsTextVersion = "1.13.0"

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

Expand All @@ -21,7 +21,7 @@ val navTilgangskontroll = "3.2024.01.24_10.14-f70bae69bd65"
// Test Dependencies
val testContainers = "1.20.4"
val jsonassertVersion = "1.5.3"
val jupiterVersion = "5.11.3"
val jupiterVersion = "5.11.4"
val assertkVersion = "0.28.1"
val mockkVersion = "1.13.13"

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

implementation( "io.github.smiley4:ktor-swagger-ui:3.6.0")
implementation( "io.github.smiley4:ktor-swagger-ui:4.1.2")


// DI
Expand Down
Loading