Ver código fonte

Bump com.linecorp.armeria:armeria-junit5 from 1.24.1 to 1.24.2 (#8820)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 1 ano atrás
pai
commit
4bc4189ef5

+ 1 - 1
testing/armeria-shaded-for-testing/build.gradle.kts

@@ -5,7 +5,7 @@ plugins {
 }
 
 dependencies {
-  implementation("com.linecorp.armeria:armeria-junit5:1.24.1")
+  implementation("com.linecorp.armeria:armeria-junit5:1.24.2")
 }
 
 tasks {