From 5fad7e9e839be7265cc9d9abc12a3c980f023e23 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 11:15:28 +0000 Subject: [PATCH] Updated com.networknt:json-schema-validator to 1.4.0 (#360) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates com.networknt:json-schema-validator from 1.3.1 to 1.4.0 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Ɓukasz Wawrzyk --- WORKSPACE | 2 +- maven_install.json | 10 +++++----- .../bazelsteward/config/repo/RepoConfigurationTest.kt | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/WORKSPACE b/WORKSPACE index afaf8086..504b58c9 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -114,7 +114,7 @@ maven_install( "com.fasterxml.jackson.module:jackson-module-kotlin:2.17.0", "com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.0", "com.fasterxml.jackson.core:jackson-core:2.17.0", - "com.networknt:json-schema-validator:1.3.1", + "com.networknt:json-schema-validator:1.4.0", "org.jetbrains.kotlinx:kotlinx-cli-jvm:0.3.6", "org.kohsuke:github-api:1.321", "io.github.microutils:kotlin-logging-jvm:3.0.5", diff --git a/maven_install.json b/maven_install.json index 267f0467..61872922 100644 --- a/maven_install.json +++ b/maven_install.json @@ -1,7 +1,7 @@ { "__AUTOGENERATED_FILE_DO_NOT_MODIFY_THIS_FILE_MANUALLY": "THERE_IS_NO_DATA_ONLY_ZUUL", - "__INPUT_ARTIFACTS_HASH": 194931173, - "__RESOLVED_ARTIFACTS_HASH": -637908098, + "__INPUT_ARTIFACTS_HASH": 354907557, + "__RESOLVED_ARTIFACTS_HASH": 125879721, "artifacts": { "com.ethlo.time:itu": { "shasums": { @@ -47,10 +47,10 @@ }, "com.networknt:json-schema-validator": { "shasums": { - "jar": "81ad7bfe7e59de4cd047eacf24f979ec47db40eac6afc76e6f10288b456b14b1", - "sources": "ef9dd0dafdba630e1eb3b41013cb1bd66fec9ff5a208358f68d7ef8f011a4d99" + "jar": "5d7b6ce4c7b2a3ed189511cbaa913808c7cd2b570d70b923426352785bffbdd0", + "sources": "dae20bf499311f03c2e5509e0600d584ff4f725d165dfc05da4bae755f2c0622" }, - "version": "1.3.1" + "version": "1.4.0" }, "commons-io:commons-io": { "shasums": { diff --git a/repo-config/src/test/kotlin/org/virtuslab/bazelsteward/config/repo/RepoConfigurationTest.kt b/repo-config/src/test/kotlin/org/virtuslab/bazelsteward/config/repo/RepoConfigurationTest.kt index e2e92cd4..e534c3b0 100644 --- a/repo-config/src/test/kotlin/org/virtuslab/bazelsteward/config/repo/RepoConfigurationTest.kt +++ b/repo-config/src/test/kotlin/org/virtuslab/bazelsteward/config/repo/RepoConfigurationTest.kt @@ -21,7 +21,7 @@ class RepoConfigurationTest { Assertions.assertThatThrownBy { loadConfig(tempDir) } .hasMessage( listOf( - "update-rules[0].dependenciess: is not defined in the schema and the schema does not allow additional properties", + "update-rules[0]: property 'dependenciess' is not defined in the schema and the schema does not allow additional properties", "update-rules[1].versioning: does not have a value in the enumeration [loose, semver]", "update-rules[1].versioning: does not match the regex pattern ^regex:", "update-rules[1].bumping: does not have a value in the enumeration [minimal, latest, minor-patch-major, latest-by-date, patch-only, patch-minor, minor-patch]",