From 7dcd43f6c81e2875a249e562bf299a5893f97470 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 18:41:12 +0000 Subject: [PATCH] fix(deps): update dependency io.vertx:vertx-json-schema to v5.0.6 --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 734e1a0..1224c82 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.6' // Workarounds for Java's checked exceptions. implementation 'com.pivovarit:throwing-function:1.6.1'