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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-karaf.git

commit 708957b7e1aa67abd3da15a2f9fb948302fd5f36
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Apr 23 19:42:21 2020 +0200

    Upgrade Json schema validator to version 1.0.38
---
 platforms/karaf/features/src/main/resources/features.xml | 2 ++
 pom.xml                                                  | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/platforms/karaf/features/src/main/resources/features.xml 
b/platforms/karaf/features/src/main/resources/features.xml
index de1f840..01e7931 100644
--- a/platforms/karaf/features/src/main/resources/features.xml
+++ b/platforms/karaf/features/src/main/resources/features.xml
@@ -1553,6 +1553,8 @@
     <bundle 
dependency='true'>mvn:com.fasterxml.jackson.core/jackson-databind/${jackson2-version}</bundle>
     <bundle 
dependency='true'>mvn:com.fasterxml.jackson.core/jackson-annotations/${jackson2-version}</bundle>
     <bundle 
dependency='true'>mvn:org.apache.commons/commons-lang3/${commons-lang3-version}</bundle>
+    <bundle dependency='true'>wrap:mvn:org.jruby.joni/joni/2.1.31</bundle>
+    <bundle 
dependency='true'>wrap:mvn:org.jruby.jcodings/jcodings/1.0.46</bundle>
     
<bundle>mvn:org.apache.camel/camel-json-validator/${project.version}</bundle>
   </feature>
   <feature name='camel-json-api' version='${project.version}' start-level='50'>
diff --git a/pom.xml b/pom.xml
index 66f25b2..6c74c41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -569,7 +569,7 @@
         <netty-version>4.1.49.Final</netty-version>
         <netty-reactive-streams-version>2.0.3</netty-reactive-streams-version>
         <netty40-version>4.0.56.Final</netty40-version>
-        
<networknt-json-schema-validator-version>1.0.33</networknt-json-schema-validator-version>
+        
<networknt-json-schema-validator-version>1.0.38</networknt-json-schema-validator-version>
         <nimbus-jose-jwt>8.9</nimbus-jose-jwt>
         <nitrite-version>3.4.1</nitrite-version>
         <noggit-bundle-version>0.5_1</noggit-bundle-version>

Reply via email to