瀏覽代碼

Bump org.junit:junit-bom from 5.9.2 to 5.9.3 in /benchmark-overhead (#8376)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 1 年之前
父節點
當前提交
c804747870
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      benchmark-overhead/build.gradle.kts

+ 1 - 1
benchmark-overhead/build.gradle.kts

@@ -16,7 +16,7 @@ repositories {
 }
 
 dependencies {
-  implementation(enforcedPlatform("org.junit:junit-bom:5.9.2"))
+  implementation(enforcedPlatform("org.junit:junit-bom:5.9.3"))
 
   testImplementation("org.testcontainers:testcontainers:1.18.0")
   testImplementation("org.testcontainers:postgresql:1.18.0")