Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies (#594)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent f943382 commit 6150e5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ gradle-release = "3.0.2"
nexusPublish = "2.0.0"
shadow = "8.1.1"
hoplite = "2.8.2"
junit = "5.11.1"
junit = "5.11.2"
kotest = "5.9.1"
mockito = "5.4.0"
quiver = "0.5.11"
quiver = "0.5.12"
akkurate = "0.10.0"
exposed = "0.55.0"

Expand Down
4 changes: 2 additions & 2 deletions recipes/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ kediatr = "3.0.0"

# Testing
stove = "1.0.0-SNAPSHOT"
junit = "5.11.1"
junit = "5.11.2"
kotest = "5.9.1"

[libraries]
Expand Down Expand Up @@ -138,7 +138,7 @@ ktor-server-callId = { module = "io.ktor:ktor-server-call-id-jvm", version.ref =
ktor-server-conditionalHeaders = { module = "io.ktor:ktor-server-conditional-headers", version.ref = "ktor" }
ktor-server-cors = { module = "io.ktor:ktor-server-cors-jvm", version.ref = "ktor" }
ktor-server-defaultHeaders = { module = "io.ktor:ktor-server-default-headers", version.ref = "ktor" }
ktor-swagger-ui = { module = "io.github.smiley4:ktor-swagger-ui", version = "3.4.0" }
ktor-swagger-ui = { module = "io.github.smiley4:ktor-swagger-ui", version = "3.5.0" }
ktor-client-core = { module = "io.ktor:ktor-client-core", version.ref = "ktor" }
ktor-client-cio = { module = "io.ktor:ktor-client-cio", version.ref = "ktor" }
ktor-client-okhttp = { module = "io.ktor:ktor-client-okhttp", version.ref = "ktor" }
Expand Down

0 comments on commit 6150e5a

Please sign in to comment.