fix(deps): update dependency org.junit:junit-bom to v5.12.2 (#1841)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
ddfe0d35c3
commit
0a121fc089
|
@ -135,7 +135,7 @@ testing {
|
|||
dependencies {
|
||||
implementation(project(project.path))
|
||||
|
||||
implementation(enforcedPlatform("org.junit:junit-bom:5.12.1"))
|
||||
implementation(enforcedPlatform("org.junit:junit-bom:5.12.2"))
|
||||
implementation(enforcedPlatform("org.testcontainers:testcontainers-bom:1.20.6"))
|
||||
implementation(enforcedPlatform("com.google.guava:guava-bom:33.4.7-jre"))
|
||||
implementation(enforcedPlatform("com.linecorp.armeria:armeria-bom:1.32.4"))
|
||||
|
|
Loading…
Reference in New Issue