Browse Source

fix(deps): update dependency org.jooq:joox to v2.0.1 (main) (#11296)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate[bot] 10 months ago
parent
commit
58a3ebcdca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      benchmark-overhead/build.gradle.kts

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

@@ -23,7 +23,7 @@ dependencies {
   testImplementation("org.junit.jupiter:junit-jupiter-api")
   testImplementation("org.junit.jupiter:junit-jupiter-params")
   testImplementation("com.squareup.okhttp3:okhttp:4.12.0")
-  testImplementation("org.jooq:joox:2.0.0")
+  testImplementation("org.jooq:joox:2.0.1")
   testImplementation("com.jayway.jsonpath:json-path:2.9.0")
   testImplementation("org.slf4j:slf4j-simple:2.0.13")