From 154086baa090e000a613f74c07a3ff6bb549b1cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 18:41:16 +0000 Subject: [PATCH] Update dependency io.vertx:vertx-json-schema to v5.0.11 --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 734e1a0..9ef959a 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.11' // Workarounds for Java's checked exceptions. implementation 'com.pivovarit:throwing-function:1.6.1'