diff --git a/.github/workflows/osv-scanner-scheduled.yml b/.github/workflows/osv-scanner-scheduled.yml
index ec3365cac..6dfc5fafe 100644
--- a/.github/workflows/osv-scanner-scheduled.yml
+++ b/.github/workflows/osv-scanner-scheduled.yml
@@ -5,7 +5,6 @@ on:
- cron: '0 6 * * 1' # Weekly Monday 6am UTC
push:
branches: [main]
-
permissions:
actions: read
contents: read
@@ -14,19 +13,3 @@ permissions:
jobs:
scan-scheduled:
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@v2.3.3"
- with:
- # Scan only the published modules. examples/ pins old dependency versions and
- # is excluded for now to keep the scan green. Add it back once examples are
- # bumped to the same versions as the production modules.
- scan-args: |-
- -r
- buildSrc
- conductor-client
- conductor-client-metrics
- conductor-client-spring
- conductor-client-spring-boot4
- harness
- java-sdk
- orkes-client
- orkes-spring
- tests
diff --git a/.github/workflows/osv-scanner.yml b/.github/workflows/osv-scanner.yml
index 978d5eaae..def5bb9da 100644
--- a/.github/workflows/osv-scanner.yml
+++ b/.github/workflows/osv-scanner.yml
@@ -18,19 +18,3 @@ concurrency:
jobs:
scan-pr:
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable-pr.yml@v2.3.3"
- with:
- # Scan only the published modules. examples/ pins old dependency versions and
- # is excluded for now to keep the scan green. Add it back once examples are
- # bumped to the same versions as the production modules.
- scan-args: |-
- -r
- buildSrc
- conductor-client
- conductor-client-metrics
- conductor-client-spring
- conductor-client-spring-boot4
- harness
- java-sdk
- orkes-client
- orkes-spring
- tests
diff --git a/examples/advanced/aggregator-pattern/pom.xml b/examples/advanced/aggregator-pattern/pom.xml
index 852dcc308..73606b88b 100644
--- a/examples/advanced/aggregator-pattern/pom.xml
+++ b/examples/advanced/aggregator-pattern/pom.xml
@@ -21,7 +21,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/at-least-once/pom.xml b/examples/advanced/at-least-once/pom.xml
index 9424c9e32..8aa82d32f 100644
--- a/examples/advanced/at-least-once/pom.xml
+++ b/examples/advanced/at-least-once/pom.xml
@@ -21,7 +21,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/backpressure/pom.xml b/examples/advanced/backpressure/pom.xml
index ffc3b4bad..f81583f80 100644
--- a/examples/advanced/backpressure/pom.xml
+++ b/examples/advanced/backpressure/pom.xml
@@ -21,7 +21,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/batch-ml-training/pom.xml b/examples/advanced/batch-ml-training/pom.xml
index 2817a7a87..acd2c0d96 100644
--- a/examples/advanced/batch-ml-training/pom.xml
+++ b/examples/advanced/batch-ml-training/pom.xml
@@ -21,7 +21,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/claim-check/pom.xml b/examples/advanced/claim-check/pom.xml
index ba7374f75..2e2677861 100644
--- a/examples/advanced/claim-check/pom.xml
+++ b/examples/advanced/claim-check/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/competing-consumers/pom.xml b/examples/advanced/competing-consumers/pom.xml
index 792119586..789c45c53 100644
--- a/examples/advanced/competing-consumers/pom.xml
+++ b/examples/advanced/competing-consumers/pom.xml
@@ -21,7 +21,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/container-orchestration/pom.xml b/examples/advanced/container-orchestration/pom.xml
index 0a5c5f94e..b3add77d5 100644
--- a/examples/advanced/container-orchestration/pom.xml
+++ b/examples/advanced/container-orchestration/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/content-enricher/pom.xml b/examples/advanced/content-enricher/pom.xml
index 19685ee6c..2e5a7f9e1 100644
--- a/examples/advanced/content-enricher/pom.xml
+++ b/examples/advanced/content-enricher/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/correlation-pattern/pom.xml b/examples/advanced/correlation-pattern/pom.xml
index f56606763..f11373411 100644
--- a/examples/advanced/correlation-pattern/pom.xml
+++ b/examples/advanced/correlation-pattern/pom.xml
@@ -21,7 +21,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/cross-region/pom.xml b/examples/advanced/cross-region/pom.xml
index b1c2aecac..ffb50e7ef 100644
--- a/examples/advanced/cross-region/pom.xml
+++ b/examples/advanced/cross-region/pom.xml
@@ -21,7 +21,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/data-versioning/pom.xml b/examples/advanced/data-versioning/pom.xml
index 76568c8c5..224d0b042 100644
--- a/examples/advanced/data-versioning/pom.xml
+++ b/examples/advanced/data-versioning/pom.xml
@@ -21,7 +21,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/dynamic-workflows/pom.xml b/examples/advanced/dynamic-workflows/pom.xml
index 776acade3..b3cc15efa 100644
--- a/examples/advanced/dynamic-workflows/pom.xml
+++ b/examples/advanced/dynamic-workflows/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/edge-orchestration/pom.xml b/examples/advanced/edge-orchestration/pom.xml
index 60079215e..d02e98839 100644
--- a/examples/advanced/edge-orchestration/pom.xml
+++ b/examples/advanced/edge-orchestration/pom.xml
@@ -21,7 +21,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/exactly-once/pom.xml b/examples/advanced/exactly-once/pom.xml
index bd2e4fbbe..f14f93303 100644
--- a/examples/advanced/exactly-once/pom.xml
+++ b/examples/advanced/exactly-once/pom.xml
@@ -21,7 +21,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/experiment-tracking/pom.xml b/examples/advanced/experiment-tracking/pom.xml
index c3d3d6a16..4277eb97a 100644
--- a/examples/advanced/experiment-tracking/pom.xml
+++ b/examples/advanced/experiment-tracking/pom.xml
@@ -21,7 +21,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/feature-store/pom.xml b/examples/advanced/feature-store/pom.xml
index 4282e5fc1..2c7fe2981 100644
--- a/examples/advanced/feature-store/pom.xml
+++ b/examples/advanced/feature-store/pom.xml
@@ -21,7 +21,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/gpu-orchestration/pom.xml b/examples/advanced/gpu-orchestration/pom.xml
index ff018cf94..1c469e530 100644
--- a/examples/advanced/gpu-orchestration/pom.xml
+++ b/examples/advanced/gpu-orchestration/pom.xml
@@ -21,7 +21,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/graceful-shutdown/pom.xml b/examples/advanced/graceful-shutdown/pom.xml
index 8bb0d1f4f..6efd70dc4 100644
--- a/examples/advanced/graceful-shutdown/pom.xml
+++ b/examples/advanced/graceful-shutdown/pom.xml
@@ -21,7 +21,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/hybrid-cloud/pom.xml b/examples/advanced/hybrid-cloud/pom.xml
index f3859c084..e83ce91c4 100644
--- a/examples/advanced/hybrid-cloud/pom.xml
+++ b/examples/advanced/hybrid-cloud/pom.xml
@@ -21,7 +21,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/idempotent-processing/pom.xml b/examples/advanced/idempotent-processing/pom.xml
index 26b645982..cf576e100 100644
--- a/examples/advanced/idempotent-processing/pom.xml
+++ b/examples/advanced/idempotent-processing/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/map-reduce/pom.xml b/examples/advanced/map-reduce/pom.xml
index 4ff8ee8c7..1c11ce7e2 100644
--- a/examples/advanced/map-reduce/pom.xml
+++ b/examples/advanced/map-reduce/pom.xml
@@ -21,7 +21,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/message-broker/pom.xml b/examples/advanced/message-broker/pom.xml
index 2d0550302..c26bf0aa4 100644
--- a/examples/advanced/message-broker/pom.xml
+++ b/examples/advanced/message-broker/pom.xml
@@ -21,7 +21,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/model-registry/pom.xml b/examples/advanced/model-registry/pom.xml
index 514216e3e..1897add39 100644
--- a/examples/advanced/model-registry/pom.xml
+++ b/examples/advanced/model-registry/pom.xml
@@ -21,7 +21,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/model-serving/pom.xml b/examples/advanced/model-serving/pom.xml
index 2a1e8ce7a..1ca0f285d 100644
--- a/examples/advanced/model-serving/pom.xml
+++ b/examples/advanced/model-serving/pom.xml
@@ -21,7 +21,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/multi-cluster/pom.xml b/examples/advanced/multi-cluster/pom.xml
index 244dd2400..f99299b74 100644
--- a/examples/advanced/multi-cluster/pom.xml
+++ b/examples/advanced/multi-cluster/pom.xml
@@ -21,7 +21,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/normalizer/pom.xml b/examples/advanced/normalizer/pom.xml
index 93d113add..04ddea1e9 100644
--- a/examples/advanced/normalizer/pom.xml
+++ b/examples/advanced/normalizer/pom.xml
@@ -21,7 +21,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/ordered-processing/pom.xml b/examples/advanced/ordered-processing/pom.xml
index 60cddb844..7dbb72194 100644
--- a/examples/advanced/ordered-processing/pom.xml
+++ b/examples/advanced/ordered-processing/pom.xml
@@ -21,7 +21,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/parallel-processing/pom.xml b/examples/advanced/parallel-processing/pom.xml
index 1faf07e5d..fdcaba07b 100644
--- a/examples/advanced/parallel-processing/pom.xml
+++ b/examples/advanced/parallel-processing/pom.xml
@@ -21,7 +21,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/pipeline-pattern/pom.xml b/examples/advanced/pipeline-pattern/pom.xml
index 7b2c85c81..4d34ccbbd 100644
--- a/examples/advanced/pipeline-pattern/pom.xml
+++ b/examples/advanced/pipeline-pattern/pom.xml
@@ -21,7 +21,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/pipeline-versioning/pom.xml b/examples/advanced/pipeline-versioning/pom.xml
index 85890aebd..a124f353e 100644
--- a/examples/advanced/pipeline-versioning/pom.xml
+++ b/examples/advanced/pipeline-versioning/pom.xml
@@ -21,7 +21,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/publish-subscribe/pom.xml b/examples/advanced/publish-subscribe/pom.xml
index b23e7eef3..0a5299a3b 100644
--- a/examples/advanced/publish-subscribe/pom.xml
+++ b/examples/advanced/publish-subscribe/pom.xml
@@ -21,7 +21,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/request-reply/pom.xml b/examples/advanced/request-reply/pom.xml
index ebeac926f..3a6776ff3 100644
--- a/examples/advanced/request-reply/pom.xml
+++ b/examples/advanced/request-reply/pom.xml
@@ -21,7 +21,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/scatter-gather/pom.xml b/examples/advanced/scatter-gather/pom.xml
index 48da0dad6..623782148 100644
--- a/examples/advanced/scatter-gather/pom.xml
+++ b/examples/advanced/scatter-gather/pom.xml
@@ -21,7 +21,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/serverless-orchestration/pom.xml b/examples/advanced/serverless-orchestration/pom.xml
index 650b6f67f..417eda30a 100644
--- a/examples/advanced/serverless-orchestration/pom.xml
+++ b/examples/advanced/serverless-orchestration/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/splitter-pattern/pom.xml b/examples/advanced/splitter-pattern/pom.xml
index 8eda0107c..fe60b5225 100644
--- a/examples/advanced/splitter-pattern/pom.xml
+++ b/examples/advanced/splitter-pattern/pom.xml
@@ -21,7 +21,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/task-dedup/pom.xml b/examples/advanced/task-dedup/pom.xml
index f0e3ed575..a571f7653 100644
--- a/examples/advanced/task-dedup/pom.xml
+++ b/examples/advanced/task-dedup/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/task-priority/pom.xml b/examples/advanced/task-priority/pom.xml
index 7a71ba1f9..b95f9b2e0 100644
--- a/examples/advanced/task-priority/pom.xml
+++ b/examples/advanced/task-priority/pom.xml
@@ -21,7 +21,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/task-routing/pom.xml b/examples/advanced/task-routing/pom.xml
index 1aef77005..5137f0781 100644
--- a/examples/advanced/task-routing/pom.xml
+++ b/examples/advanced/task-routing/pom.xml
@@ -21,7 +21,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/wire-tap/pom.xml b/examples/advanced/wire-tap/pom.xml
index 539664835..1d803989e 100644
--- a/examples/advanced/wire-tap/pom.xml
+++ b/examples/advanced/wire-tap/pom.xml
@@ -21,7 +21,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/worker-pools/pom.xml b/examples/advanced/worker-pools/pom.xml
index 3cc4fbeb4..96a5a1dfb 100644
--- a/examples/advanced/worker-pools/pom.xml
+++ b/examples/advanced/worker-pools/pom.xml
@@ -21,7 +21,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/worker-scaling/pom.xml b/examples/advanced/worker-scaling/pom.xml
index 5b9a61c70..d68d116ba 100644
--- a/examples/advanced/worker-scaling/pom.xml
+++ b/examples/advanced/worker-scaling/pom.xml
@@ -21,7 +21,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/workflow-composition/pom.xml b/examples/advanced/workflow-composition/pom.xml
index d0616ddc0..a218a866c 100644
--- a/examples/advanced/workflow-composition/pom.xml
+++ b/examples/advanced/workflow-composition/pom.xml
@@ -21,7 +21,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/workflow-debugging/pom.xml b/examples/advanced/workflow-debugging/pom.xml
index 6dbf5c939..a1fcc498b 100644
--- a/examples/advanced/workflow-debugging/pom.xml
+++ b/examples/advanced/workflow-debugging/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/workflow-inheritance/pom.xml b/examples/advanced/workflow-inheritance/pom.xml
index 3da741707..8528c2a97 100644
--- a/examples/advanced/workflow-inheritance/pom.xml
+++ b/examples/advanced/workflow-inheritance/pom.xml
@@ -21,7 +21,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/workflow-migration/pom.xml b/examples/advanced/workflow-migration/pom.xml
index b6555e897..7d7cdd084 100644
--- a/examples/advanced/workflow-migration/pom.xml
+++ b/examples/advanced/workflow-migration/pom.xml
@@ -21,7 +21,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/workflow-optimization/pom.xml b/examples/advanced/workflow-optimization/pom.xml
index a4445dcd3..b43a4f587 100644
--- a/examples/advanced/workflow-optimization/pom.xml
+++ b/examples/advanced/workflow-optimization/pom.xml
@@ -21,7 +21,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/workflow-patterns/pom.xml b/examples/advanced/workflow-patterns/pom.xml
index 43b5aa349..e2ac1532b 100644
--- a/examples/advanced/workflow-patterns/pom.xml
+++ b/examples/advanced/workflow-patterns/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/workflow-profiling/pom.xml b/examples/advanced/workflow-profiling/pom.xml
index 972149308..03d11efe1 100644
--- a/examples/advanced/workflow-profiling/pom.xml
+++ b/examples/advanced/workflow-profiling/pom.xml
@@ -21,7 +21,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/workflow-templating/pom.xml b/examples/advanced/workflow-templating/pom.xml
index 81a0d3458..1ed6bd5af 100644
--- a/examples/advanced/workflow-templating/pom.xml
+++ b/examples/advanced/workflow-templating/pom.xml
@@ -21,7 +21,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/advanced/workflow-testing/pom.xml b/examples/advanced/workflow-testing/pom.xml
index bc9d7dd58..e5b59d889 100644
--- a/examples/advanced/workflow-testing/pom.xml
+++ b/examples/advanced/workflow-testing/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/agent-collaboration/pom.xml b/examples/agents/agent-collaboration/pom.xml
index b208865c8..27b4f56f2 100644
--- a/examples/agents/agent-collaboration/pom.xml
+++ b/examples/agents/agent-collaboration/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/agent-handoff/pom.xml b/examples/agents/agent-handoff/pom.xml
index 5e37dbe6b..fad4ae750 100644
--- a/examples/agents/agent-handoff/pom.xml
+++ b/examples/agents/agent-handoff/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/agent-memory/pom.xml b/examples/agents/agent-memory/pom.xml
index ad6570f9a..bfa9cc80e 100644
--- a/examples/agents/agent-memory/pom.xml
+++ b/examples/agents/agent-memory/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/agent-supervisor/pom.xml b/examples/agents/agent-supervisor/pom.xml
index 5c5705a77..d217a858f 100644
--- a/examples/agents/agent-supervisor/pom.xml
+++ b/examples/agents/agent-supervisor/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/agent-swarm/pom.xml b/examples/agents/agent-swarm/pom.xml
index 98dcabceb..20e2114ea 100644
--- a/examples/agents/agent-swarm/pom.xml
+++ b/examples/agents/agent-swarm/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/agentic-loop/pom.xml b/examples/agents/agentic-loop/pom.xml
index 60f9a6a3f..83c869f1a 100644
--- a/examples/agents/agentic-loop/pom.xml
+++ b/examples/agents/agentic-loop/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/api-calling-agent/pom.xml b/examples/agents/api-calling-agent/pom.xml
index fabc514f7..5fea32b03 100644
--- a/examples/agents/api-calling-agent/pom.xml
+++ b/examples/agents/api-calling-agent/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/autonomous-agent/pom.xml b/examples/agents/autonomous-agent/pom.xml
index d149abf91..47b48aa91 100644
--- a/examples/agents/autonomous-agent/pom.xml
+++ b/examples/agents/autonomous-agent/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/calculator-agent/pom.xml b/examples/agents/calculator-agent/pom.xml
index 97bb4e8f4..6c434e174 100644
--- a/examples/agents/calculator-agent/pom.xml
+++ b/examples/agents/calculator-agent/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/calendar-agent/pom.xml b/examples/agents/calendar-agent/pom.xml
index 8aa1da531..da52d7c8b 100644
--- a/examples/agents/calendar-agent/pom.xml
+++ b/examples/agents/calendar-agent/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/chain-of-thought/pom.xml b/examples/agents/chain-of-thought/pom.xml
index a33cf5386..826b214d6 100644
--- a/examples/agents/chain-of-thought/pom.xml
+++ b/examples/agents/chain-of-thought/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/code-interpreter/pom.xml b/examples/agents/code-interpreter/pom.xml
index ec100e8f8..cc1eb6104 100644
--- a/examples/agents/code-interpreter/pom.xml
+++ b/examples/agents/code-interpreter/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/competitive-agents/pom.xml b/examples/agents/competitive-agents/pom.xml
index 31d211f85..7fba14f2d 100644
--- a/examples/agents/competitive-agents/pom.xml
+++ b/examples/agents/competitive-agents/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/crm-agent/pom.xml b/examples/agents/crm-agent/pom.xml
index dc4fc1697..40a6f308d 100644
--- a/examples/agents/crm-agent/pom.xml
+++ b/examples/agents/crm-agent/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/database-agent/pom.xml b/examples/agents/database-agent/pom.xml
index 66db320f8..427efc8b5 100644
--- a/examples/agents/database-agent/pom.xml
+++ b/examples/agents/database-agent/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/debate-agents/pom.xml b/examples/agents/debate-agents/pom.xml
index b3bf87dbf..24a17f9c7 100644
--- a/examples/agents/debate-agents/pom.xml
+++ b/examples/agents/debate-agents/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/email-agent/pom.xml b/examples/agents/email-agent/pom.xml
index fadd57b1d..35a4c3edb 100644
--- a/examples/agents/email-agent/pom.xml
+++ b/examples/agents/email-agent/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/file-processing-agent/pom.xml b/examples/agents/file-processing-agent/pom.xml
index d6c7c8d4e..3fb8fdc53 100644
--- a/examples/agents/file-processing-agent/pom.xml
+++ b/examples/agents/file-processing-agent/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/function-calling/pom.xml b/examples/agents/function-calling/pom.xml
index 70b01bf3c..07c03fa20 100644
--- a/examples/agents/function-calling/pom.xml
+++ b/examples/agents/function-calling/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/goal-decomposition/pom.xml b/examples/agents/goal-decomposition/pom.xml
index 51b7040b0..d2a6a15de 100644
--- a/examples/agents/goal-decomposition/pom.xml
+++ b/examples/agents/goal-decomposition/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/hierarchical-agents/pom.xml b/examples/agents/hierarchical-agents/pom.xml
index 6f02d2a1c..a2deb3765 100644
--- a/examples/agents/hierarchical-agents/pom.xml
+++ b/examples/agents/hierarchical-agents/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/multi-agent-code-review/pom.xml b/examples/agents/multi-agent-code-review/pom.xml
index 465325bf4..782d63cc2 100644
--- a/examples/agents/multi-agent-code-review/pom.xml
+++ b/examples/agents/multi-agent-code-review/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/multi-agent-content/pom.xml b/examples/agents/multi-agent-content/pom.xml
index cb1167e3f..a2be6d9ed 100644
--- a/examples/agents/multi-agent-content/pom.xml
+++ b/examples/agents/multi-agent-content/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/multi-agent-planning/pom.xml b/examples/agents/multi-agent-planning/pom.xml
index fd910ea84..ee8ef2baa 100644
--- a/examples/agents/multi-agent-planning/pom.xml
+++ b/examples/agents/multi-agent-planning/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/multi-agent-research/pom.xml b/examples/agents/multi-agent-research/pom.xml
index 79b0aea85..ed5f75b1f 100644
--- a/examples/agents/multi-agent-research/pom.xml
+++ b/examples/agents/multi-agent-research/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/multi-agent-support/pom.xml b/examples/agents/multi-agent-support/pom.xml
index 7153ef510..bdfa8a022 100644
--- a/examples/agents/multi-agent-support/pom.xml
+++ b/examples/agents/multi-agent-support/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/plan-execute-agent/pom.xml b/examples/agents/plan-execute-agent/pom.xml
index a132c2f2e..a636caff5 100644
--- a/examples/agents/plan-execute-agent/pom.xml
+++ b/examples/agents/plan-execute-agent/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/react-agent/pom.xml b/examples/agents/react-agent/pom.xml
index 2710e4b43..c38fade6e 100644
--- a/examples/agents/react-agent/pom.xml
+++ b/examples/agents/react-agent/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/reflection-agent/pom.xml b/examples/agents/reflection-agent/pom.xml
index 2b2742a70..7564c1ed7 100644
--- a/examples/agents/reflection-agent/pom.xml
+++ b/examples/agents/reflection-agent/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/search-agent/pom.xml b/examples/agents/search-agent/pom.xml
index ffc972774..800009740 100644
--- a/examples/agents/search-agent/pom.xml
+++ b/examples/agents/search-agent/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/self-correction/pom.xml b/examples/agents/self-correction/pom.xml
index a1476c615..ac9dff0b9 100644
--- a/examples/agents/self-correction/pom.xml
+++ b/examples/agents/self-correction/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/three-agent-pipeline/pom.xml b/examples/agents/three-agent-pipeline/pom.xml
index 6f6cc2a37..e5d326521 100644
--- a/examples/agents/three-agent-pipeline/pom.xml
+++ b/examples/agents/three-agent-pipeline/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/tool-augmented-generation/pom.xml b/examples/agents/tool-augmented-generation/pom.xml
index 83d6f91f8..fb765ab9f 100644
--- a/examples/agents/tool-augmented-generation/pom.xml
+++ b/examples/agents/tool-augmented-generation/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/tool-use-basics/pom.xml b/examples/agents/tool-use-basics/pom.xml
index 2d139aeac..ca805fcce 100644
--- a/examples/agents/tool-use-basics/pom.xml
+++ b/examples/agents/tool-use-basics/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/tool-use-caching/pom.xml b/examples/agents/tool-use-caching/pom.xml
index 195758d91..a41791f51 100644
--- a/examples/agents/tool-use-caching/pom.xml
+++ b/examples/agents/tool-use-caching/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/tool-use-conditional/pom.xml b/examples/agents/tool-use-conditional/pom.xml
index 7e2616668..0e4088ec3 100644
--- a/examples/agents/tool-use-conditional/pom.xml
+++ b/examples/agents/tool-use-conditional/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/tool-use-error-handling/pom.xml b/examples/agents/tool-use-error-handling/pom.xml
index 094c32dfa..c4d32a64a 100644
--- a/examples/agents/tool-use-error-handling/pom.xml
+++ b/examples/agents/tool-use-error-handling/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/tool-use-logging/pom.xml b/examples/agents/tool-use-logging/pom.xml
index 58017846e..4ecdd751e 100644
--- a/examples/agents/tool-use-logging/pom.xml
+++ b/examples/agents/tool-use-logging/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/tool-use-parallel/pom.xml b/examples/agents/tool-use-parallel/pom.xml
index 4168db276..e26882081 100644
--- a/examples/agents/tool-use-parallel/pom.xml
+++ b/examples/agents/tool-use-parallel/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/tool-use-rate-limiting/pom.xml b/examples/agents/tool-use-rate-limiting/pom.xml
index 2e10a29d1..e0fd950f1 100644
--- a/examples/agents/tool-use-rate-limiting/pom.xml
+++ b/examples/agents/tool-use-rate-limiting/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/tool-use-sequential/pom.xml b/examples/agents/tool-use-sequential/pom.xml
index 80557368f..3d3a8e756 100644
--- a/examples/agents/tool-use-sequential/pom.xml
+++ b/examples/agents/tool-use-sequential/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/tool-use-validation/pom.xml b/examples/agents/tool-use-validation/pom.xml
index e73018ee6..e0ee499d5 100644
--- a/examples/agents/tool-use-validation/pom.xml
+++ b/examples/agents/tool-use-validation/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/tree-of-thought/pom.xml b/examples/agents/tree-of-thought/pom.xml
index a01fd3bbe..4c39c8e3b 100644
--- a/examples/agents/tree-of-thought/pom.xml
+++ b/examples/agents/tree-of-thought/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/two-agent-pipeline/pom.xml b/examples/agents/two-agent-pipeline/pom.xml
index 84e16007f..d44abc8dc 100644
--- a/examples/agents/two-agent-pipeline/pom.xml
+++ b/examples/agents/two-agent-pipeline/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/agents/web-browsing-agent/pom.xml b/examples/agents/web-browsing-agent/pom.xml
index 631996947..174ec717a 100644
--- a/examples/agents/web-browsing-agent/pom.xml
+++ b/examples/agents/web-browsing-agent/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai-generation/ai-data-labeling/pom.xml b/examples/ai-generation/ai-data-labeling/pom.xml
index 78105fdf6..d7bd08cb4 100644
--- a/examples/ai-generation/ai-data-labeling/pom.xml
+++ b/examples/ai-generation/ai-data-labeling/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai-generation/ai-fine-tuning/pom.xml b/examples/ai-generation/ai-fine-tuning/pom.xml
index 7d9ba86b0..7157603f0 100644
--- a/examples/ai-generation/ai-fine-tuning/pom.xml
+++ b/examples/ai-generation/ai-fine-tuning/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai-generation/ai-guardrails/pom.xml b/examples/ai-generation/ai-guardrails/pom.xml
index fdcc33fd8..d2814496b 100644
--- a/examples/ai-generation/ai-guardrails/pom.xml
+++ b/examples/ai-generation/ai-guardrails/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai-generation/ai-image-generation/pom.xml b/examples/ai-generation/ai-image-generation/pom.xml
index 15bb12ef7..ee7b67175 100644
--- a/examples/ai-generation/ai-image-generation/pom.xml
+++ b/examples/ai-generation/ai-image-generation/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai-generation/ai-model-evaluation/pom.xml b/examples/ai-generation/ai-model-evaluation/pom.xml
index bd959f354..966f368b6 100644
--- a/examples/ai-generation/ai-model-evaluation/pom.xml
+++ b/examples/ai-generation/ai-model-evaluation/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai-generation/ai-music-generation/pom.xml b/examples/ai-generation/ai-music-generation/pom.xml
index f3aab74a0..8ebe992c5 100644
--- a/examples/ai-generation/ai-music-generation/pom.xml
+++ b/examples/ai-generation/ai-music-generation/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai-generation/ai-orchestration-platform/pom.xml b/examples/ai-generation/ai-orchestration-platform/pom.xml
index c3ced3993..c7b007613 100644
--- a/examples/ai-generation/ai-orchestration-platform/pom.xml
+++ b/examples/ai-generation/ai-orchestration-platform/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai-generation/ai-prompt-engineering/pom.xml b/examples/ai-generation/ai-prompt-engineering/pom.xml
index 6e242975b..17c258531 100644
--- a/examples/ai-generation/ai-prompt-engineering/pom.xml
+++ b/examples/ai-generation/ai-prompt-engineering/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai-generation/ai-video-generation/pom.xml b/examples/ai-generation/ai-video-generation/pom.xml
index a70a4bde9..bbdcb2d65 100644
--- a/examples/ai-generation/ai-video-generation/pom.xml
+++ b/examples/ai-generation/ai-video-generation/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai-generation/ai-voice-cloning/pom.xml b/examples/ai-generation/ai-voice-cloning/pom.xml
index 0d4a3742d..6d5899241 100644
--- a/examples/ai-generation/ai-voice-cloning/pom.xml
+++ b/examples/ai-generation/ai-voice-cloning/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai-generation/code-generation/pom.xml b/examples/ai-generation/code-generation/pom.xml
index 60bdce759..d312ea324 100644
--- a/examples/ai-generation/code-generation/pom.xml
+++ b/examples/ai-generation/code-generation/pom.xml
@@ -12,7 +12,12 @@
org.conductorossconductor-client5.0.1
- com.fasterxml.jackson.corejackson-databind2.17.1
+ com.fasterxml.jackson.corejackson-databind2.18.6
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
+
org.slf4jslf4j-simple1.7.36
org.junit.jupiterjunit-jupiter5.11.3test
diff --git a/examples/ai-generation/code-review-ai/pom.xml b/examples/ai-generation/code-review-ai/pom.xml
index ddeab272d..43bd44b6a 100644
--- a/examples/ai-generation/code-review-ai/pom.xml
+++ b/examples/ai-generation/code-review-ai/pom.xml
@@ -12,7 +12,12 @@
org.conductorossconductor-client5.0.1
- com.fasterxml.jackson.corejackson-databind2.17.1
+ com.fasterxml.jackson.corejackson-databind2.18.6
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
+
org.slf4jslf4j-simple1.7.36
org.junit.jupiterjunit-jupiter5.11.3test
diff --git a/examples/ai-generation/deployment-ai/pom.xml b/examples/ai-generation/deployment-ai/pom.xml
index 17645f3ec..fcc2a0bbd 100644
--- a/examples/ai-generation/deployment-ai/pom.xml
+++ b/examples/ai-generation/deployment-ai/pom.xml
@@ -12,7 +12,12 @@
org.conductorossconductor-client5.0.1
- com.fasterxml.jackson.corejackson-databind2.17.1
+ com.fasterxml.jackson.corejackson-databind2.18.6
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
+
org.slf4jslf4j-simple1.7.36
org.junit.jupiterjunit-jupiter5.11.3test
diff --git a/examples/ai-generation/documentation-ai/pom.xml b/examples/ai-generation/documentation-ai/pom.xml
index 7f726f592..ab4eb1442 100644
--- a/examples/ai-generation/documentation-ai/pom.xml
+++ b/examples/ai-generation/documentation-ai/pom.xml
@@ -12,7 +12,12 @@
org.conductorossconductor-client5.0.1
- com.fasterxml.jackson.corejackson-databind2.17.1
+ com.fasterxml.jackson.corejackson-databind2.18.6
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
+
org.slf4jslf4j-simple1.7.36
org.junit.jupiterjunit-jupiter5.11.3test
diff --git a/examples/ai-generation/incident-ai/pom.xml b/examples/ai-generation/incident-ai/pom.xml
index 3396dfa38..0f8fb40f9 100644
--- a/examples/ai-generation/incident-ai/pom.xml
+++ b/examples/ai-generation/incident-ai/pom.xml
@@ -12,7 +12,12 @@
org.conductorossconductor-client5.0.1
- com.fasterxml.jackson.corejackson-databind2.17.1
+ com.fasterxml.jackson.corejackson-databind2.18.6
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
+
org.slf4jslf4j-simple1.7.36
org.junit.jupiterjunit-jupiter5.11.3test
diff --git a/examples/ai-generation/monitoring-ai/pom.xml b/examples/ai-generation/monitoring-ai/pom.xml
index 6da66d28d..5d7bf9ac6 100644
--- a/examples/ai-generation/monitoring-ai/pom.xml
+++ b/examples/ai-generation/monitoring-ai/pom.xml
@@ -12,7 +12,12 @@
org.conductorossconductor-client5.0.1
- com.fasterxml.jackson.corejackson-databind2.17.1
+ com.fasterxml.jackson.corejackson-databind2.18.6
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
+
org.slf4jslf4j-simple1.7.36
org.junit.jupiterjunit-jupiter5.11.3test
diff --git a/examples/ai-generation/pr-review-ai/pom.xml b/examples/ai-generation/pr-review-ai/pom.xml
index f68bec37c..9c0fab934 100644
--- a/examples/ai-generation/pr-review-ai/pom.xml
+++ b/examples/ai-generation/pr-review-ai/pom.xml
@@ -12,7 +12,12 @@
org.conductorossconductor-client5.0.1
- com.fasterxml.jackson.corejackson-databind2.17.1
+ com.fasterxml.jackson.corejackson-databind2.18.6
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
+
org.slf4jslf4j-simple1.7.36
org.junit.jupiterjunit-jupiter5.11.3test
diff --git a/examples/ai-generation/release-notes-ai/pom.xml b/examples/ai-generation/release-notes-ai/pom.xml
index 1b51629c8..6c832df13 100644
--- a/examples/ai-generation/release-notes-ai/pom.xml
+++ b/examples/ai-generation/release-notes-ai/pom.xml
@@ -12,7 +12,12 @@
org.conductorossconductor-client5.0.1
- com.fasterxml.jackson.corejackson-databind2.17.1
+ com.fasterxml.jackson.corejackson-databind2.18.6
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
+
org.slf4jslf4j-simple1.7.36
org.junit.jupiterjunit-jupiter5.11.3test
diff --git a/examples/ai/adaptive-rag/pom.xml b/examples/ai/adaptive-rag/pom.xml
index b8a7dd477..8159600bc 100644
--- a/examples/ai/adaptive-rag/pom.xml
+++ b/examples/ai/adaptive-rag/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/amazon-bedrock/pom.xml b/examples/ai/amazon-bedrock/pom.xml
index 574705e64..4d3d71497 100644
--- a/examples/ai/amazon-bedrock/pom.xml
+++ b/examples/ai/amazon-bedrock/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/anthropic-claude/pom.xml b/examples/ai/anthropic-claude/pom.xml
index 0ffa1ab16..9c8ab1a75 100644
--- a/examples/ai/anthropic-claude/pom.xml
+++ b/examples/ai/anthropic-claude/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/basic-rag/pom.xml b/examples/ai/basic-rag/pom.xml
index 44e60b04a..230fdfd2e 100644
--- a/examples/ai/basic-rag/pom.xml
+++ b/examples/ai/basic-rag/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/chatbot-orchestration/pom.xml b/examples/ai/chatbot-orchestration/pom.xml
index f442d6ee3..88560caa8 100644
--- a/examples/ai/chatbot-orchestration/pom.xml
+++ b/examples/ai/chatbot-orchestration/pom.xml
@@ -12,7 +12,12 @@
org.conductorossconductor-client5.0.1
- com.fasterxml.jackson.corejackson-databind2.17.1
+ com.fasterxml.jackson.corejackson-databind2.18.6
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
+
org.slf4jslf4j-simple1.7.36
org.junit.jupiterjunit-jupiter5.11.3test
diff --git a/examples/ai/cohere/pom.xml b/examples/ai/cohere/pom.xml
index 5e230e8ab..facbd7799 100644
--- a/examples/ai/cohere/pom.xml
+++ b/examples/ai/cohere/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/conversational-rag/pom.xml b/examples/ai/conversational-rag/pom.xml
index c1bce978a..c7e7460dc 100644
--- a/examples/ai/conversational-rag/pom.xml
+++ b/examples/ai/conversational-rag/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/corrective-rag/pom.xml b/examples/ai/corrective-rag/pom.xml
index ebadac354..1dbe080ab 100644
--- a/examples/ai/corrective-rag/pom.xml
+++ b/examples/ai/corrective-rag/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/document-ingestion/pom.xml b/examples/ai/document-ingestion/pom.xml
index 2fd896df5..32e07ae0d 100644
--- a/examples/ai/document-ingestion/pom.xml
+++ b/examples/ai/document-ingestion/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.apache.pdfbox
diff --git a/examples/ai/document-qa/pom.xml b/examples/ai/document-qa/pom.xml
index 9b5fb46da..718d6299a 100644
--- a/examples/ai/document-qa/pom.xml
+++ b/examples/ai/document-qa/pom.xml
@@ -12,7 +12,12 @@
org.conductorossconductor-client5.0.1
- com.fasterxml.jackson.corejackson-databind2.17.1
+ com.fasterxml.jackson.corejackson-databind2.18.6
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
+
org.slf4jslf4j-simple1.7.36
org.junit.jupiterjunit-jupiter5.11.3test
diff --git a/examples/ai/enterprise-rag/pom.xml b/examples/ai/enterprise-rag/pom.xml
index 4117a7304..c5089595b 100644
--- a/examples/ai/enterprise-rag/pom.xml
+++ b/examples/ai/enterprise-rag/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/fine-tuned-deployment/pom.xml b/examples/ai/fine-tuned-deployment/pom.xml
index bc3ba9b28..be9f924c6 100644
--- a/examples/ai/fine-tuned-deployment/pom.xml
+++ b/examples/ai/fine-tuned-deployment/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/first-ai-workflow/pom.xml b/examples/ai/first-ai-workflow/pom.xml
index 5f8f26f2f..4b7cf9051 100644
--- a/examples/ai/first-ai-workflow/pom.xml
+++ b/examples/ai/first-ai-workflow/pom.xml
@@ -12,7 +12,12 @@
org.conductorossconductor-client5.0.1
- com.fasterxml.jackson.corejackson-databind2.17.1
+ com.fasterxml.jackson.corejackson-databind2.18.6
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
+
org.slf4jslf4j-simple1.7.36
org.junit.jupiterjunit-jupiter5.11.3test
diff --git a/examples/ai/google-gemini/pom.xml b/examples/ai/google-gemini/pom.xml
index c79f673a5..c0a56e7ec 100644
--- a/examples/ai/google-gemini/pom.xml
+++ b/examples/ai/google-gemini/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/huggingface/pom.xml b/examples/ai/huggingface/pom.xml
index e393751cf..b71fe1c12 100644
--- a/examples/ai/huggingface/pom.xml
+++ b/examples/ai/huggingface/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/incremental-rag/pom.xml b/examples/ai/incremental-rag/pom.xml
index 171ee6ef0..3470a6a40 100644
--- a/examples/ai/incremental-rag/pom.xml
+++ b/examples/ai/incremental-rag/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/knowledge-base-sync/pom.xml b/examples/ai/knowledge-base-sync/pom.xml
index db03eb838..1f9af82b1 100644
--- a/examples/ai/knowledge-base-sync/pom.xml
+++ b/examples/ai/knowledge-base-sync/pom.xml
@@ -12,7 +12,12 @@
org.conductorossconductor-client5.0.1
- com.fasterxml.jackson.corejackson-databind2.17.1
+ com.fasterxml.jackson.corejackson-databind2.18.6
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
+
org.slf4jslf4j-simple1.7.36
org.junit.jupiterjunit-jupiter5.11.3test
diff --git a/examples/ai/llm-caching/pom.xml b/examples/ai/llm-caching/pom.xml
index 8b7573019..5d5018c10 100644
--- a/examples/ai/llm-caching/pom.xml
+++ b/examples/ai/llm-caching/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/llm-chain/pom.xml b/examples/ai/llm-chain/pom.xml
index db01cb33c..bff669280 100644
--- a/examples/ai/llm-chain/pom.xml
+++ b/examples/ai/llm-chain/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/llm-cost-tracking/pom.xml b/examples/ai/llm-cost-tracking/pom.xml
index 6466dc308..43c7d07b5 100644
--- a/examples/ai/llm-cost-tracking/pom.xml
+++ b/examples/ai/llm-cost-tracking/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/llm-fallback-chain/pom.xml b/examples/ai/llm-fallback-chain/pom.xml
index 2bfc65272..15687bb11 100644
--- a/examples/ai/llm-fallback-chain/pom.xml
+++ b/examples/ai/llm-fallback-chain/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/llm-retry/pom.xml b/examples/ai/llm-retry/pom.xml
index 10ec75fa7..0a6ff8b45 100644
--- a/examples/ai/llm-retry/pom.xml
+++ b/examples/ai/llm-retry/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/mistral-ai/pom.xml b/examples/ai/mistral-ai/pom.xml
index 8c40ec923..b0d78ce1a 100644
--- a/examples/ai/mistral-ai/pom.xml
+++ b/examples/ai/mistral-ai/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/multi-document-rag/pom.xml b/examples/ai/multi-document-rag/pom.xml
index 70d041315..3d6e0774f 100644
--- a/examples/ai/multi-document-rag/pom.xml
+++ b/examples/ai/multi-document-rag/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/multi-model-compare/pom.xml b/examples/ai/multi-model-compare/pom.xml
index e2ff4743b..670acb7c8 100644
--- a/examples/ai/multi-model-compare/pom.xml
+++ b/examples/ai/multi-model-compare/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/multimodal-rag/pom.xml b/examples/ai/multimodal-rag/pom.xml
index b96438e99..b5522e02d 100644
--- a/examples/ai/multimodal-rag/pom.xml
+++ b/examples/ai/multimodal-rag/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/ollama-local/pom.xml b/examples/ai/ollama-local/pom.xml
index 449b8b76d..04ed161ef 100644
--- a/examples/ai/ollama-local/pom.xml
+++ b/examples/ai/ollama-local/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/openai-gpt4/pom.xml b/examples/ai/openai-gpt4/pom.xml
index e65fad459..5a1a875b5 100644
--- a/examples/ai/openai-gpt4/pom.xml
+++ b/examples/ai/openai-gpt4/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
@@ -36,6 +41,11 @@
service
0.18.2
+
+ io.github.classgraph
+ classgraph
+ 4.8.112
+
org.junit.jupiter
junit-jupiter
diff --git a/examples/ai/prompt-templates/pom.xml b/examples/ai/prompt-templates/pom.xml
index 1a48c1481..1184dfec4 100644
--- a/examples/ai/prompt-templates/pom.xml
+++ b/examples/ai/prompt-templates/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/question-answering/pom.xml b/examples/ai/question-answering/pom.xml
index b30e42ede..bcdd5edc4 100644
--- a/examples/ai/question-answering/pom.xml
+++ b/examples/ai/question-answering/pom.xml
@@ -12,7 +12,12 @@
org.conductorossconductor-client5.0.1
- com.fasterxml.jackson.corejackson-databind2.17.1
+ com.fasterxml.jackson.corejackson-databind2.18.6
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
+
org.slf4jslf4j-simple1.7.36
org.junit.jupiterjunit-jupiter5.11.3test
diff --git a/examples/ai/rag-access-control/pom.xml b/examples/ai/rag-access-control/pom.xml
index 06c4f313a..e371686fe 100644
--- a/examples/ai/rag-access-control/pom.xml
+++ b/examples/ai/rag-access-control/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/rag-chromadb/pom.xml b/examples/ai/rag-chromadb/pom.xml
index 9441a5848..8490f0568 100644
--- a/examples/ai/rag-chromadb/pom.xml
+++ b/examples/ai/rag-chromadb/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/rag-citation/pom.xml b/examples/ai/rag-citation/pom.xml
index d47988c74..3564a814b 100644
--- a/examples/ai/rag-citation/pom.xml
+++ b/examples/ai/rag-citation/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/rag-code/pom.xml b/examples/ai/rag-code/pom.xml
index ef817ba47..36f9636a3 100644
--- a/examples/ai/rag-code/pom.xml
+++ b/examples/ai/rag-code/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/rag-elasticsearch/pom.xml b/examples/ai/rag-elasticsearch/pom.xml
index 61f0733be..c50eb9c64 100644
--- a/examples/ai/rag-elasticsearch/pom.xml
+++ b/examples/ai/rag-elasticsearch/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/rag-embedding-selection/pom.xml b/examples/ai/rag-embedding-selection/pom.xml
index 40773253c..18e74a117 100644
--- a/examples/ai/rag-embedding-selection/pom.xml
+++ b/examples/ai/rag-embedding-selection/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/rag-evaluation/pom.xml b/examples/ai/rag-evaluation/pom.xml
index 1248b476c..5d14f36da 100644
--- a/examples/ai/rag-evaluation/pom.xml
+++ b/examples/ai/rag-evaluation/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/rag-fusion/pom.xml b/examples/ai/rag-fusion/pom.xml
index 65f2616bd..75e1cf616 100644
--- a/examples/ai/rag-fusion/pom.xml
+++ b/examples/ai/rag-fusion/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/rag-hybrid-search/pom.xml b/examples/ai/rag-hybrid-search/pom.xml
index 968cd3c96..342879c11 100644
--- a/examples/ai/rag-hybrid-search/pom.xml
+++ b/examples/ai/rag-hybrid-search/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/rag-knowledge-graph/pom.xml b/examples/ai/rag-knowledge-graph/pom.xml
index fbb789c17..c90a24374 100644
--- a/examples/ai/rag-knowledge-graph/pom.xml
+++ b/examples/ai/rag-knowledge-graph/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/rag-langchain/pom.xml b/examples/ai/rag-langchain/pom.xml
index 768b6863d..835428a92 100644
--- a/examples/ai/rag-langchain/pom.xml
+++ b/examples/ai/rag-langchain/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/rag-milvus/pom.xml b/examples/ai/rag-milvus/pom.xml
index c51159322..ab5b15684 100644
--- a/examples/ai/rag-milvus/pom.xml
+++ b/examples/ai/rag-milvus/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/rag-mongodb/pom.xml b/examples/ai/rag-mongodb/pom.xml
index cfe9c4ea1..e3ce113bd 100644
--- a/examples/ai/rag-mongodb/pom.xml
+++ b/examples/ai/rag-mongodb/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/rag-multi-query/pom.xml b/examples/ai/rag-multi-query/pom.xml
index 928ba4915..811aacab7 100644
--- a/examples/ai/rag-multi-query/pom.xml
+++ b/examples/ai/rag-multi-query/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/rag-pgvector/pom.xml b/examples/ai/rag-pgvector/pom.xml
index 9274624be..3ad7899cc 100644
--- a/examples/ai/rag-pgvector/pom.xml
+++ b/examples/ai/rag-pgvector/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/rag-pinecone/pom.xml b/examples/ai/rag-pinecone/pom.xml
index 4dec7af0b..97f08e0f0 100644
--- a/examples/ai/rag-pinecone/pom.xml
+++ b/examples/ai/rag-pinecone/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/rag-qdrant/pom.xml b/examples/ai/rag-qdrant/pom.xml
index 6a05ae522..366ab328f 100644
--- a/examples/ai/rag-qdrant/pom.xml
+++ b/examples/ai/rag-qdrant/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/rag-quality-gates/pom.xml b/examples/ai/rag-quality-gates/pom.xml
index cb2dc5d06..d9bef1ece 100644
--- a/examples/ai/rag-quality-gates/pom.xml
+++ b/examples/ai/rag-quality-gates/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/rag-redis/pom.xml b/examples/ai/rag-redis/pom.xml
index 6edf422a7..7eaa30e4d 100644
--- a/examples/ai/rag-redis/pom.xml
+++ b/examples/ai/rag-redis/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/rag-reranking/pom.xml b/examples/ai/rag-reranking/pom.xml
index 97f15b17b..0aa245d66 100644
--- a/examples/ai/rag-reranking/pom.xml
+++ b/examples/ai/rag-reranking/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/rag-sql/pom.xml b/examples/ai/rag-sql/pom.xml
index 4875200b2..172f8f24c 100644
--- a/examples/ai/rag-sql/pom.xml
+++ b/examples/ai/rag-sql/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/rag-weaviate/pom.xml b/examples/ai/rag-weaviate/pom.xml
index ab0966fff..cfc30d51b 100644
--- a/examples/ai/rag-weaviate/pom.xml
+++ b/examples/ai/rag-weaviate/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/raptor-rag/pom.xml b/examples/ai/raptor-rag/pom.xml
index 4dfb1b677..5e05ef624 100644
--- a/examples/ai/raptor-rag/pom.xml
+++ b/examples/ai/raptor-rag/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/self-rag/pom.xml b/examples/ai/self-rag/pom.xml
index a3e2f69ca..1b2971b58 100644
--- a/examples/ai/self-rag/pom.xml
+++ b/examples/ai/self-rag/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/semi-structured-rag/pom.xml b/examples/ai/semi-structured-rag/pom.xml
index de847df6e..bc1ad6995 100644
--- a/examples/ai/semi-structured-rag/pom.xml
+++ b/examples/ai/semi-structured-rag/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/streaming-llm/pom.xml b/examples/ai/streaming-llm/pom.xml
index 61f348c8d..5b0f54bb0 100644
--- a/examples/ai/streaming-llm/pom.xml
+++ b/examples/ai/streaming-llm/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/structured-output/pom.xml b/examples/ai/structured-output/pom.xml
index 974f368ca..65054d76f 100644
--- a/examples/ai/structured-output/pom.xml
+++ b/examples/ai/structured-output/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/system-prompts/pom.xml b/examples/ai/system-prompts/pom.xml
index 6304b70c1..d7fb8b5e2 100644
--- a/examples/ai/system-prompts/pom.xml
+++ b/examples/ai/system-prompts/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ai/voice-bot/pom.xml b/examples/ai/voice-bot/pom.xml
index cecc62ef0..dc5df2006 100644
--- a/examples/ai/voice-bot/pom.xml
+++ b/examples/ai/voice-bot/pom.xml
@@ -12,7 +12,12 @@
org.conductorossconductor-client5.0.1
- com.fasterxml.jackson.corejackson-databind2.17.1
+ com.fasterxml.jackson.corejackson-databind2.18.6
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
+
org.slf4jslf4j-simple1.7.36
org.junit.jupiterjunit-jupiter5.11.3test
diff --git a/examples/ai/web-scraping-rag/pom.xml b/examples/ai/web-scraping-rag/pom.xml
index 6722ec146..3eb8b9cf0 100644
--- a/examples/ai/web-scraping-rag/pom.xml
+++ b/examples/ai/web-scraping-rag/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/basics/conductor-ui/pom.xml b/examples/basics/conductor-ui/pom.xml
index 7640f075d..08b017f44 100644
--- a/examples/basics/conductor-ui/pom.xml
+++ b/examples/basics/conductor-ui/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/basics/creating-workers/pom.xml b/examples/basics/creating-workers/pom.xml
index 0bc82165d..ee12019de 100644
--- a/examples/basics/creating-workers/pom.xml
+++ b/examples/basics/creating-workers/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/basics/docker-setup/pom.xml b/examples/basics/docker-setup/pom.xml
index 1cc1abd0f..a22732835 100644
--- a/examples/basics/docker-setup/pom.xml
+++ b/examples/basics/docker-setup/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/basics/end-to-end-app/pom.xml b/examples/basics/end-to-end-app/pom.xml
index 0306c9345..46c3da1b3 100644
--- a/examples/basics/end-to-end-app/pom.xml
+++ b/examples/basics/end-to-end-app/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/basics/hello-world/pom.xml b/examples/basics/hello-world/pom.xml
index a3e0bbbab..7f62b8ff3 100644
--- a/examples/basics/hello-world/pom.xml
+++ b/examples/basics/hello-world/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/basics/orkes-cloud/pom.xml b/examples/basics/orkes-cloud/pom.xml
index 36518deb4..58ddcde69 100644
--- a/examples/basics/orkes-cloud/pom.xml
+++ b/examples/basics/orkes-cloud/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/basics/registering-workflows/pom.xml b/examples/basics/registering-workflows/pom.xml
index 458aa2537..baf3260db 100644
--- a/examples/basics/registering-workflows/pom.xml
+++ b/examples/basics/registering-workflows/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/basics/sdk-setup/pom.xml b/examples/basics/sdk-setup/pom.xml
index c1596621d..c5d44a164 100644
--- a/examples/basics/sdk-setup/pom.xml
+++ b/examples/basics/sdk-setup/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/basics/understanding-workflows/pom.xml b/examples/basics/understanding-workflows/pom.xml
index 2d2bec75c..3446c1f16 100644
--- a/examples/basics/understanding-workflows/pom.xml
+++ b/examples/basics/understanding-workflows/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/basics/workflow-input-output/pom.xml b/examples/basics/workflow-input-output/pom.xml
index 425d2aef0..9a1810d21 100644
--- a/examples/basics/workflow-input-output/pom.xml
+++ b/examples/basics/workflow-input-output/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/crm/campaign-automation/pom.xml b/examples/crm/campaign-automation/pom.xml
index 5ae8e8f0e..e1932a274 100644
--- a/examples/crm/campaign-automation/pom.xml
+++ b/examples/crm/campaign-automation/pom.xml
@@ -14,7 +14,12 @@
org.conductorossconductor-client5.0.1
- com.fasterxml.jackson.corejackson-databind2.17.1
+ com.fasterxml.jackson.corejackson-databind2.18.6
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
+
org.slf4jslf4j-simple1.7.36
org.junit.jupiterjunit-jupiter5.11.3test
diff --git a/examples/crm/customer-journey/pom.xml b/examples/crm/customer-journey/pom.xml
index 2dc6ab029..395f83f79 100644
--- a/examples/crm/customer-journey/pom.xml
+++ b/examples/crm/customer-journey/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/crm/drip-campaign/pom.xml b/examples/crm/drip-campaign/pom.xml
index 4c4e24b3e..f8fefe005 100644
--- a/examples/crm/drip-campaign/pom.xml
+++ b/examples/crm/drip-campaign/pom.xml
@@ -14,7 +14,12 @@
org.conductorossconductor-client5.0.1
- com.fasterxml.jackson.corejackson-databind2.17.1
+ com.fasterxml.jackson.corejackson-databind2.18.6
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
+
org.slf4jslf4j-simple1.7.36
org.junit.jupiterjunit-jupiter5.11.3test
diff --git a/examples/crm/lead-nurturing/pom.xml b/examples/crm/lead-nurturing/pom.xml
index 2be6ca4f3..f7a61aa4c 100644
--- a/examples/crm/lead-nurturing/pom.xml
+++ b/examples/crm/lead-nurturing/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/crm/lead-scoring/pom.xml b/examples/crm/lead-scoring/pom.xml
index b68c09bcf..fe7453b08 100644
--- a/examples/crm/lead-scoring/pom.xml
+++ b/examples/crm/lead-scoring/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/data/audio-transcription/pom.xml b/examples/data/audio-transcription/pom.xml
index b5ec609f0..6e446e8bd 100644
--- a/examples/data/audio-transcription/pom.xml
+++ b/examples/data/audio-transcription/pom.xml
@@ -17,7 +17,12 @@
org.conductorossconductor-client5.0.1
- com.fasterxml.jackson.corejackson-databind2.17.1
+ com.fasterxml.jackson.corejackson-databind2.18.6
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
+
org.slf4jslf4j-simple1.7.36
org.junit.jupiterjunit-jupiter5.11.3test
diff --git a/examples/data/batch-processing/pom.xml b/examples/data/batch-processing/pom.xml
index 3c10407a5..4b0b512b6 100644
--- a/examples/data/batch-processing/pom.xml
+++ b/examples/data/batch-processing/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/data/clickstream-analytics/pom.xml b/examples/data/clickstream-analytics/pom.xml
index 64cf03196..fa1bb91e6 100644
--- a/examples/data/clickstream-analytics/pom.xml
+++ b/examples/data/clickstream-analytics/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/data/csv-processing/pom.xml b/examples/data/csv-processing/pom.xml
index ebf2d9ef8..edd06553c 100644
--- a/examples/data/csv-processing/pom.xml
+++ b/examples/data/csv-processing/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/data/dashboard-data/pom.xml b/examples/data/dashboard-data/pom.xml
index 7ba5169e0..a5336b4ff 100644
--- a/examples/data/dashboard-data/pom.xml
+++ b/examples/data/dashboard-data/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/data/data-aggregation/pom.xml b/examples/data/data-aggregation/pom.xml
index c7c9c7b4c..808b9c6e0 100644
--- a/examples/data/data-aggregation/pom.xml
+++ b/examples/data/data-aggregation/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/data/data-anonymization/pom.xml b/examples/data/data-anonymization/pom.xml
index b5c9bc828..1acc61910 100644
--- a/examples/data/data-anonymization/pom.xml
+++ b/examples/data/data-anonymization/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/data/data-archival/pom.xml b/examples/data/data-archival/pom.xml
index fddd3b4e2..c8b39b0ed 100644
--- a/examples/data/data-archival/pom.xml
+++ b/examples/data/data-archival/pom.xml
@@ -17,7 +17,12 @@
org.conductorossconductor-client5.0.1
- com.fasterxml.jackson.corejackson-databind2.17.1
+ com.fasterxml.jackson.corejackson-databind2.18.6
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
+
org.slf4jslf4j-simple1.7.36
org.junit.jupiterjunit-jupiter5.11.3test
diff --git a/examples/data/data-catalog/pom.xml b/examples/data/data-catalog/pom.xml
index eeb17a9ce..85b7bd918 100644
--- a/examples/data/data-catalog/pom.xml
+++ b/examples/data/data-catalog/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/data/data-compression/pom.xml b/examples/data/data-compression/pom.xml
index 04834900e..eb84e256e 100644
--- a/examples/data/data-compression/pom.xml
+++ b/examples/data/data-compression/pom.xml
@@ -17,7 +17,12 @@
org.conductorossconductor-client5.0.1
- com.fasterxml.jackson.corejackson-databind2.17.1
+ com.fasterxml.jackson.corejackson-databind2.18.6
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
+
org.slf4jslf4j-simple1.7.36
org.junit.jupiterjunit-jupiter5.11.3test
diff --git a/examples/data/data-dedup/pom.xml b/examples/data/data-dedup/pom.xml
index b3a23a10b..2de999328 100644
--- a/examples/data/data-dedup/pom.xml
+++ b/examples/data/data-dedup/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/data/data-enrichment/pom.xml b/examples/data/data-enrichment/pom.xml
index 83718f4dc..567765775 100644
--- a/examples/data/data-enrichment/pom.xml
+++ b/examples/data/data-enrichment/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/data/data-export/pom.xml b/examples/data/data-export/pom.xml
index 529e5a0bf..1edefb015 100644
--- a/examples/data/data-export/pom.xml
+++ b/examples/data/data-export/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/data/data-lake-ingestion/pom.xml b/examples/data/data-lake-ingestion/pom.xml
index b2b76d02b..9122fdf23 100644
--- a/examples/data/data-lake-ingestion/pom.xml
+++ b/examples/data/data-lake-ingestion/pom.xml
@@ -14,7 +14,12 @@
org.conductorossconductor-client5.0.1
- com.fasterxml.jackson.corejackson-databind2.17.1
+ com.fasterxml.jackson.corejackson-databind2.18.6
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
+
org.slf4jslf4j-simple1.7.36
org.junit.jupiterjunit-jupiter5.11.3test
diff --git a/examples/data/data-lineage/pom.xml b/examples/data/data-lineage/pom.xml
index f60621bcc..029db4702 100644
--- a/examples/data/data-lineage/pom.xml
+++ b/examples/data/data-lineage/pom.xml
@@ -17,7 +17,12 @@
org.conductorossconductor-client5.0.1
- com.fasterxml.jackson.corejackson-databind2.17.1
+ com.fasterxml.jackson.corejackson-databind2.18.6
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
+
org.slf4jslf4j-simple1.7.36
org.junit.jupiterjunit-jupiter5.11.3test
diff --git a/examples/data/data-partitioning/pom.xml b/examples/data/data-partitioning/pom.xml
index 8b4f0200d..6b274f1e5 100644
--- a/examples/data/data-partitioning/pom.xml
+++ b/examples/data/data-partitioning/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/data/data-quality-checks/pom.xml b/examples/data/data-quality-checks/pom.xml
index a4449376f..dc178c679 100644
--- a/examples/data/data-quality-checks/pom.xml
+++ b/examples/data/data-quality-checks/pom.xml
@@ -17,7 +17,12 @@
org.conductorossconductor-client5.0.1
- com.fasterxml.jackson.corejackson-databind2.17.1
+ com.fasterxml.jackson.corejackson-databind2.18.6
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
+
org.slf4jslf4j-simple1.7.36
org.junit.jupiterjunit-jupiter5.11.3test
diff --git a/examples/data/data-reconciliation/pom.xml b/examples/data/data-reconciliation/pom.xml
index 79be3b4a3..3db453b72 100644
--- a/examples/data/data-reconciliation/pom.xml
+++ b/examples/data/data-reconciliation/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/data/data-sampling/pom.xml b/examples/data/data-sampling/pom.xml
index 6051e3139..312785be7 100644
--- a/examples/data/data-sampling/pom.xml
+++ b/examples/data/data-sampling/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/data/data-sync/pom.xml b/examples/data/data-sync/pom.xml
index 2dd871094..34288ada4 100644
--- a/examples/data/data-sync/pom.xml
+++ b/examples/data/data-sync/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/data/data-validation/pom.xml b/examples/data/data-validation/pom.xml
index 27e0c6c62..479d877db 100644
--- a/examples/data/data-validation/pom.xml
+++ b/examples/data/data-validation/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/data/data-warehouse-load/pom.xml b/examples/data/data-warehouse-load/pom.xml
index 710eac9eb..2c3a8b6cd 100644
--- a/examples/data/data-warehouse-load/pom.xml
+++ b/examples/data/data-warehouse-load/pom.xml
@@ -17,7 +17,12 @@
org.conductorossconductor-client5.0.1
- com.fasterxml.jackson.corejackson-databind2.17.1
+ com.fasterxml.jackson.corejackson-databind2.18.6
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
+
org.slf4jslf4j-simple1.7.36
org.junit.jupiterjunit-jupiter5.11.3test
diff --git a/examples/data/etl-basics/pom.xml b/examples/data/etl-basics/pom.xml
index 3b90d0d75..1d0452353 100644
--- a/examples/data/etl-basics/pom.xml
+++ b/examples/data/etl-basics/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/data/feature-engineering/pom.xml b/examples/data/feature-engineering/pom.xml
index 89b74baa2..16c6cb419 100644
--- a/examples/data/feature-engineering/pom.xml
+++ b/examples/data/feature-engineering/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/data/gdpr-data-deletion/pom.xml b/examples/data/gdpr-data-deletion/pom.xml
index 4b09d4a11..77912b113 100644
--- a/examples/data/gdpr-data-deletion/pom.xml
+++ b/examples/data/gdpr-data-deletion/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/data/image-processing/pom.xml b/examples/data/image-processing/pom.xml
index 7cf0e0fb2..d33882074 100644
--- a/examples/data/image-processing/pom.xml
+++ b/examples/data/image-processing/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/data/json-transformation/pom.xml b/examples/data/json-transformation/pom.xml
index e1225ac59..4b6756fe9 100644
--- a/examples/data/json-transformation/pom.xml
+++ b/examples/data/json-transformation/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/data/log-processing/pom.xml b/examples/data/log-processing/pom.xml
index b1d36c2f1..f7b694b2d 100644
--- a/examples/data/log-processing/pom.xml
+++ b/examples/data/log-processing/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/data/ml-data-pipeline/pom.xml b/examples/data/ml-data-pipeline/pom.xml
index cc7c153aa..88d25554a 100644
--- a/examples/data/ml-data-pipeline/pom.xml
+++ b/examples/data/ml-data-pipeline/pom.xml
@@ -14,7 +14,12 @@
org.conductorossconductor-client5.0.1
- com.fasterxml.jackson.corejackson-databind2.17.1
+ com.fasterxml.jackson.corejackson-databind2.18.6
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
+
org.slf4jslf4j-simple1.7.36
org.junit.jupiterjunit-jupiter5.11.3test
diff --git a/examples/data/named-entity-extraction/pom.xml b/examples/data/named-entity-extraction/pom.xml
index ff8329a83..e95f44cc4 100644
--- a/examples/data/named-entity-extraction/pom.xml
+++ b/examples/data/named-entity-extraction/pom.xml
@@ -12,7 +12,12 @@
org.conductorossconductor-client5.0.1
- com.fasterxml.jackson.corejackson-databind2.17.1
+ com.fasterxml.jackson.corejackson-databind2.18.6
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
+
org.slf4jslf4j-simple1.7.36
org.junit.jupiterjunit-jupiter5.11.3test
diff --git a/examples/data/ocr-pipeline/pom.xml b/examples/data/ocr-pipeline/pom.xml
index 389ddabb6..a8fa85ddb 100644
--- a/examples/data/ocr-pipeline/pom.xml
+++ b/examples/data/ocr-pipeline/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/data/pdf-processing/pom.xml b/examples/data/pdf-processing/pom.xml
index 52f4f84e9..839fdcfd8 100644
--- a/examples/data/pdf-processing/pom.xml
+++ b/examples/data/pdf-processing/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/data/real-time-analytics/pom.xml b/examples/data/real-time-analytics/pom.xml
index e66c21c90..4e1a2cec0 100644
--- a/examples/data/real-time-analytics/pom.xml
+++ b/examples/data/real-time-analytics/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/data/report-generation/pom.xml b/examples/data/report-generation/pom.xml
index 02ff6c9cb..a4422ee82 100644
--- a/examples/data/report-generation/pom.xml
+++ b/examples/data/report-generation/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/data/schema-evolution/pom.xml b/examples/data/schema-evolution/pom.xml
index accbd9657..dceea538d 100644
--- a/examples/data/schema-evolution/pom.xml
+++ b/examples/data/schema-evolution/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/data/sentiment-analysis/pom.xml b/examples/data/sentiment-analysis/pom.xml
index ae9bed578..9f54eedc6 100644
--- a/examples/data/sentiment-analysis/pom.xml
+++ b/examples/data/sentiment-analysis/pom.xml
@@ -12,7 +12,12 @@
org.conductorossconductor-client5.0.1
- com.fasterxml.jackson.corejackson-databind2.17.1
+ com.fasterxml.jackson.corejackson-databind2.18.6
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
+
org.slf4jslf4j-simple1.7.36
org.junit.jupiterjunit-jupiter5.11.3test
diff --git a/examples/data/stream-processing/pom.xml b/examples/data/stream-processing/pom.xml
index 8e8fa8c57..209d6f8a7 100644
--- a/examples/data/stream-processing/pom.xml
+++ b/examples/data/stream-processing/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/data/summarization-pipeline/pom.xml b/examples/data/summarization-pipeline/pom.xml
index e14f65fa2..381256252 100644
--- a/examples/data/summarization-pipeline/pom.xml
+++ b/examples/data/summarization-pipeline/pom.xml
@@ -12,7 +12,12 @@
org.conductorossconductor-client5.0.1
- com.fasterxml.jackson.corejackson-databind2.17.1
+ com.fasterxml.jackson.corejackson-databind2.18.6
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
+
org.slf4jslf4j-simple1.7.36
org.junit.jupiterjunit-jupiter5.11.3test
diff --git a/examples/data/text-classification/pom.xml b/examples/data/text-classification/pom.xml
index b8794cef6..6a27dc7aa 100644
--- a/examples/data/text-classification/pom.xml
+++ b/examples/data/text-classification/pom.xml
@@ -12,7 +12,12 @@
org.conductorossconductor-client5.0.1
- com.fasterxml.jackson.corejackson-databind2.17.1
+ com.fasterxml.jackson.corejackson-databind2.18.6
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
+
org.slf4jslf4j-simple1.7.36
org.junit.jupiterjunit-jupiter5.11.3test
diff --git a/examples/data/video-transcoding/pom.xml b/examples/data/video-transcoding/pom.xml
index acc663b58..7b0af218a 100644
--- a/examples/data/video-transcoding/pom.xml
+++ b/examples/data/video-transcoding/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/data/xml-parsing/pom.xml b/examples/data/xml-parsing/pom.xml
index c12e86421..af3cf2143 100644
--- a/examples/data/xml-parsing/pom.xml
+++ b/examples/data/xml-parsing/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/api-test-generation/pom.xml b/examples/devops/api-test-generation/pom.xml
index 0cc759d36..349f6be66 100644
--- a/examples/devops/api-test-generation/pom.xml
+++ b/examples/devops/api-test-generation/pom.xml
@@ -12,7 +12,12 @@
org.conductorossconductor-client5.0.1
- com.fasterxml.jackson.corejackson-databind2.17.1
+ com.fasterxml.jackson.corejackson-databind2.18.6
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
+
org.slf4jslf4j-simple1.7.36
org.junit.jupiterjunit-jupiter5.11.3test
diff --git a/examples/devops/apm-workflow/pom.xml b/examples/devops/apm-workflow/pom.xml
index 4aed72c70..6211df0f3 100644
--- a/examples/devops/apm-workflow/pom.xml
+++ b/examples/devops/apm-workflow/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/artifact-management/pom.xml b/examples/devops/artifact-management/pom.xml
index c1bab268b..d1d0bccf3 100644
--- a/examples/devops/artifact-management/pom.xml
+++ b/examples/devops/artifact-management/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/auto-scaling/pom.xml b/examples/devops/auto-scaling/pom.xml
index 73ca01e5d..e1b44a944 100644
--- a/examples/devops/auto-scaling/pom.xml
+++ b/examples/devops/auto-scaling/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/automated-testing/pom.xml b/examples/devops/automated-testing/pom.xml
index 93e9a8ec2..739dece43 100644
--- a/examples/devops/automated-testing/pom.xml
+++ b/examples/devops/automated-testing/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/bug-triage/pom.xml b/examples/devops/bug-triage/pom.xml
index 0c2c472f7..3e6272791 100644
--- a/examples/devops/bug-triage/pom.xml
+++ b/examples/devops/bug-triage/pom.xml
@@ -12,7 +12,12 @@
org.conductorossconductor-client5.0.1
- com.fasterxml.jackson.corejackson-databind2.17.1
+ com.fasterxml.jackson.corejackson-databind2.18.6
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
+
org.slf4jslf4j-simple1.7.36
org.junit.jupiterjunit-jupiter5.11.3test
diff --git a/examples/devops/capacity-planning/pom.xml b/examples/devops/capacity-planning/pom.xml
index c1472f9df..9bd42972d 100644
--- a/examples/devops/capacity-planning/pom.xml
+++ b/examples/devops/capacity-planning/pom.xml
@@ -25,7 +25,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/certificate-rotation/pom.xml b/examples/devops/certificate-rotation/pom.xml
index 5c02ad6a2..da4a2aeee 100644
--- a/examples/devops/certificate-rotation/pom.xml
+++ b/examples/devops/certificate-rotation/pom.xml
@@ -25,7 +25,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/change-management/pom.xml b/examples/devops/change-management/pom.xml
index 629e6488c..5537176a3 100644
--- a/examples/devops/change-management/pom.xml
+++ b/examples/devops/change-management/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/chaos-engineering/pom.xml b/examples/devops/chaos-engineering/pom.xml
index 43cee5129..c56c0170e 100644
--- a/examples/devops/chaos-engineering/pom.xml
+++ b/examples/devops/chaos-engineering/pom.xml
@@ -25,7 +25,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/ci-cd-pipeline/pom.xml b/examples/devops/ci-cd-pipeline/pom.xml
index 87a4d064e..d5b138e5f 100644
--- a/examples/devops/ci-cd-pipeline/pom.xml
+++ b/examples/devops/ci-cd-pipeline/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/commit-analysis/pom.xml b/examples/devops/commit-analysis/pom.xml
index 3e9694603..fd833d470 100644
--- a/examples/devops/commit-analysis/pom.xml
+++ b/examples/devops/commit-analysis/pom.xml
@@ -12,7 +12,12 @@
org.conductorossconductor-client5.0.1
- com.fasterxml.jackson.corejackson-databind2.17.1
+ com.fasterxml.jackson.corejackson-databind2.18.6
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
+
org.slf4jslf4j-simple1.7.36
org.junit.jupiterjunit-jupiter5.11.3test
diff --git a/examples/devops/compliance-scanning/pom.xml b/examples/devops/compliance-scanning/pom.xml
index 3c77fa36b..7a9ff2003 100644
--- a/examples/devops/compliance-scanning/pom.xml
+++ b/examples/devops/compliance-scanning/pom.xml
@@ -25,7 +25,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/cost-optimization/pom.xml b/examples/devops/cost-optimization/pom.xml
index 1044503f7..ca7133b2e 100644
--- a/examples/devops/cost-optimization/pom.xml
+++ b/examples/devops/cost-optimization/pom.xml
@@ -25,7 +25,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/custom-metrics/pom.xml b/examples/devops/custom-metrics/pom.xml
index 4c39c8a4f..6a7a35614 100644
--- a/examples/devops/custom-metrics/pom.xml
+++ b/examples/devops/custom-metrics/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/database-backup/pom.xml b/examples/devops/database-backup/pom.xml
index 6564f1cc0..bb654700a 100644
--- a/examples/devops/database-backup/pom.xml
+++ b/examples/devops/database-backup/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/database-migration-devops/pom.xml b/examples/devops/database-migration-devops/pom.xml
index 2218130c8..13514a158 100644
--- a/examples/devops/database-migration-devops/pom.xml
+++ b/examples/devops/database-migration-devops/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/dependency-update/pom.xml b/examples/devops/dependency-update/pom.xml
index 311f0ef91..844a83629 100644
--- a/examples/devops/dependency-update/pom.xml
+++ b/examples/devops/dependency-update/pom.xml
@@ -25,7 +25,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/deployment-rollback/pom.xml b/examples/devops/deployment-rollback/pom.xml
index c1984f14f..7038223b1 100644
--- a/examples/devops/deployment-rollback/pom.xml
+++ b/examples/devops/deployment-rollback/pom.xml
@@ -25,7 +25,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/disaster-recovery/pom.xml b/examples/devops/disaster-recovery/pom.xml
index d41f5a208..54c30829e 100644
--- a/examples/devops/disaster-recovery/pom.xml
+++ b/examples/devops/disaster-recovery/pom.xml
@@ -25,7 +25,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/dns-management/pom.xml b/examples/devops/dns-management/pom.xml
index c201ece2e..187187b34 100644
--- a/examples/devops/dns-management/pom.xml
+++ b/examples/devops/dns-management/pom.xml
@@ -25,7 +25,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/environment-management/pom.xml b/examples/devops/environment-management/pom.xml
index a8ba5d5e8..998e21e2c 100644
--- a/examples/devops/environment-management/pom.xml
+++ b/examples/devops/environment-management/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/feature-environment/pom.xml b/examples/devops/feature-environment/pom.xml
index ff3f6ae33..104596dd2 100644
--- a/examples/devops/feature-environment/pom.xml
+++ b/examples/devops/feature-environment/pom.xml
@@ -25,7 +25,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/gitops-workflow/pom.xml b/examples/devops/gitops-workflow/pom.xml
index 3d8016cce..7a53c54b7 100644
--- a/examples/devops/gitops-workflow/pom.xml
+++ b/examples/devops/gitops-workflow/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/incident-response/pom.xml b/examples/devops/incident-response/pom.xml
index 56051222c..bdba93294 100644
--- a/examples/devops/incident-response/pom.xml
+++ b/examples/devops/incident-response/pom.xml
@@ -25,7 +25,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/infrastructure-provisioning/pom.xml b/examples/devops/infrastructure-provisioning/pom.xml
index c05a33a83..9bdf0b54b 100644
--- a/examples/devops/infrastructure-provisioning/pom.xml
+++ b/examples/devops/infrastructure-provisioning/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/load-balancer-config/pom.xml b/examples/devops/load-balancer-config/pom.xml
index 2f29a8163..867d9a214 100644
--- a/examples/devops/load-balancer-config/pom.xml
+++ b/examples/devops/load-balancer-config/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/log-aggregation/pom.xml b/examples/devops/log-aggregation/pom.xml
index 841031282..ce0c1bddf 100644
--- a/examples/devops/log-aggregation/pom.xml
+++ b/examples/devops/log-aggregation/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/maintenance-window/pom.xml b/examples/devops/maintenance-window/pom.xml
index 47f4ef9c5..fc09f6260 100644
--- a/examples/devops/maintenance-window/pom.xml
+++ b/examples/devops/maintenance-window/pom.xml
@@ -25,7 +25,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/metrics-collection/pom.xml b/examples/devops/metrics-collection/pom.xml
index 3dced2ae1..59ff71241 100644
--- a/examples/devops/metrics-collection/pom.xml
+++ b/examples/devops/metrics-collection/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/monitoring-alerting/pom.xml b/examples/devops/monitoring-alerting/pom.xml
index 39c7ee27f..ce1f79d25 100644
--- a/examples/devops/monitoring-alerting/pom.xml
+++ b/examples/devops/monitoring-alerting/pom.xml
@@ -25,7 +25,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/multi-region-deploy/pom.xml b/examples/devops/multi-region-deploy/pom.xml
index 71ab897c5..ac0faaf28 100644
--- a/examples/devops/multi-region-deploy/pom.xml
+++ b/examples/devops/multi-region-deploy/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/network-automation/pom.xml b/examples/devops/network-automation/pom.xml
index f50e15cc8..6d77eb030 100644
--- a/examples/devops/network-automation/pom.xml
+++ b/examples/devops/network-automation/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/observability-pipeline/pom.xml b/examples/devops/observability-pipeline/pom.xml
index 7653d1f4a..5742b465d 100644
--- a/examples/devops/observability-pipeline/pom.xml
+++ b/examples/devops/observability-pipeline/pom.xml
@@ -25,7 +25,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/on-call-rotation/pom.xml b/examples/devops/on-call-rotation/pom.xml
index 2c3734c2d..b0dfa79b3 100644
--- a/examples/devops/on-call-rotation/pom.xml
+++ b/examples/devops/on-call-rotation/pom.xml
@@ -25,7 +25,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/patch-management/pom.xml b/examples/devops/patch-management/pom.xml
index 170268c88..af731d1fa 100644
--- a/examples/devops/patch-management/pom.xml
+++ b/examples/devops/patch-management/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/performance-testing/pom.xml b/examples/devops/performance-testing/pom.xml
index 6a49de39e..894d2c307 100644
--- a/examples/devops/performance-testing/pom.xml
+++ b/examples/devops/performance-testing/pom.xml
@@ -25,7 +25,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/post-mortem-automation/pom.xml b/examples/devops/post-mortem-automation/pom.xml
index 9d84e7982..0ebce9b64 100644
--- a/examples/devops/post-mortem-automation/pom.xml
+++ b/examples/devops/post-mortem-automation/pom.xml
@@ -25,7 +25,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/predictive-monitoring/pom.xml b/examples/devops/predictive-monitoring/pom.xml
index cf5892cf3..8958b68db 100644
--- a/examples/devops/predictive-monitoring/pom.xml
+++ b/examples/devops/predictive-monitoring/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/release-management/pom.xml b/examples/devops/release-management/pom.xml
index 25b77fac2..8aba388a0 100644
--- a/examples/devops/release-management/pom.xml
+++ b/examples/devops/release-management/pom.xml
@@ -25,7 +25,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/rolling-update/pom.xml b/examples/devops/rolling-update/pom.xml
index 15e64cef3..0db1a0eee 100644
--- a/examples/devops/rolling-update/pom.xml
+++ b/examples/devops/rolling-update/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/runbook-automation/pom.xml b/examples/devops/runbook-automation/pom.xml
index 25b9caedb..f25177cbc 100644
--- a/examples/devops/runbook-automation/pom.xml
+++ b/examples/devops/runbook-automation/pom.xml
@@ -25,7 +25,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/service-discovery-devops/pom.xml b/examples/devops/service-discovery-devops/pom.xml
index da2e51d9a..15a587a81 100644
--- a/examples/devops/service-discovery-devops/pom.xml
+++ b/examples/devops/service-discovery-devops/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/service-migration/pom.xml b/examples/devops/service-migration/pom.xml
index 2f688f5a0..30af345bf 100644
--- a/examples/devops/service-migration/pom.xml
+++ b/examples/devops/service-migration/pom.xml
@@ -25,7 +25,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/sla-monitoring/pom.xml b/examples/devops/sla-monitoring/pom.xml
index 3198ce27a..f741615d7 100644
--- a/examples/devops/sla-monitoring/pom.xml
+++ b/examples/devops/sla-monitoring/pom.xml
@@ -25,7 +25,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/smoke-testing/pom.xml b/examples/devops/smoke-testing/pom.xml
index 9c9b1480d..7eee77db1 100644
--- a/examples/devops/smoke-testing/pom.xml
+++ b/examples/devops/smoke-testing/pom.xml
@@ -25,7 +25,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/test-generation/pom.xml b/examples/devops/test-generation/pom.xml
index b71f68b25..33eacf74d 100644
--- a/examples/devops/test-generation/pom.xml
+++ b/examples/devops/test-generation/pom.xml
@@ -12,7 +12,12 @@
org.conductorossconductor-client5.0.1
- com.fasterxml.jackson.corejackson-databind2.17.1
+ com.fasterxml.jackson.corejackson-databind2.18.6
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
+
org.slf4jslf4j-simple1.7.36
org.junit.jupiterjunit-jupiter5.11.3test
diff --git a/examples/devops/threshold-alerting/pom.xml b/examples/devops/threshold-alerting/pom.xml
index f9ac5c6b6..029c9b2ab 100644
--- a/examples/devops/threshold-alerting/pom.xml
+++ b/examples/devops/threshold-alerting/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/devops/uptime-monitor/pom.xml b/examples/devops/uptime-monitor/pom.xml
index d667a06b6..356d9e9f6 100644
--- a/examples/devops/uptime-monitor/pom.xml
+++ b/examples/devops/uptime-monitor/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ecommerce/abandoned-cart/pom.xml b/examples/ecommerce/abandoned-cart/pom.xml
index 17a6c63c6..dc80b6bdf 100644
--- a/examples/ecommerce/abandoned-cart/pom.xml
+++ b/examples/ecommerce/abandoned-cart/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ecommerce/auction-workflow/pom.xml b/examples/ecommerce/auction-workflow/pom.xml
index 8e76270c9..51862ac79 100644
--- a/examples/ecommerce/auction-workflow/pom.xml
+++ b/examples/ecommerce/auction-workflow/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ecommerce/checkout-flow/pom.xml b/examples/ecommerce/checkout-flow/pom.xml
index 98612799e..30e18d4de 100644
--- a/examples/ecommerce/checkout-flow/pom.xml
+++ b/examples/ecommerce/checkout-flow/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ecommerce/coupon-engine/pom.xml b/examples/ecommerce/coupon-engine/pom.xml
index a56a9b846..e8784f979 100644
--- a/examples/ecommerce/coupon-engine/pom.xml
+++ b/examples/ecommerce/coupon-engine/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ecommerce/customer-segmentation/pom.xml b/examples/ecommerce/customer-segmentation/pom.xml
index a45ee76a4..a7b00073b 100644
--- a/examples/ecommerce/customer-segmentation/pom.xml
+++ b/examples/ecommerce/customer-segmentation/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ecommerce/flash-sale/pom.xml b/examples/ecommerce/flash-sale/pom.xml
index 9841e7037..6790498f2 100644
--- a/examples/ecommerce/flash-sale/pom.xml
+++ b/examples/ecommerce/flash-sale/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ecommerce/fraud-detection/pom.xml b/examples/ecommerce/fraud-detection/pom.xml
index 7130cceb9..292fe2752 100644
--- a/examples/ecommerce/fraud-detection/pom.xml
+++ b/examples/ecommerce/fraud-detection/pom.xml
@@ -24,7 +24,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ 2.18.6
+
+
+ com.fasterxml.jackson.core
+ jackson-core
+ 2.18.6
org.slf4j
diff --git a/examples/ecommerce/inventory-management/pom.xml b/examples/ecommerce/inventory-management/pom.xml
index 11c040cf9..a0eea4c96 100644
--- a/examples/ecommerce/inventory-management/pom.xml
+++ b/examples/ecommerce/inventory-management/pom.xml
@@ -24,7 +24,12 @@