fix(deps): update all patch versions (#2411)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-11-03 09:05:27 -08:00 committed by GitHub
parent e479f89bd5
commit 3d2bb5bf4f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -150,7 +150,7 @@ testing {
dependencies {
implementation(project())
implementation(enforcedPlatform("org.junit:junit-bom:5.14.0"))
implementation(enforcedPlatform("org.junit:junit-bom:5.14.1"))
implementation(enforcedPlatform("org.testcontainers:testcontainers-bom:2.0.1"))
implementation(enforcedPlatform("com.google.guava:guava-bom:33.5.0-jre"))
implementation(enforcedPlatform("com.linecorp.armeria:armeria-bom:1.33.4"))

View File

@ -45,7 +45,7 @@ dependencies {
api("com.google.code.findbugs:annotations:3.0.1u2")
api("com.google.code.findbugs:jsr305:3.0.2")
api("com.uber.nullaway:nullaway:0.12.10")
api("com.uber.nullaway:nullaway:0.12.11")
api("org.assertj:assertj-core:3.27.6")
api("org.awaitility:awaitility:4.3.0")
api("org.bouncycastle:bcpkix-jdk15on:1.70")