fix(deps): update dependency org.junit:junit-bom to v5.13.0 (#1933)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
23a2a7046a
commit
3be75ed83e
|
|
@ -135,7 +135,7 @@ testing {
|
|||
dependencies {
|
||||
implementation(project(project.path))
|
||||
|
||||
implementation(enforcedPlatform("org.junit:junit-bom:5.12.2"))
|
||||
implementation(enforcedPlatform("org.junit:junit-bom:5.13.0"))
|
||||
implementation(enforcedPlatform("org.testcontainers:testcontainers-bom:1.21.1"))
|
||||
implementation(enforcedPlatform("com.google.guava:guava-bom:33.4.8-jre"))
|
||||
implementation(enforcedPlatform("com.linecorp.armeria:armeria-bom:1.32.5"))
|
||||
|
|
|
|||
Loading…
Reference in New Issue