This is an automated email from the ASF dual-hosted git repository.
acosentino 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 92c1b4ee77e CAMEL-20117 - Johnzon-jsonb: Update to 2.0.0 (#12016)
92c1b4ee77e is described below
commit 92c1b4ee77eccf2be10c4c375e6e9732d7106653
Author: Andrea Cosentino <[email protected]>
AuthorDate: Thu Nov 16 14:53:23 2023 +0100
CAMEL-20117 - Johnzon-jsonb: Update to 2.0.0 (#12016)
Signed-off-by: Andrea Cosentino <[email protected]>
---
components/camel-jsonb/pom.xml | 6 ++++++
parent/pom.xml | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/components/camel-jsonb/pom.xml b/components/camel-jsonb/pom.xml
index 13baca6804f..dac07ccf553 100644
--- a/components/camel-jsonb/pom.xml
+++ b/components/camel-jsonb/pom.xml
@@ -60,6 +60,12 @@
<version>${johnzon-version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>jakarta.inject</groupId>
+ <artifactId>jakarta.inject-api</artifactId>
+ <version>${jakarta-inject-version}</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-test-spring-junit5</artifactId>
diff --git a/parent/pom.xml b/parent/pom.xml
index b2a1e28f906..ca9d76f99ed 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -274,7 +274,7 @@
<jooq-version>3.18.7</jooq-version>
<joor-version>0.9.14</joor-version>
<jose4j-version>0.9.3</jose4j-version>
- <johnzon-version>1.2.21</johnzon-version>
+ <johnzon-version>2.0.0</johnzon-version>
<jslt-version>0.1.14</jslt-version>
<jsmpp-version>3.0.0</jsmpp-version>
<jsch-version>0.2.11</jsch-version>