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