Skip to content

Commit

Permalink
fix(deps): update junit5 monorepo (#723)
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 Dec 16, 2024
1 parent 15f35eb commit 0e46453
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo-app/gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
opentelemetry = "1.45.0"
opentelemetry-alpha = "1.45.0-alpha"
junit = "5.11.3"
junit = "5.11.4"
spotless = "6.25.0"
kotlin = "2.1.0"
navigation-compose = "2.7.7"
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ opentelemetry-instrumentation-alpha = "2.10.0-alpha"
opentelemetry-semconv = "1.25.0-alpha"
opentelemetry-contrib = "1.42.0-alpha"
mockito = "5.14.2"
junit = "5.11.3"
junit = "5.11.4"
byteBuddy = "1.15.11"
okhttp = "4.12.0"
spotless = "6.25.0"
Expand Down Expand Up @@ -51,7 +51,7 @@ mockk = "io.mockk:mockk:1.13.13"
junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit" }
junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit" }
junit-vintage-engine = { module = "org.junit.vintage:junit-vintage-engine", version.ref = "junit" }
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher", version = "1.11.3" }
junit-platform-launcher = { module = "org.junit.platform:junit-platform-launcher", version = "1.11.4" }
robolectric = "org.robolectric:robolectric:4.14.1"
assertj-core = "org.assertj:assertj-core:3.26.3"
awaitility = "org.awaitility:awaitility:4.2.2"
Expand Down

0 comments on commit 0e46453

Please sign in to comment.