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 2024/03/21 08:20:02 UTC

(camel) branch main updated: Bump com.networknt:json-schema-validator from 1.3.3 to 1.4.0 (#13558)

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 1185aef4ac5 Bump com.networknt:json-schema-validator from 1.3.3 to 1.4.0 (#13558)
1185aef4ac5 is described below

commit 1185aef4ac52aad9f26cef370b93b94ea745301f
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Mar 21 09:19:56 2024 +0100

    Bump com.networknt:json-schema-validator from 1.3.3 to 1.4.0 (#13558)
    
    Bumps [com.networknt:json-schema-validator](https://github.com/networknt/json-schema-validator) from 1.3.3 to 1.4.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.3.3...1.4.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>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index f81ebe110b9..8064cd9939d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -366,7 +366,7 @@
         <neoscada-version>0.4.0</neoscada-version>
         <netty-version>4.1.107.Final</netty-version>
         <netty-reactive-streams-version>2.0.5</netty-reactive-streams-version>
-        <networknt-json-schema-validator-version>1.3.3</networknt-json-schema-validator-version>
+        <networknt-json-schema-validator-version>1.4.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>