Skip to content

Commit d71a4b2

Browse files
fix(deps): update dependency io.vertx:vertx-json-schema to v5.0.0.cr4
1 parent 6d8a350 commit d71a4b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.18.2'
3131

3232
// JSON Schema validator.
33-
implementation 'io.vertx:vertx-json-schema:5.0.0.CR3'
33+
implementation 'io.vertx:vertx-json-schema:5.0.0.CR4'
3434

3535
// Workarounds for Java's checked exceptions.
3636
implementation 'com.pivovarit:throwing-function:1.6.1'

0 commit comments

Comments
 (0)