fix(deps): Update org.junit.jupiter:junit-jupiter to v5.10.3 (#1634)

This commit is contained in:
renovate[bot] 2024-06-30 18:15:11 +02:00 committed by GitHub
parent 5c958466af
commit 821b3ac39c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -87,7 +87,7 @@ sqldelight-android-paging = { module = "app.cash.sqldelight:androidx-paging3-ext
sqldelight-dialects-sql = { module = "app.cash.sqldelight:sqlite-3-38-dialect", version.ref = "sqldelight" }
sqldelight-gradle = { module = "app.cash.sqldelight:gradle-plugin", version.ref = "sqldelight" }
junit = "org.junit.jupiter:junit-jupiter:5.10.1"
junit = "org.junit.jupiter:junit-jupiter:5.10.3"
kotest-assertions = "io.kotest:kotest-assertions-core:5.8.0"
mockk = "io.mockk:mockk:1.13.11"