From 41a16eb24bf2e9cc0b99127966a1bb2f465c35dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Aug 2026 09:56:12 +0000 Subject: [PATCH] Update dependency io.vertx:vertx-json-schema to v5.1.6 --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 734e1a0..f99c633 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.6' // Workarounds for Java's checked exceptions. implementation 'com.pivovarit:throwing-function:1.6.1'