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:
renovate[bot] 2025-06-02 15:55:41 +03:00 committed by GitHub
parent 23a2a7046a
commit 3be75ed83e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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"))