Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Vauhtijuoksu/vauhtijuoksu-api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 86556f8a5343d0e74f18ba3e94f8d4bcb820e789
Choose a base ref
..
head repository: Vauhtijuoksu/vauhtijuoksu-api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 098b983e7f4f290c0885d2ea88bbe7bbae4f3231
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 gradle/libs.versions.toml
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -64,5 +64,5 @@ mockito-core = { group = "org.mockito", name = "mockito-core" }
mockito-junit-jupiter = { group = "org.mockito", name = "mockito-junit-jupiter" }
kotest-assertions = { group = "io.kotest", name = "kotest-assertions-core", version.ref = "kotest" }
wirewock = { group = "org.wiremock", name = "wiremock", version = "3.4.2" }
kotlinx-coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version = "1.7.3" }
kotlinx-coroutines-test = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-test", version = "1.8.0" }
mock-oauth = "no.nav.security:mock-oauth2-server:2.1.2"