From b92808522ab5799b375a679f4a2321d9673bdd23 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 18:09:39 +0000 Subject: [PATCH] fix(deps): update dependency io.vertx:vertx-json-schema to v5.0.10 --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 734e1a0..07b2907 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -30,7 +30,7 @@ dependencies { implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.2' // JSON Schema validator. - implementation 'io.vertx:vertx-json-schema:5.0.0.CR3' + implementation 'io.vertx:vertx-json-schema:5.0.10' // Workarounds for Java's checked exceptions. implementation 'com.pivovarit:throwing-function:1.6.1'