Skip to content

Commit

Permalink
Update dependency org.junit:junit-bom to v5.11.1 (#42)
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 Sep 25, 2024
1 parent 7a31c35 commit b388b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ assertk = { module = "com.willowtreeapps.assertk:assertk-jvm", version = "0.28.1
grpc-java-protobuf = { module = "io.grpc:grpc-protobuf", version.ref = "grpc-java" }
grpc-java-stub = { module = "io.grpc:grpc-stub", version.ref = "grpc-java" }
grpc-kotlin-stub = { module = "io.grpc:grpc-kotlin-stub", version.ref = "grpc-kotlin" }
junit-bom = { module = "org.junit:junit-bom", version = "5.11.0" }
junit-bom = { module = "org.junit:junit-bom", version = "5.11.1" }
kotlinpoet = { module = "com.squareup:kotlinpoet", version = "1.18.1" }
ktlint-rule-engine-core = { module = "com.pinterest.ktlint:ktlint-rule-engine-core", version.ref = "ktlint" }
mockk-core = { module = "io.mockk:mockk", version = "1.13.12" }
Expand Down

0 comments on commit b388b14

Please sign in to comment.