Skip to content

Commit

Permalink
Merge pull request #16 from linjeforeningen-delta/renovate/mockkversion
Browse files Browse the repository at this point in the history
fix(deps): update dependency io.mockk:mockk to v1.13.13
  • Loading branch information
vehagn authored Nov 9, 2024
2 parents 8ff046f + 507c397 commit 50c960f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jib {
}

dependencies {
val mockkVersion = "1.13.8"
val mockkVersion = "1.13.13"
val h2Version = "2.3.232"
val flywayVersion = "10.21.0"
val openapiVersion = "2.6.0"
Expand Down

0 comments on commit 50c960f

Please sign in to comment.