fix(deps): update all patch versions (#2411)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
e479f89bd5
commit
3d2bb5bf4f
|
|
@ -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"))
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue