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:
renovate[bot] 2025-04-11 14:52:25 -07:00 committed by GitHub
parent ddfe0d35c3
commit 0a121fc089
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.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"))