You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2023/12/20 12:03:22 UTC

(camel) branch main updated: Bump com.networknt:json-schema-validator from 1.0.88 to 1.1.0 (#12503)

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new ac5b61101fd Bump com.networknt:json-schema-validator from 1.0.88 to 1.1.0 (#12503)
ac5b61101fd is described below

commit ac5b61101fdfb96ca27accc2e8334899970c0064
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Wed Dec 20 13:03:16 2023 +0100

    Bump com.networknt:json-schema-validator from 1.0.88 to 1.1.0 (#12503)
    
    Bumps [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) from 1.0.88 to 1.1.0.
    - [Release notes](https://github.com/networknt/json-schema-validator/releases)
    - [Changelog](https://github.com/networknt/json-schema-validator/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/networknt/json-schema-validator/compare/1.0.88...1.1.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.networknt:json-schema-validator
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    Co-authored-by: Claus Ibsen <cl...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index d075849220d..670815ef43e 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -354,7 +354,7 @@
         <neoscada-version>0.4.0</neoscada-version>
         <netty-version>4.1.104.Final</netty-version>
         <netty-reactive-streams-version>2.0.5</netty-reactive-streams-version>
-        <networknt-json-schema-validator-version>1.0.88</networknt-json-schema-validator-version>
+        <networknt-json-schema-validator-version>1.1.0</networknt-json-schema-validator-version>
         <nimbus-jose-jwt>9.37.3</nimbus-jose-jwt>
         <nitrite-version>3.4.4</nitrite-version>
         <olingo2-version>2.0.13</olingo2-version>