This is an automated email from the ASF dual-hosted git repository. tcunning pushed a commit to branch spring-boot-4.0 in repository https://gitbox.apache.org/repos/asf/camel.git
commit a521ae977ad6f18859d1a4487eec034f07bcfa2a Author: Tom Cunningham <[email protected]> AuthorDate: Mon Nov 24 14:14:14 2025 -0500 Add jackson-databind dependency (inherited spring-vault dependencies have changed) --- components/camel-pqc/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/camel-pqc/pom.xml b/components/camel-pqc/pom.xml index a53983fb81ef..4ac830927390 100644 --- a/components/camel-pqc/pom.xml +++ b/components/camel-pqc/pom.xml @@ -48,6 +48,12 @@ <version>${bouncycastle-version}</version> </dependency> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-databind</artifactId> + <version>${jackson2-version}</version> + </dependency> + <!-- Spring Vault for HashicorpVaultKeyLifecycleManager (optional) --> <dependency> <groupId>org.springframework.vault</groupId>
