From 706b9bf23f916ac1d492c4f1699781c2d856809c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2024 21:42:58 +0000 Subject: [PATCH] Update dependency com.pivovarit:throwing-function to v1.6.0 --- lib/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build.gradle b/lib/build.gradle index 33ed4d4..17dd17e 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -33,7 +33,7 @@ dependencies { implementation 'io.vertx:vertx-json-schema:4.5.9' // Workarounds for Java's checked exceptions. - implementation 'com.pivovarit:throwing-function:1.5.1' + implementation 'com.pivovarit:throwing-function:1.6.0' // Use JUnit test framework. testImplementation('org.junit.jupiter:junit-jupiter:5.11.0')