From ea3c3f1550c82887089ccac7a1f046e2c04b9aeb Mon Sep 17 00:00:00 2001 From: Chris Hagglund Date: Mon, 11 May 2026 10:56:02 -0600 Subject: [PATCH 1/5] fix: bump vulnerable deps in example pom.xml files --- .github/workflows/osv-scanner-scheduled.yml | 2 ++ examples/advanced/aggregator-pattern/pom.xml | 7 ++++++- examples/advanced/at-least-once/pom.xml | 7 ++++++- examples/advanced/backpressure/pom.xml | 7 ++++++- examples/advanced/batch-ml-training/pom.xml | 7 ++++++- examples/advanced/claim-check/pom.xml | 7 ++++++- examples/advanced/competing-consumers/pom.xml | 7 ++++++- examples/advanced/container-orchestration/pom.xml | 7 ++++++- examples/advanced/content-enricher/pom.xml | 7 ++++++- examples/advanced/correlation-pattern/pom.xml | 7 ++++++- examples/advanced/cross-region/pom.xml | 7 ++++++- examples/advanced/data-versioning/pom.xml | 7 ++++++- examples/advanced/dynamic-workflows/pom.xml | 7 ++++++- examples/advanced/edge-orchestration/pom.xml | 7 ++++++- examples/advanced/exactly-once/pom.xml | 7 ++++++- examples/advanced/experiment-tracking/pom.xml | 7 ++++++- examples/advanced/feature-store/pom.xml | 7 ++++++- examples/advanced/gpu-orchestration/pom.xml | 7 ++++++- examples/advanced/graceful-shutdown/pom.xml | 7 ++++++- examples/advanced/hybrid-cloud/pom.xml | 7 ++++++- examples/advanced/idempotent-processing/pom.xml | 7 ++++++- examples/advanced/map-reduce/pom.xml | 7 ++++++- examples/advanced/message-broker/pom.xml | 7 ++++++- examples/advanced/model-registry/pom.xml | 7 ++++++- examples/advanced/model-serving/pom.xml | 7 ++++++- examples/advanced/multi-cluster/pom.xml | 7 ++++++- examples/advanced/normalizer/pom.xml | 7 ++++++- examples/advanced/ordered-processing/pom.xml | 7 ++++++- examples/advanced/parallel-processing/pom.xml | 7 ++++++- examples/advanced/pipeline-pattern/pom.xml | 7 ++++++- examples/advanced/pipeline-versioning/pom.xml | 7 ++++++- examples/advanced/publish-subscribe/pom.xml | 7 ++++++- examples/advanced/request-reply/pom.xml | 7 ++++++- examples/advanced/scatter-gather/pom.xml | 7 ++++++- examples/advanced/serverless-orchestration/pom.xml | 7 ++++++- examples/advanced/splitter-pattern/pom.xml | 7 ++++++- examples/advanced/task-dedup/pom.xml | 7 ++++++- examples/advanced/task-priority/pom.xml | 7 ++++++- examples/advanced/task-routing/pom.xml | 7 ++++++- examples/advanced/wire-tap/pom.xml | 7 ++++++- examples/advanced/worker-pools/pom.xml | 7 ++++++- examples/advanced/worker-scaling/pom.xml | 7 ++++++- examples/advanced/workflow-composition/pom.xml | 7 ++++++- examples/advanced/workflow-debugging/pom.xml | 7 ++++++- examples/advanced/workflow-inheritance/pom.xml | 7 ++++++- examples/advanced/workflow-migration/pom.xml | 7 ++++++- examples/advanced/workflow-optimization/pom.xml | 7 ++++++- examples/advanced/workflow-patterns/pom.xml | 7 ++++++- examples/advanced/workflow-profiling/pom.xml | 7 ++++++- examples/advanced/workflow-templating/pom.xml | 7 ++++++- examples/advanced/workflow-testing/pom.xml | 7 ++++++- examples/agents/agent-collaboration/pom.xml | 7 ++++++- examples/agents/agent-handoff/pom.xml | 7 ++++++- examples/agents/agent-memory/pom.xml | 7 ++++++- examples/agents/agent-supervisor/pom.xml | 7 ++++++- examples/agents/agent-swarm/pom.xml | 7 ++++++- examples/agents/agentic-loop/pom.xml | 7 ++++++- examples/agents/api-calling-agent/pom.xml | 7 ++++++- examples/agents/autonomous-agent/pom.xml | 7 ++++++- examples/agents/calculator-agent/pom.xml | 7 ++++++- examples/agents/calendar-agent/pom.xml | 7 ++++++- examples/agents/chain-of-thought/pom.xml | 7 ++++++- examples/agents/code-interpreter/pom.xml | 7 ++++++- examples/agents/competitive-agents/pom.xml | 7 ++++++- examples/agents/crm-agent/pom.xml | 7 ++++++- examples/agents/database-agent/pom.xml | 7 ++++++- examples/agents/debate-agents/pom.xml | 7 ++++++- examples/agents/email-agent/pom.xml | 7 ++++++- examples/agents/file-processing-agent/pom.xml | 7 ++++++- examples/agents/function-calling/pom.xml | 7 ++++++- examples/agents/goal-decomposition/pom.xml | 7 ++++++- examples/agents/hierarchical-agents/pom.xml | 7 ++++++- examples/agents/multi-agent-code-review/pom.xml | 7 ++++++- examples/agents/multi-agent-content/pom.xml | 7 ++++++- examples/agents/multi-agent-planning/pom.xml | 7 ++++++- examples/agents/multi-agent-research/pom.xml | 7 ++++++- examples/agents/multi-agent-support/pom.xml | 7 ++++++- examples/agents/plan-execute-agent/pom.xml | 7 ++++++- examples/agents/react-agent/pom.xml | 7 ++++++- examples/agents/reflection-agent/pom.xml | 7 ++++++- examples/agents/search-agent/pom.xml | 7 ++++++- examples/agents/self-correction/pom.xml | 7 ++++++- examples/agents/three-agent-pipeline/pom.xml | 7 ++++++- examples/agents/tool-augmented-generation/pom.xml | 7 ++++++- examples/agents/tool-use-basics/pom.xml | 7 ++++++- examples/agents/tool-use-caching/pom.xml | 7 ++++++- examples/agents/tool-use-conditional/pom.xml | 7 ++++++- examples/agents/tool-use-error-handling/pom.xml | 7 ++++++- examples/agents/tool-use-logging/pom.xml | 7 ++++++- examples/agents/tool-use-parallel/pom.xml | 7 ++++++- examples/agents/tool-use-rate-limiting/pom.xml | 7 ++++++- examples/agents/tool-use-sequential/pom.xml | 7 ++++++- examples/agents/tool-use-validation/pom.xml | 7 ++++++- examples/agents/tree-of-thought/pom.xml | 7 ++++++- examples/agents/two-agent-pipeline/pom.xml | 7 ++++++- examples/agents/web-browsing-agent/pom.xml | 7 ++++++- examples/ai-generation/ai-data-labeling/pom.xml | 7 ++++++- examples/ai-generation/ai-fine-tuning/pom.xml | 7 ++++++- examples/ai-generation/ai-guardrails/pom.xml | 7 ++++++- examples/ai-generation/ai-image-generation/pom.xml | 7 ++++++- examples/ai-generation/ai-model-evaluation/pom.xml | 7 ++++++- examples/ai-generation/ai-music-generation/pom.xml | 7 ++++++- .../ai-generation/ai-orchestration-platform/pom.xml | 7 ++++++- examples/ai-generation/ai-prompt-engineering/pom.xml | 7 ++++++- examples/ai-generation/ai-video-generation/pom.xml | 7 ++++++- examples/ai-generation/ai-voice-cloning/pom.xml | 7 ++++++- examples/ai-generation/code-generation/pom.xml | 7 ++++++- examples/ai-generation/code-review-ai/pom.xml | 7 ++++++- examples/ai-generation/deployment-ai/pom.xml | 7 ++++++- examples/ai-generation/documentation-ai/pom.xml | 7 ++++++- examples/ai-generation/incident-ai/pom.xml | 7 ++++++- examples/ai-generation/monitoring-ai/pom.xml | 7 ++++++- examples/ai-generation/pr-review-ai/pom.xml | 7 ++++++- examples/ai-generation/release-notes-ai/pom.xml | 7 ++++++- examples/ai/adaptive-rag/pom.xml | 7 ++++++- examples/ai/amazon-bedrock/pom.xml | 7 ++++++- examples/ai/anthropic-claude/pom.xml | 7 ++++++- examples/ai/basic-rag/pom.xml | 7 ++++++- examples/ai/chatbot-orchestration/pom.xml | 7 ++++++- examples/ai/cohere/pom.xml | 7 ++++++- examples/ai/conversational-rag/pom.xml | 7 ++++++- examples/ai/corrective-rag/pom.xml | 7 ++++++- examples/ai/document-ingestion/pom.xml | 7 ++++++- examples/ai/document-qa/pom.xml | 7 ++++++- examples/ai/enterprise-rag/pom.xml | 7 ++++++- examples/ai/fine-tuned-deployment/pom.xml | 7 ++++++- examples/ai/first-ai-workflow/pom.xml | 7 ++++++- examples/ai/google-gemini/pom.xml | 7 ++++++- examples/ai/huggingface/pom.xml | 7 ++++++- examples/ai/incremental-rag/pom.xml | 7 ++++++- examples/ai/knowledge-base-sync/pom.xml | 7 ++++++- examples/ai/llm-caching/pom.xml | 7 ++++++- examples/ai/llm-chain/pom.xml | 7 ++++++- examples/ai/llm-cost-tracking/pom.xml | 7 ++++++- examples/ai/llm-fallback-chain/pom.xml | 7 ++++++- examples/ai/llm-retry/pom.xml | 7 ++++++- examples/ai/mistral-ai/pom.xml | 7 ++++++- examples/ai/multi-document-rag/pom.xml | 7 ++++++- examples/ai/multi-model-compare/pom.xml | 7 ++++++- examples/ai/multimodal-rag/pom.xml | 7 ++++++- examples/ai/ollama-local/pom.xml | 7 ++++++- examples/ai/openai-gpt4/pom.xml | 12 +++++++++++- examples/ai/prompt-templates/pom.xml | 7 ++++++- examples/ai/question-answering/pom.xml | 7 ++++++- examples/ai/rag-access-control/pom.xml | 7 ++++++- examples/ai/rag-chromadb/pom.xml | 7 ++++++- examples/ai/rag-citation/pom.xml | 7 ++++++- examples/ai/rag-code/pom.xml | 7 ++++++- examples/ai/rag-elasticsearch/pom.xml | 7 ++++++- examples/ai/rag-embedding-selection/pom.xml | 7 ++++++- examples/ai/rag-evaluation/pom.xml | 7 ++++++- examples/ai/rag-fusion/pom.xml | 7 ++++++- examples/ai/rag-hybrid-search/pom.xml | 7 ++++++- examples/ai/rag-knowledge-graph/pom.xml | 7 ++++++- examples/ai/rag-langchain/pom.xml | 7 ++++++- examples/ai/rag-milvus/pom.xml | 7 ++++++- examples/ai/rag-mongodb/pom.xml | 7 ++++++- examples/ai/rag-multi-query/pom.xml | 7 ++++++- examples/ai/rag-pgvector/pom.xml | 7 ++++++- examples/ai/rag-pinecone/pom.xml | 7 ++++++- examples/ai/rag-qdrant/pom.xml | 7 ++++++- examples/ai/rag-quality-gates/pom.xml | 7 ++++++- examples/ai/rag-redis/pom.xml | 7 ++++++- examples/ai/rag-reranking/pom.xml | 7 ++++++- examples/ai/rag-sql/pom.xml | 7 ++++++- examples/ai/rag-weaviate/pom.xml | 7 ++++++- examples/ai/raptor-rag/pom.xml | 7 ++++++- examples/ai/self-rag/pom.xml | 7 ++++++- examples/ai/semi-structured-rag/pom.xml | 7 ++++++- examples/ai/streaming-llm/pom.xml | 7 ++++++- examples/ai/structured-output/pom.xml | 7 ++++++- examples/ai/system-prompts/pom.xml | 7 ++++++- examples/ai/voice-bot/pom.xml | 7 ++++++- examples/ai/web-scraping-rag/pom.xml | 7 ++++++- examples/basics/conductor-ui/pom.xml | 7 ++++++- examples/basics/creating-workers/pom.xml | 7 ++++++- examples/basics/docker-setup/pom.xml | 7 ++++++- examples/basics/end-to-end-app/pom.xml | 7 ++++++- examples/basics/hello-world/pom.xml | 7 ++++++- examples/basics/orkes-cloud/pom.xml | 7 ++++++- examples/basics/registering-workflows/pom.xml | 7 ++++++- examples/basics/sdk-setup/pom.xml | 7 ++++++- examples/basics/understanding-workflows/pom.xml | 7 ++++++- examples/basics/workflow-input-output/pom.xml | 7 ++++++- examples/crm/campaign-automation/pom.xml | 7 ++++++- examples/crm/customer-journey/pom.xml | 7 ++++++- examples/crm/drip-campaign/pom.xml | 7 ++++++- examples/crm/lead-nurturing/pom.xml | 7 ++++++- examples/crm/lead-scoring/pom.xml | 7 ++++++- examples/data/audio-transcription/pom.xml | 7 ++++++- examples/data/batch-processing/pom.xml | 7 ++++++- examples/data/clickstream-analytics/pom.xml | 7 ++++++- examples/data/csv-processing/pom.xml | 7 ++++++- examples/data/dashboard-data/pom.xml | 7 ++++++- examples/data/data-aggregation/pom.xml | 7 ++++++- examples/data/data-anonymization/pom.xml | 7 ++++++- examples/data/data-archival/pom.xml | 7 ++++++- examples/data/data-catalog/pom.xml | 7 ++++++- examples/data/data-compression/pom.xml | 7 ++++++- examples/data/data-dedup/pom.xml | 7 ++++++- examples/data/data-enrichment/pom.xml | 7 ++++++- examples/data/data-export/pom.xml | 7 ++++++- examples/data/data-lake-ingestion/pom.xml | 7 ++++++- examples/data/data-lineage/pom.xml | 7 ++++++- examples/data/data-partitioning/pom.xml | 7 ++++++- examples/data/data-quality-checks/pom.xml | 7 ++++++- examples/data/data-reconciliation/pom.xml | 7 ++++++- examples/data/data-sampling/pom.xml | 7 ++++++- examples/data/data-sync/pom.xml | 7 ++++++- examples/data/data-validation/pom.xml | 7 ++++++- examples/data/data-warehouse-load/pom.xml | 7 ++++++- examples/data/etl-basics/pom.xml | 7 ++++++- examples/data/feature-engineering/pom.xml | 7 ++++++- examples/data/gdpr-data-deletion/pom.xml | 7 ++++++- examples/data/image-processing/pom.xml | 7 ++++++- examples/data/json-transformation/pom.xml | 7 ++++++- examples/data/log-processing/pom.xml | 7 ++++++- examples/data/ml-data-pipeline/pom.xml | 7 ++++++- examples/data/named-entity-extraction/pom.xml | 7 ++++++- examples/data/ocr-pipeline/pom.xml | 7 ++++++- examples/data/pdf-processing/pom.xml | 7 ++++++- examples/data/real-time-analytics/pom.xml | 7 ++++++- examples/data/report-generation/pom.xml | 7 ++++++- examples/data/schema-evolution/pom.xml | 7 ++++++- examples/data/sentiment-analysis/pom.xml | 7 ++++++- examples/data/stream-processing/pom.xml | 7 ++++++- examples/data/summarization-pipeline/pom.xml | 7 ++++++- examples/data/text-classification/pom.xml | 7 ++++++- examples/data/video-transcoding/pom.xml | 7 ++++++- examples/data/xml-parsing/pom.xml | 7 ++++++- examples/devops/api-test-generation/pom.xml | 7 ++++++- examples/devops/apm-workflow/pom.xml | 7 ++++++- examples/devops/artifact-management/pom.xml | 7 ++++++- examples/devops/auto-scaling/pom.xml | 7 ++++++- examples/devops/automated-testing/pom.xml | 7 ++++++- examples/devops/bug-triage/pom.xml | 7 ++++++- examples/devops/capacity-planning/pom.xml | 7 ++++++- examples/devops/certificate-rotation/pom.xml | 7 ++++++- examples/devops/change-management/pom.xml | 7 ++++++- examples/devops/chaos-engineering/pom.xml | 7 ++++++- examples/devops/ci-cd-pipeline/pom.xml | 7 ++++++- examples/devops/commit-analysis/pom.xml | 7 ++++++- examples/devops/compliance-scanning/pom.xml | 7 ++++++- examples/devops/cost-optimization/pom.xml | 7 ++++++- examples/devops/custom-metrics/pom.xml | 7 ++++++- examples/devops/database-backup/pom.xml | 7 ++++++- examples/devops/database-migration-devops/pom.xml | 7 ++++++- examples/devops/dependency-update/pom.xml | 7 ++++++- examples/devops/deployment-rollback/pom.xml | 7 ++++++- examples/devops/disaster-recovery/pom.xml | 7 ++++++- examples/devops/dns-management/pom.xml | 7 ++++++- examples/devops/environment-management/pom.xml | 7 ++++++- examples/devops/feature-environment/pom.xml | 7 ++++++- examples/devops/gitops-workflow/pom.xml | 7 ++++++- examples/devops/incident-response/pom.xml | 7 ++++++- examples/devops/infrastructure-provisioning/pom.xml | 7 ++++++- examples/devops/load-balancer-config/pom.xml | 7 ++++++- examples/devops/log-aggregation/pom.xml | 7 ++++++- examples/devops/maintenance-window/pom.xml | 7 ++++++- examples/devops/metrics-collection/pom.xml | 7 ++++++- examples/devops/monitoring-alerting/pom.xml | 7 ++++++- examples/devops/multi-region-deploy/pom.xml | 7 ++++++- examples/devops/network-automation/pom.xml | 7 ++++++- examples/devops/observability-pipeline/pom.xml | 7 ++++++- examples/devops/on-call-rotation/pom.xml | 7 ++++++- examples/devops/patch-management/pom.xml | 7 ++++++- examples/devops/performance-testing/pom.xml | 7 ++++++- examples/devops/post-mortem-automation/pom.xml | 7 ++++++- examples/devops/predictive-monitoring/pom.xml | 7 ++++++- examples/devops/release-management/pom.xml | 7 ++++++- examples/devops/rolling-update/pom.xml | 7 ++++++- examples/devops/runbook-automation/pom.xml | 7 ++++++- examples/devops/service-discovery-devops/pom.xml | 7 ++++++- examples/devops/service-migration/pom.xml | 7 ++++++- examples/devops/sla-monitoring/pom.xml | 7 ++++++- examples/devops/smoke-testing/pom.xml | 7 ++++++- examples/devops/test-generation/pom.xml | 7 ++++++- examples/devops/threshold-alerting/pom.xml | 7 ++++++- examples/devops/uptime-monitor/pom.xml | 7 ++++++- examples/ecommerce/abandoned-cart/pom.xml | 7 ++++++- examples/ecommerce/auction-workflow/pom.xml | 7 ++++++- examples/ecommerce/checkout-flow/pom.xml | 7 ++++++- examples/ecommerce/coupon-engine/pom.xml | 7 ++++++- examples/ecommerce/customer-segmentation/pom.xml | 7 ++++++- examples/ecommerce/flash-sale/pom.xml | 7 ++++++- examples/ecommerce/fraud-detection/pom.xml | 7 ++++++- examples/ecommerce/inventory-management/pom.xml | 7 ++++++- examples/ecommerce/loyalty-program/pom.xml | 7 ++++++- examples/ecommerce/marketplace-seller/pom.xml | 7 ++++++- examples/ecommerce/order-management/pom.xml | 7 ++++++- examples/ecommerce/payment-processing/pom.xml | 7 ++++++- examples/ecommerce/price-optimization/pom.xml | 7 ++++++- examples/ecommerce/product-catalog/pom.xml | 7 ++++++- examples/ecommerce/recommendation-engine/pom.xml | 7 ++++++- examples/ecommerce/returns-processing/pom.xml | 7 ++++++- examples/ecommerce/shipping-workflow/pom.xml | 7 ++++++- examples/ecommerce/shopping-cart/pom.xml | 7 ++++++- examples/ecommerce/subscription-billing/pom.xml | 7 ++++++- examples/ecommerce/tax-calculation/pom.xml | 7 ++++++- examples/education/assessment-creation/pom.xml | 7 ++++++- examples/education/certificate-issuance/pom.xml | 7 ++++++- examples/education/course-management/pom.xml | 7 ++++++- examples/education/education-enrollment/pom.xml | 7 ++++++- examples/education/grading-workflow/pom.xml | 7 ++++++- examples/education/lesson-planning/pom.xml | 7 ++++++- examples/education/plagiarism-detection/pom.xml | 7 ++++++- examples/education/scholarship-processing/pom.xml | 7 ++++++- examples/education/student-progress/pom.xml | 7 ++++++- examples/education/tutoring-match/pom.xml | 7 ++++++- examples/events/cdc-pipeline/pom.xml | 7 ++++++- examples/events/complex-event-processing/pom.xml | 7 ++++++- examples/events/cron-trigger/pom.xml | 7 ++++++- examples/events/dead-letter-events/pom.xml | 7 ++++++- examples/events/delayed-event/pom.xml | 7 ++++++- examples/events/event-aggregation/pom.xml | 7 ++++++- examples/events/event-audit-trail/pom.xml | 7 ++++++- examples/events/event-batching/pom.xml | 7 ++++++- examples/events/event-choreography/pom.xml | 7 ++++++- examples/events/event-correlation/pom.xml | 7 ++++++- examples/events/event-dedup/pom.xml | 7 ++++++- examples/events/event-driven-saga/pom.xml | 7 ++++++- examples/events/event-driven-workflow/pom.xml | 7 ++++++- examples/events/event-fanout/pom.xml | 7 ++++++- examples/events/event-filtering/pom.xml | 7 ++++++- examples/events/event-management/pom.xml | 7 ++++++- examples/events/event-merge/pom.xml | 7 ++++++- examples/events/event-monitoring/pom.xml | 7 ++++++- examples/events/event-notification/pom.xml | 7 ++++++- examples/events/event-ordering/pom.xml | 7 ++++++- examples/events/event-priority/pom.xml | 7 ++++++- examples/events/event-replay-testing/pom.xml | 7 ++++++- examples/events/event-replay/pom.xml | 7 ++++++- examples/events/event-routing/pom.xml | 7 ++++++- examples/events/event-schema-validation/pom.xml | 7 ++++++- examples/events/event-split/pom.xml | 7 ++++++- examples/events/event-transformation/pom.xml | 7 ++++++- examples/events/event-ttl/pom.xml | 7 ++++++- examples/events/event-versioning/pom.xml | 7 ++++++- examples/events/event-windowing/pom.xml | 7 ++++++- examples/events/kafka-consumer/pom.xml | 7 ++++++- examples/events/pubsub-consumer/pom.xml | 7 ++++++- examples/events/scheduled-event/pom.xml | 7 ++++++- examples/events/sqs-consumer/pom.xml | 7 ++++++- examples/events/webhook-callback/pom.xml | 7 ++++++- examples/events/webhook-rate-limiting/pom.xml | 7 ++++++- examples/events/webhook-retry/pom.xml | 7 ++++++- examples/events/webhook-security/pom.xml | 7 ++++++- examples/events/webhook-trigger/pom.xml | 7 ++++++- examples/events/webinar-registration/pom.xml | 7 ++++++- examples/finance/account-opening/pom.xml | 7 ++++++- examples/finance/budget-approval/pom.xml | 7 ++++++- examples/finance/claims-processing/pom.xml | 7 ++++++- examples/finance/credit-scoring/pom.xml | 7 ++++++- examples/finance/cryptocurrency-trading/pom.xml | 7 ++++++- examples/finance/expense-management/pom.xml | 7 ++++++- examples/finance/financial-audit/pom.xml | 7 ++++++- examples/finance/insurance-underwriting/pom.xml | 7 ++++++- examples/finance/investment-workflow/pom.xml | 7 ++++++- examples/finance/invoice-processing/pom.xml | 7 ++++++- examples/finance/kyc-aml/pom.xml | 7 ++++++- examples/finance/loan-origination/pom.xml | 7 ++++++- examples/finance/payment-reconciliation/pom.xml | 7 ++++++- examples/finance/payroll-workflow/pom.xml | 7 ++++++- examples/finance/portfolio-rebalancing/pom.xml | 7 ++++++- examples/finance/regulatory-reporting/pom.xml | 7 ++++++- examples/finance/risk-assessment/pom.xml | 7 ++++++- examples/finance/tax-filing/pom.xml | 7 ++++++- examples/finance/trade-execution/pom.xml | 7 ++++++- examples/finance/wire-transfer/pom.xml | 7 ++++++- examples/food/catering-management/pom.xml | 7 ++++++- examples/food/delivery-tracking/pom.xml | 7 ++++++- examples/food/food-ordering/pom.xml | 7 ++++++- examples/food/food-safety/pom.xml | 7 ++++++- examples/food/kitchen-workflow/pom.xml | 7 ++++++- examples/food/loyalty-rewards/pom.xml | 7 ++++++- examples/food/menu-management/pom.xml | 7 ++++++- examples/food/nutrition-tracking/pom.xml | 7 ++++++- examples/food/reservation-system/pom.xml | 7 ++++++- examples/food/restaurant-management/pom.xml | 7 ++++++- examples/gaming/anti-cheat/pom.xml | 7 ++++++- examples/gaming/game-analytics/pom.xml | 7 ++++++- examples/gaming/gaming-matchmaking/pom.xml | 7 ++++++- examples/gaming/in-app-purchase/pom.xml | 7 ++++++- examples/gaming/leaderboard-update/pom.xml | 7 ++++++- examples/gaming/live-ops/pom.xml | 7 ++++++- examples/gaming/player-progression/pom.xml | 7 ++++++- examples/gaming/season-management/pom.xml | 7 ++++++- examples/gaming/tournament-bracket/pom.xml | 7 ++++++- examples/gaming/virtual-economy/pom.xml | 7 ++++++- examples/government/benefit-determination/pom.xml | 7 ++++++- examples/government/case-management-gov/pom.xml | 7 ++++++- examples/government/citizen-request/pom.xml | 7 ++++++- examples/government/emergency-response/pom.xml | 7 ++++++- examples/government/government-permit/pom.xml | 7 ++++++- examples/government/inspection-workflow/pom.xml | 7 ++++++- examples/government/public-health/pom.xml | 7 ++++++- examples/government/public-records/pom.xml | 7 ++++++- examples/government/tax-assessment/pom.xml | 7 ++++++- examples/government/voting-workflow/pom.xml | 7 ++++++- examples/healthcare/appointment-scheduling/pom.xml | 7 ++++++- examples/healthcare/billing-medical/pom.xml | 7 ++++++- examples/healthcare/care-coordination/pom.xml | 7 ++++++- examples/healthcare/clinical-decision/pom.xml | 7 ++++++- examples/healthcare/clinical-trials/pom.xml | 7 ++++++- examples/healthcare/discharge-planning/pom.xml | 7 ++++++- examples/healthcare/drug-interaction/pom.xml | 7 ++++++- examples/healthcare/ehr-integration/pom.xml | 7 ++++++- examples/healthcare/genomics-pipeline/pom.xml | 7 ++++++- examples/healthcare/insurance-claims/pom.xml | 7 ++++++- examples/healthcare/lab-results/pom.xml | 7 ++++++- examples/healthcare/medical-imaging/pom.xml | 7 ++++++- examples/healthcare/mental-health/pom.xml | 7 ++++++- examples/healthcare/patient-intake/pom.xml | 7 ++++++- examples/healthcare/population-health/pom.xml | 7 ++++++- examples/healthcare/prescription-workflow/pom.xml | 7 ++++++- examples/healthcare/prior-authorization/pom.xml | 7 ++++++- examples/healthcare/referral-management/pom.xml | 7 ++++++- examples/healthcare/remote-monitoring/pom.xml | 7 ++++++- examples/healthcare/telemedicine/pom.xml | 7 ++++++- examples/hr/background-check/pom.xml | 7 ++++++- examples/hr/benefits-enrollment/pom.xml | 7 ++++++- examples/hr/hr-onboarding/pom.xml | 7 ++++++- examples/hr/interview-scheduling/pom.xml | 7 ++++++- examples/hr/leave-management/pom.xml | 7 ++++++- examples/hr/offer-management/pom.xml | 7 ++++++- examples/hr/performance-review/pom.xml | 7 ++++++- examples/hr/recruitment-pipeline/pom.xml | 7 ++++++- examples/hr/time-tracking/pom.xml | 7 ++++++- examples/hr/training-management/pom.xml | 7 ++++++- examples/human-in-loop/approval-comments/pom.xml | 7 ++++++- .../human-in-loop/approval-dashboard-nextjs/pom.xml | 7 ++++++- .../human-in-loop/approval-dashboard-react/pom.xml | 7 ++++++- examples/human-in-loop/approval-delegation/pom.xml | 7 ++++++- examples/human-in-loop/conditional-approval/pom.xml | 7 ++++++- .../human-in-loop/content-review-pipeline/pom.xml | 7 ++++++- .../human-in-loop/customer-onboarding-kyc/pom.xml | 7 ++++++- examples/human-in-loop/document-verification/pom.xml | 7 ++++++- examples/human-in-loop/email-approval/pom.xml | 7 ++++++- examples/human-in-loop/escalation-chain/pom.xml | 7 ++++++- examples/human-in-loop/escalation-timer/pom.xml | 7 ++++++- examples/human-in-loop/exception-handling/pom.xml | 7 ++++++- examples/human-in-loop/expense-approval/pom.xml | 7 ++++++- examples/human-in-loop/four-eyes-approval/pom.xml | 7 ++++++- examples/human-in-loop/helpdesk-routing/pom.xml | 7 ++++++- examples/human-in-loop/human-group-claim/pom.xml | 7 ++++++- examples/human-in-loop/human-task/pom.xml | 7 ++++++- examples/human-in-loop/human-user-assignment/pom.xml | 7 ++++++- examples/human-in-loop/legal-contract-review/pom.xml | 7 ++++++- .../human-in-loop/medical-records-review/pom.xml | 7 ++++++- .../human-in-loop/mobile-approval-flutter/pom.xml | 7 ++++++- examples/human-in-loop/multi-level-approval/pom.xml | 7 ++++++- examples/human-in-loop/multi-tenant-approval/pom.xml | 7 ++++++- examples/human-in-loop/quality-gate/pom.xml | 7 ++++++- examples/human-in-loop/slack-approval/pom.xml | 7 ++++++- examples/human-in-loop/ticket-management/pom.xml | 7 ++++++- .../human-in-loop/training-data-labeling/pom.xml | 7 ++++++- examples/human-in-loop/wait-rest-api/pom.xml | 7 ++++++- examples/human-in-loop/wait-sdk/pom.xml | 7 ++++++- examples/human-in-loop/wait-task-basics/pom.xml | 7 ++++++- .../human-in-loop/wait-timeout-escalation/pom.xml | 7 ++++++- examples/insurance/actuarial-workflow/pom.xml | 7 ++++++- examples/insurance/agency-management/pom.xml | 7 ++++++- examples/insurance/commission-insurance/pom.xml | 7 ++++++- examples/insurance/compliance-insurance/pom.xml | 7 ++++++- examples/insurance/endorsement-processing/pom.xml | 7 ++++++- examples/insurance/insurance-renewal/pom.xml | 7 ++++++- examples/insurance/policy-issuance/pom.xml | 7 ++++++- examples/insurance/premium-calculation/pom.xml | 7 ++++++- examples/insurance/reinsurance/pom.xml | 7 ++++++- examples/insurance/salvage-recovery/pom.xml | 7 ++++++- examples/integrations/aws-integration/pom.xml | 7 ++++++- examples/integrations/azure-integration/pom.xml | 7 ++++++- examples/integrations/cloudwatch-integration/pom.xml | 7 ++++++- examples/integrations/database-integration/pom.xml | 7 ++++++- .../integrations/elasticsearch-integration/pom.xml | 7 ++++++- examples/integrations/gcp-integration/pom.xml | 7 ++++++- examples/integrations/github-integration/pom.xml | 7 ++++++- examples/integrations/hubspot-integration/pom.xml | 7 ++++++- examples/integrations/jira-integration/pom.xml | 7 ++++++- examples/integrations/lambda-integration/pom.xml | 7 ++++++- examples/integrations/redis-integration/pom.xml | 7 ++++++- examples/integrations/s3-integration/pom.xml | 7 ++++++- examples/integrations/salesforce-integration/pom.xml | 7 ++++++- examples/integrations/sendgrid-integration/pom.xml | 7 ++++++- examples/integrations/slack-integration/pom.xml | 7 ++++++- examples/integrations/sns-sqs-integration/pom.xml | 7 ++++++- examples/integrations/stripe-integration/pom.xml | 7 ++++++- examples/integrations/teams-integration/pom.xml | 7 ++++++- examples/integrations/twilio-integration/pom.xml | 12 +++++++++++- examples/integrations/zendesk-integration/pom.xml | 7 ++++++- examples/iot/agriculture-iot/pom.xml | 7 ++++++- examples/iot/air-quality/pom.xml | 7 ++++++- examples/iot/asset-tracking/pom.xml | 7 ++++++- examples/iot/building-automation/pom.xml | 7 ++++++- examples/iot/connected-vehicles/pom.xml | 7 ++++++- examples/iot/device-management/pom.xml | 7 ++++++- examples/iot/edge-computing/pom.xml | 7 ++++++- examples/iot/energy-management/pom.xml | 7 ++++++- examples/iot/environmental-monitoring/pom.xml | 7 ++++++- examples/iot/firmware-update/pom.xml | 7 ++++++- examples/iot/fleet-management/pom.xml | 7 ++++++- examples/iot/geofencing/pom.xml | 7 ++++++- examples/iot/industrial-iot/pom.xml | 7 ++++++- examples/iot/iot-security/pom.xml | 7 ++++++- examples/iot/predictive-maintenance/pom.xml | 7 ++++++- examples/iot/sensor-data-processing/pom.xml | 7 ++++++- examples/iot/smart-home/pom.xml | 7 ++++++- examples/iot/supply-chain-iot/pom.xml | 7 ++++++- examples/iot/water-management/pom.xml | 7 ++++++- examples/iot/wearable-data/pom.xml | 7 ++++++- examples/legal/compliance-review/pom.xml | 7 ++++++- examples/legal/contract-analysis/pom.xml | 7 ++++++- examples/legal/document-review/pom.xml | 7 ++++++- examples/legal/e-discovery/pom.xml | 7 ++++++- examples/legal/legal-billing/pom.xml | 7 ++++++- examples/legal/legal-case-management/pom.xml | 7 ++++++- examples/legal/litigation-hold/pom.xml | 7 ++++++- examples/legal/patent-filing/pom.xml | 7 ++++++- examples/legal/regulatory-filing/pom.xml | 7 ++++++- examples/legal/trademark-search/pom.xml | 7 ++++++- examples/media/ab-testing/pom.xml | 7 ++++++- examples/media/advertising-workflow/pom.xml | 7 ++++++- examples/media/analytics-reporting/pom.xml | 7 ++++++- examples/media/content-archival/pom.xml | 7 ++++++- examples/media/content-moderation/pom.xml | 7 ++++++- examples/media/content-publishing/pom.xml | 7 ++++++- examples/media/content-recommendation/pom.xml | 7 ++++++- examples/media/content-syndication/pom.xml | 7 ++++++- examples/media/digital-asset-management/pom.xml | 7 ++++++- examples/media/email-campaign/pom.xml | 7 ++++++- examples/media/image-pipeline/pom.xml | 7 ++++++- examples/media/live-streaming/pom.xml | 7 ++++++- examples/media/personalization/pom.xml | 7 ++++++- examples/media/podcast-workflow/pom.xml | 7 ++++++- examples/media/rights-management/pom.xml | 7 ++++++- examples/media/seo-workflow/pom.xml | 7 ++++++- examples/media/social-media/pom.xml | 7 ++++++- examples/media/translation-pipeline/pom.xml | 7 ++++++- examples/media/user-generated-content/pom.xml | 7 ++++++- examples/media/video-processing/pom.xml | 7 ++++++- examples/microservices/api-gateway-routing/pom.xml | 7 ++++++- examples/microservices/api-gateway/pom.xml | 7 ++++++- examples/microservices/backend-for-frontend/pom.xml | 7 ++++++- examples/microservices/blue-green-deploy/pom.xml | 7 ++++++- examples/microservices/blue-green-deployment/pom.xml | 7 ++++++- examples/microservices/bulkhead-pattern/pom.xml | 7 ++++++- examples/microservices/canary-deployment/pom.xml | 7 ++++++- examples/microservices/canary-release/pom.xml | 7 ++++++- .../centralized-config-management/pom.xml | 7 ++++++- .../choreography-vs-orchestration/pom.xml | 7 ++++++- .../circuit-breaker-microservice/pom.xml | 7 ++++++- examples/microservices/config-management/pom.xml | 7 ++++++- examples/microservices/cqrs-pattern/pom.xml | 7 ++++++- examples/microservices/data-migration/pom.xml | 7 ++++++- examples/microservices/database-per-service/pom.xml | 7 ++++++- examples/microservices/distributed-locking/pom.xml | 7 ++++++- examples/microservices/distributed-tracing/pom.xml | 7 ++++++- .../microservices/distributed-transactions/pom.xml | 7 ++++++- .../microservices/event-driven-microservices/pom.xml | 7 ++++++- examples/microservices/event-sourcing/pom.xml | 7 ++++++- examples/microservices/feature-flag-rollout/pom.xml | 7 ++++++- examples/microservices/feature-flags/pom.xml | 7 ++++++- .../microservices/graceful-service-shutdown/pom.xml | 7 ++++++- .../microservices/health-check-aggregation/pom.xml | 7 ++++++- examples/microservices/health-checks/pom.xml | 7 ++++++- examples/microservices/idempotent-operations/pom.xml | 7 ++++++- .../inter-service-communication/pom.xml | 7 ++++++- examples/microservices/load-balancing/pom.xml | 7 ++++++- examples/microservices/multi-tenancy/pom.xml | 7 ++++++- examples/microservices/outbox-pattern/pom.xml | 7 ++++++- .../microservices/rate-limiter-microservice/pom.xml | 7 ++++++- examples/microservices/request-aggregation/pom.xml | 7 ++++++- examples/microservices/secret-rotation/pom.xml | 7 ++++++- examples/microservices/service-decomposition/pom.xml | 7 ++++++- examples/microservices/service-discovery/pom.xml | 7 ++++++- .../microservices/service-mesh-orchestration/pom.xml | 7 ++++++- examples/microservices/service-orchestration/pom.xml | 7 ++++++- examples/microservices/service-registry/pom.xml | 7 ++++++- examples/microservices/service-versioning/pom.xml | 7 ++++++- .../shared-nothing-architecture/pom.xml | 7 ++++++- examples/nonprofit/beneficiary-tracking/pom.xml | 7 ++++++- examples/nonprofit/compliance-nonprofit/pom.xml | 7 ++++++- examples/nonprofit/donor-management/pom.xml | 7 ++++++- examples/nonprofit/event-fundraising/pom.xml | 7 ++++++- examples/nonprofit/fundraising-campaign/pom.xml | 7 ++++++- examples/nonprofit/grant-management/pom.xml | 7 ++++++- examples/nonprofit/impact-reporting/pom.xml | 7 ++++++- examples/nonprofit/nonprofit-donation/pom.xml | 7 ++++++- examples/nonprofit/program-evaluation/pom.xml | 7 ++++++- examples/nonprofit/volunteer-coordination/pom.xml | 7 ++++++- examples/project-mgmt/change-request/pom.xml | 7 ++++++- examples/project-mgmt/milestone-tracking/pom.xml | 7 ++++++- examples/project-mgmt/project-closure/pom.xml | 7 ++++++- examples/project-mgmt/project-kickoff/pom.xml | 7 ++++++- examples/project-mgmt/resource-allocation/pom.xml | 7 ++++++- examples/project-mgmt/retrospective/pom.xml | 7 ++++++- examples/project-mgmt/risk-management/pom.xml | 7 ++++++- examples/project-mgmt/sprint-planning/pom.xml | 7 ++++++- examples/project-mgmt/stakeholder-reporting/pom.xml | 7 ++++++- examples/project-mgmt/task-assignment/pom.xml | 7 ++++++- examples/real-estate/commission-calculation/pom.xml | 7 ++++++- examples/real-estate/escrow-management/pom.xml | 7 ++++++- examples/real-estate/lease-management/pom.xml | 7 ++++++- examples/real-estate/maintenance-request/pom.xml | 7 ++++++- examples/real-estate/mortgage-application/pom.xml | 7 ++++++- examples/real-estate/property-inspection/pom.xml | 7 ++++++- examples/real-estate/property-valuation/pom.xml | 7 ++++++- examples/real-estate/real-estate-listing/pom.xml | 7 ++++++- examples/real-estate/tenant-screening/pom.xml | 7 ++++++- examples/real-estate/title-search/pom.xml | 7 ++++++- examples/resilience/circuit-breaker/pom.xml | 7 ++++++- examples/resilience/compensation-workflows/pom.xml | 7 ++++++- examples/resilience/dead-letter/pom.xml | 7 ++++++- examples/resilience/error-classification/pom.xml | 7 ++++++- examples/resilience/error-notification/pom.xml | 7 ++++++- examples/resilience/exponential-max-retry/pom.xml | 7 ++++++- examples/resilience/failure-workflow/pom.xml | 7 ++++++- examples/resilience/fallback-tasks/pom.xml | 7 ++++++- examples/resilience/graceful-degradation/pom.xml | 7 ++++++- examples/resilience/idempotent-workers/pom.xml | 7 ++++++- examples/resilience/multi-step-compensation/pom.xml | 7 ++++++- examples/resilience/network-partitions/pom.xml | 7 ++++++- examples/resilience/optional-tasks/pom.xml | 7 ++++++- examples/resilience/partial-failure-recovery/pom.xml | 7 ++++++- examples/resilience/per-task-retry/pom.xml | 7 ++++++- examples/resilience/poll-timeout/pom.xml | 7 ++++++- examples/resilience/response-timeout/pom.xml | 7 ++++++- examples/resilience/retry-exponential/pom.xml | 7 ++++++- examples/resilience/retry-fixed/pom.xml | 7 ++++++- examples/resilience/retry-jitter/pom.xml | 7 ++++++- examples/resilience/retry-linear/pom.xml | 7 ++++++- examples/resilience/saga-fork-join/pom.xml | 7 ++++++- examples/resilience/saga-pattern/pom.xml | 7 ++++++- examples/resilience/saga-payment-inventory/pom.xml | 7 ++++++- examples/resilience/self-healing/pom.xml | 7 ++++++- examples/resilience/timeout-policies/pom.xml | 7 ++++++- examples/resilience/transient-vs-permanent/pom.xml | 7 ++++++- examples/resilience/worker-health-checks/pom.xml | 7 ++++++- examples/resilience/workflow-recovery/pom.xml | 7 ++++++- examples/resilience/workflow-timeout/pom.xml | 7 ++++++- examples/scheduling/alerting-pipeline/pom.xml | 7 ++++++- examples/scheduling/anomaly-detection/pom.xml | 7 ++++++- examples/scheduling/batch-scheduling/pom.xml | 7 ++++++- examples/scheduling/calendar-integration/pom.xml | 7 ++++++- examples/scheduling/capacity-monitoring/pom.xml | 7 ++++++- examples/scheduling/change-tracking/pom.xml | 7 ++++++- examples/scheduling/compliance-monitoring/pom.xml | 7 ++++++- examples/scheduling/cost-monitoring/pom.xml | 7 ++++++- examples/scheduling/cron-job-orchestration/pom.xml | 7 ++++++- examples/scheduling/deadline-management/pom.xml | 7 ++++++- examples/scheduling/dependency-mapping/pom.xml | 7 ++++++- examples/scheduling/distributed-logging/pom.xml | 7 ++++++- examples/scheduling/health-dashboard/pom.xml | 7 ++++++- examples/scheduling/maintenance-windows/pom.xml | 7 ++++++- examples/scheduling/performance-profiling/pom.xml | 7 ++++++- examples/scheduling/recurring-billing/pom.xml | 7 ++++++- examples/scheduling/root-cause-analysis/pom.xml | 7 ++++++- examples/scheduling/scheduled-reports/pom.xml | 7 ++++++- examples/scheduling/sla-scheduling/pom.xml | 7 ++++++- examples/scheduling/time-based-triggers/pom.xml | 7 ++++++- examples/scheduling/timezone-handling/pom.xml | 7 ++++++- examples/scheduling/trace-collection/pom.xml | 7 ++++++- examples/scheduling/uptime-monitoring/pom.xml | 7 ++++++- examples/scheduling/user-behavior-analytics/pom.xml | 7 ++++++- examples/security/access-review/pom.xml | 7 ++++++- examples/security/api-key-rotation/pom.xml | 7 ++++++- examples/security/audit-logging/pom.xml | 7 ++++++- examples/security/authentication-workflow/pom.xml | 7 ++++++- examples/security/authorization-rbac/pom.xml | 7 ++++++- examples/security/certificate-management/pom.xml | 7 ++++++- examples/security/compliance-reporting/pom.xml | 7 ++++++- examples/security/data-classification/pom.xml | 7 ++++++- examples/security/data-encryption/pom.xml | 7 ++++++- examples/security/data-masking/pom.xml | 7 ++++++- examples/security/ddos-mitigation/pom.xml | 7 ++++++- examples/security/devsecops-pipeline/pom.xml | 7 ++++++- examples/security/gdpr-compliance/pom.xml | 7 ++++++- examples/security/identity-provisioning/pom.xml | 7 ++++++- examples/security/intrusion-detection/pom.xml | 7 ++++++- examples/security/network-segmentation/pom.xml | 7 ++++++- examples/security/oauth-token-management/pom.xml | 7 ++++++- examples/security/penetration-testing/pom.xml | 7 ++++++- examples/security/privileged-access/pom.xml | 7 ++++++- examples/security/secrets-management/pom.xml | 7 ++++++- examples/security/security-incident/pom.xml | 7 ++++++- examples/security/security-orchestration/pom.xml | 7 ++++++- examples/security/security-posture/pom.xml | 7 ++++++- examples/security/security-training/pom.xml | 7 ++++++- examples/security/soc2-automation/pom.xml | 7 ++++++- examples/security/threat-intelligence/pom.xml | 7 ++++++- examples/security/vendor-risk/pom.xml | 7 ++++++- examples/security/vulnerability-scanning/pom.xml | 7 ++++++- examples/security/waf-management/pom.xml | 7 ++++++- examples/security/zero-trust-verification/pom.xml | 7 ++++++- examples/supply-chain/bid-management/pom.xml | 7 ++++++- examples/supply-chain/cold-chain/pom.xml | 7 ++++++- examples/supply-chain/compliance-vendor/pom.xml | 7 ++++++- examples/supply-chain/contract-lifecycle/pom.xml | 7 ++++++- examples/supply-chain/customs-clearance/pom.xml | 7 ++++++- examples/supply-chain/demand-forecasting/pom.xml | 7 ++++++- examples/supply-chain/freight-management/pom.xml | 7 ++++++- examples/supply-chain/goods-receipt/pom.xml | 7 ++++++- examples/supply-chain/inventory-optimization/pom.xml | 7 ++++++- examples/supply-chain/last-mile-delivery/pom.xml | 7 ++++++- examples/supply-chain/logistics-optimization/pom.xml | 7 ++++++- examples/supply-chain/procurement-workflow/pom.xml | 7 ++++++- examples/supply-chain/purchase-order/pom.xml | 7 ++++++- examples/supply-chain/quality-inspection/pom.xml | 7 ++++++- examples/supply-chain/reverse-logistics/pom.xml | 7 ++++++- examples/supply-chain/rfp-automation/pom.xml | 7 ++++++- examples/supply-chain/supplier-evaluation/pom.xml | 7 ++++++- examples/supply-chain/supply-chain-mgmt/pom.xml | 7 ++++++- examples/supply-chain/vendor-onboarding/pom.xml | 7 ++++++- examples/supply-chain/warehouse-management/pom.xml | 7 ++++++- examples/task-patterns/bulk-operations/pom.xml | 7 ++++++- examples/task-patterns/chaining-http-tasks/pom.xml | 7 ++++++- examples/task-patterns/do-while/pom.xml | 7 ++++++- examples/task-patterns/dynamic-fork/pom.xml | 7 ++++++- examples/task-patterns/event-handlers/pom.xml | 7 ++++++- examples/task-patterns/exclusive-join/pom.xml | 7 ++++++- examples/task-patterns/external-payload/pom.xml | 7 ++++++- examples/task-patterns/fan-out-fan-in/pom.xml | 7 ++++++- examples/task-patterns/fork-in-do-while/pom.xml | 7 ++++++- examples/task-patterns/fork-join/pom.xml | 7 ++++++- examples/task-patterns/graphql-api/pom.xml | 7 ++++++- examples/task-patterns/idempotent-start/pom.xml | 7 ++++++- examples/task-patterns/inline-tasks/pom.xml | 7 ++++++- examples/task-patterns/jq-transform-advanced/pom.xml | 7 ++++++- examples/task-patterns/nested-sub-workflows/pom.xml | 7 ++++++- examples/task-patterns/nested-switch/pom.xml | 7 ++++++- .../task-patterns/passing-output-to-input/pom.xml | 7 ++++++- examples/task-patterns/rate-limiting/pom.xml | 7 ++++++- examples/task-patterns/sequential-tasks/pom.xml | 7 ++++++- examples/task-patterns/set-variable/pom.xml | 7 ++++++- examples/task-patterns/signals/pom.xml | 7 ++++++- examples/task-patterns/simple-plus-system/pom.xml | 7 ++++++- examples/task-patterns/sub-workflows/pom.xml | 7 ++++++- examples/task-patterns/switch-default-case/pom.xml | 7 ++++++- examples/task-patterns/switch-javascript/pom.xml | 7 ++++++- examples/task-patterns/switch-plus-fork/pom.xml | 7 ++++++- examples/task-patterns/switch-task/pom.xml | 7 ++++++- examples/task-patterns/sync-execution/pom.xml | 7 ++++++- examples/task-patterns/system-tasks/pom.xml | 7 ++++++- examples/task-patterns/task-definitions/pom.xml | 7 ++++++- examples/task-patterns/task-domains/pom.xml | 7 ++++++- examples/task-patterns/task-input-templates/pom.xml | 7 ++++++- examples/task-patterns/terminate-task/pom.xml | 7 ++++++- examples/task-patterns/wait-for-event/pom.xml | 7 ++++++- examples/task-patterns/workflow-archival/pom.xml | 7 ++++++- examples/task-patterns/workflow-metadata/pom.xml | 7 ++++++- examples/task-patterns/workflow-variables/pom.xml | 7 ++++++- examples/task-patterns/workflow-versioning/pom.xml | 7 ++++++- examples/telecom/billing-telecom/pom.xml | 7 ++++++- examples/telecom/capacity-mgmt-telecom/pom.xml | 7 ++++++- examples/telecom/customer-churn/pom.xml | 7 ++++++- examples/telecom/network-monitoring/pom.xml | 7 ++++++- examples/telecom/number-porting/pom.xml | 7 ++++++- examples/telecom/roaming-management/pom.xml | 7 ++++++- examples/telecom/service-activation/pom.xml | 7 ++++++- examples/telecom/telecom-provisioning/pom.xml | 7 ++++++- examples/telecom/trouble-ticket/pom.xml | 7 ++++++- examples/telecom/usage-analytics/pom.xml | 7 ++++++- examples/travel/car-rental/pom.xml | 7 ++++++- examples/travel/expense-reporting/pom.xml | 7 ++++++- examples/travel/hotel-booking/pom.xml | 7 ++++++- examples/travel/itinerary-planning/pom.xml | 7 ++++++- examples/travel/reimbursement/pom.xml | 7 ++++++- examples/travel/travel-analytics/pom.xml | 7 ++++++- examples/travel/travel-approval/pom.xml | 7 ++++++- examples/travel/travel-booking/pom.xml | 7 ++++++- examples/travel/travel-policy/pom.xml | 7 ++++++- examples/travel/visa-processing/pom.xml | 7 ++++++- examples/user-mgmt/account-deletion/pom.xml | 7 ++++++- examples/user-mgmt/bulk-user-import/pom.xml | 7 ++++++- examples/user-mgmt/data-export-request/pom.xml | 7 ++++++- examples/user-mgmt/email-verification/pom.xml | 7 ++++++- examples/user-mgmt/gdpr-consent/pom.xml | 7 ++++++- examples/user-mgmt/multi-factor-auth/pom.xml | 7 ++++++- examples/user-mgmt/notification-preferences/pom.xml | 7 ++++++- examples/user-mgmt/nps-scoring/pom.xml | 7 ++++++- examples/user-mgmt/password-reset/pom.xml | 7 ++++++- examples/user-mgmt/permission-sync/pom.xml | 7 ++++++- examples/user-mgmt/profile-update/pom.xml | 7 ++++++- examples/user-mgmt/role-management/pom.xml | 7 ++++++- examples/user-mgmt/session-management/pom.xml | 7 ++++++- examples/user-mgmt/social-login/pom.xml | 7 ++++++- examples/user-mgmt/user-analytics/pom.xml | 7 ++++++- examples/user-mgmt/user-feedback/pom.xml | 7 ++++++- examples/user-mgmt/user-migration/pom.xml | 7 ++++++- examples/user-mgmt/user-onboarding/pom.xml | 7 ++++++- examples/user-mgmt/user-registration/pom.xml | 7 ++++++- examples/user-mgmt/user-survey/pom.xml | 7 ++++++- 792 files changed, 4758 insertions(+), 791 deletions(-) diff --git a/.github/workflows/osv-scanner-scheduled.yml b/.github/workflows/osv-scanner-scheduled.yml index ec3365cac..6094171c4 100644 --- a/.github/workflows/osv-scanner-scheduled.yml +++ b/.github/workflows/osv-scanner-scheduled.yml @@ -5,6 +5,8 @@ on: - cron: '0 6 * * 1' # Weekly Monday 6am UTC push: branches: [main] + pull_request: # TODO: remove before merge — temporary full-scan gate + branches: [main] permissions: actions: read 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 @@ 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/loyalty-program/pom.xml b/examples/ecommerce/loyalty-program/pom.xml index 6ca2d5f44..b4549756d 100644 --- a/examples/ecommerce/loyalty-program/pom.xml +++ b/examples/ecommerce/loyalty-program/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/marketplace-seller/pom.xml b/examples/ecommerce/marketplace-seller/pom.xml index 3fb16beaf..94f1d83ab 100644 --- a/examples/ecommerce/marketplace-seller/pom.xml +++ b/examples/ecommerce/marketplace-seller/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/order-management/pom.xml b/examples/ecommerce/order-management/pom.xml index a2305d43a..4f79f2f45 100644 --- a/examples/ecommerce/order-management/pom.xml +++ b/examples/ecommerce/order-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/ecommerce/payment-processing/pom.xml b/examples/ecommerce/payment-processing/pom.xml index 82eafb321..9a53dc63c 100644 --- a/examples/ecommerce/payment-processing/pom.xml +++ b/examples/ecommerce/payment-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/ecommerce/price-optimization/pom.xml b/examples/ecommerce/price-optimization/pom.xml index d6e8a1e2b..668f1ac4d 100644 --- a/examples/ecommerce/price-optimization/pom.xml +++ b/examples/ecommerce/price-optimization/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/product-catalog/pom.xml b/examples/ecommerce/product-catalog/pom.xml index 50a3d182c..3bc2ee7a1 100644 --- a/examples/ecommerce/product-catalog/pom.xml +++ b/examples/ecommerce/product-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/ecommerce/recommendation-engine/pom.xml b/examples/ecommerce/recommendation-engine/pom.xml index de5a00b31..4e700e761 100644 --- a/examples/ecommerce/recommendation-engine/pom.xml +++ b/examples/ecommerce/recommendation-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/returns-processing/pom.xml b/examples/ecommerce/returns-processing/pom.xml index 5ffb0748e..b52c460d3 100644 --- a/examples/ecommerce/returns-processing/pom.xml +++ b/examples/ecommerce/returns-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/ecommerce/shipping-workflow/pom.xml b/examples/ecommerce/shipping-workflow/pom.xml index 13f87adff..c59d68d1f 100644 --- a/examples/ecommerce/shipping-workflow/pom.xml +++ b/examples/ecommerce/shipping-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/shopping-cart/pom.xml b/examples/ecommerce/shopping-cart/pom.xml index 32591901d..ab08ae5b8 100644 --- a/examples/ecommerce/shopping-cart/pom.xml +++ b/examples/ecommerce/shopping-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/subscription-billing/pom.xml b/examples/ecommerce/subscription-billing/pom.xml index 781bebe0a..fad6e2df7 100644 --- a/examples/ecommerce/subscription-billing/pom.xml +++ b/examples/ecommerce/subscription-billing/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/tax-calculation/pom.xml b/examples/ecommerce/tax-calculation/pom.xml index 48b969538..68ab552c0 100644 --- a/examples/ecommerce/tax-calculation/pom.xml +++ b/examples/ecommerce/tax-calculation/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/education/assessment-creation/pom.xml b/examples/education/assessment-creation/pom.xml index 460ff8010..5e637134d 100644 --- a/examples/education/assessment-creation/pom.xml +++ b/examples/education/assessment-creation/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/education/certificate-issuance/pom.xml b/examples/education/certificate-issuance/pom.xml index c3bdd22a8..c60d1f3b8 100644 --- a/examples/education/certificate-issuance/pom.xml +++ b/examples/education/certificate-issuance/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/education/course-management/pom.xml b/examples/education/course-management/pom.xml index b37d8cf25..c5475cbdb 100644 --- a/examples/education/course-management/pom.xml +++ b/examples/education/course-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/education/education-enrollment/pom.xml b/examples/education/education-enrollment/pom.xml index 4ccb4baf7..ccea0b7d5 100644 --- a/examples/education/education-enrollment/pom.xml +++ b/examples/education/education-enrollment/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/education/grading-workflow/pom.xml b/examples/education/grading-workflow/pom.xml index 051ae3401..339ad9b72 100644 --- a/examples/education/grading-workflow/pom.xml +++ b/examples/education/grading-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/education/lesson-planning/pom.xml b/examples/education/lesson-planning/pom.xml index f06badb7a..d9ff05a33 100644 --- a/examples/education/lesson-planning/pom.xml +++ b/examples/education/lesson-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/education/plagiarism-detection/pom.xml b/examples/education/plagiarism-detection/pom.xml index 5989f92c4..080bc8e56 100644 --- a/examples/education/plagiarism-detection/pom.xml +++ b/examples/education/plagiarism-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/education/scholarship-processing/pom.xml b/examples/education/scholarship-processing/pom.xml index d45b54769..a8639eb22 100644 --- a/examples/education/scholarship-processing/pom.xml +++ b/examples/education/scholarship-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/education/student-progress/pom.xml b/examples/education/student-progress/pom.xml index c2ad23e48..bb1d9a519 100644 --- a/examples/education/student-progress/pom.xml +++ b/examples/education/student-progress/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/education/tutoring-match/pom.xml b/examples/education/tutoring-match/pom.xml index defdf298c..e30fc0161 100644 --- a/examples/education/tutoring-match/pom.xml +++ b/examples/education/tutoring-match/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/events/cdc-pipeline/pom.xml b/examples/events/cdc-pipeline/pom.xml index 514b5c9e6..a22fe8eee 100644 --- a/examples/events/cdc-pipeline/pom.xml +++ b/examples/events/cdc-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/events/complex-event-processing/pom.xml b/examples/events/complex-event-processing/pom.xml index 8766ebeb6..17e507810 100644 --- a/examples/events/complex-event-processing/pom.xml +++ b/examples/events/complex-event-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/events/cron-trigger/pom.xml b/examples/events/cron-trigger/pom.xml index 0b523919a..3db018d51 100644 --- a/examples/events/cron-trigger/pom.xml +++ b/examples/events/cron-trigger/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/events/dead-letter-events/pom.xml b/examples/events/dead-letter-events/pom.xml index 85af963a9..facf07488 100644 --- a/examples/events/dead-letter-events/pom.xml +++ b/examples/events/dead-letter-events/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/events/delayed-event/pom.xml b/examples/events/delayed-event/pom.xml index 1691b9bcc..69d36121b 100644 --- a/examples/events/delayed-event/pom.xml +++ b/examples/events/delayed-event/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/events/event-aggregation/pom.xml b/examples/events/event-aggregation/pom.xml index 1b2022e5f..6e7e408c1 100644 --- a/examples/events/event-aggregation/pom.xml +++ b/examples/events/event-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/events/event-audit-trail/pom.xml b/examples/events/event-audit-trail/pom.xml index 68666dcea..9724146e0 100644 --- a/examples/events/event-audit-trail/pom.xml +++ b/examples/events/event-audit-trail/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/events/event-batching/pom.xml b/examples/events/event-batching/pom.xml index 8c57a2b6a..5666ae01e 100644 --- a/examples/events/event-batching/pom.xml +++ b/examples/events/event-batching/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/events/event-choreography/pom.xml b/examples/events/event-choreography/pom.xml index 6969f0223..2e21988ab 100644 --- a/examples/events/event-choreography/pom.xml +++ b/examples/events/event-choreography/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/events/event-correlation/pom.xml b/examples/events/event-correlation/pom.xml index 74559ff16..d87052d21 100644 --- a/examples/events/event-correlation/pom.xml +++ b/examples/events/event-correlation/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/events/event-dedup/pom.xml b/examples/events/event-dedup/pom.xml index 7d2b4a086..b2b75680c 100644 --- a/examples/events/event-dedup/pom.xml +++ b/examples/events/event-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/events/event-driven-saga/pom.xml b/examples/events/event-driven-saga/pom.xml index 913cddcd8..98b991f9a 100644 --- a/examples/events/event-driven-saga/pom.xml +++ b/examples/events/event-driven-saga/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/events/event-driven-workflow/pom.xml b/examples/events/event-driven-workflow/pom.xml index d450ab749..e34ce089b 100644 --- a/examples/events/event-driven-workflow/pom.xml +++ b/examples/events/event-driven-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/events/event-fanout/pom.xml b/examples/events/event-fanout/pom.xml index b716d3340..a8989a283 100644 --- a/examples/events/event-fanout/pom.xml +++ b/examples/events/event-fanout/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/events/event-filtering/pom.xml b/examples/events/event-filtering/pom.xml index a8b3776b7..e99846f80 100644 --- a/examples/events/event-filtering/pom.xml +++ b/examples/events/event-filtering/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/events/event-management/pom.xml b/examples/events/event-management/pom.xml index 6e78036ed..d35e4b807 100644 --- a/examples/events/event-management/pom.xml +++ b/examples/events/event-management/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/events/event-merge/pom.xml b/examples/events/event-merge/pom.xml index 5175c754e..54d5964d0 100644 --- a/examples/events/event-merge/pom.xml +++ b/examples/events/event-merge/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/events/event-monitoring/pom.xml b/examples/events/event-monitoring/pom.xml index a2c7f6ba8..b4e6853cb 100644 --- a/examples/events/event-monitoring/pom.xml +++ b/examples/events/event-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/events/event-notification/pom.xml b/examples/events/event-notification/pom.xml index db46219ce..288229a1e 100644 --- a/examples/events/event-notification/pom.xml +++ b/examples/events/event-notification/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/events/event-ordering/pom.xml b/examples/events/event-ordering/pom.xml index a51c28bfc..6eb2936d3 100644 --- a/examples/events/event-ordering/pom.xml +++ b/examples/events/event-ordering/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/events/event-priority/pom.xml b/examples/events/event-priority/pom.xml index 93b9fd895..96e9408fa 100644 --- a/examples/events/event-priority/pom.xml +++ b/examples/events/event-priority/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/events/event-replay-testing/pom.xml b/examples/events/event-replay-testing/pom.xml index ae11e4eef..3fcfc0bf4 100644 --- a/examples/events/event-replay-testing/pom.xml +++ b/examples/events/event-replay-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/events/event-replay/pom.xml b/examples/events/event-replay/pom.xml index 2e7bfe999..da6e7f32a 100644 --- a/examples/events/event-replay/pom.xml +++ b/examples/events/event-replay/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/events/event-routing/pom.xml b/examples/events/event-routing/pom.xml index db85e2e40..03877ec7a 100644 --- a/examples/events/event-routing/pom.xml +++ b/examples/events/event-routing/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/events/event-schema-validation/pom.xml b/examples/events/event-schema-validation/pom.xml index 516053817..628c82a33 100644 --- a/examples/events/event-schema-validation/pom.xml +++ b/examples/events/event-schema-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/events/event-split/pom.xml b/examples/events/event-split/pom.xml index 10c1ecf91..9856afc4b 100644 --- a/examples/events/event-split/pom.xml +++ b/examples/events/event-split/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/events/event-transformation/pom.xml b/examples/events/event-transformation/pom.xml index a6ac5ca36..94b75abbb 100644 --- a/examples/events/event-transformation/pom.xml +++ b/examples/events/event-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/events/event-ttl/pom.xml b/examples/events/event-ttl/pom.xml index f839cf240..7fa88e0e5 100644 --- a/examples/events/event-ttl/pom.xml +++ b/examples/events/event-ttl/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/events/event-versioning/pom.xml b/examples/events/event-versioning/pom.xml index c27402d9e..c90ce4f7c 100644 --- a/examples/events/event-versioning/pom.xml +++ b/examples/events/event-versioning/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/events/event-windowing/pom.xml b/examples/events/event-windowing/pom.xml index f17e8c06f..472259411 100644 --- a/examples/events/event-windowing/pom.xml +++ b/examples/events/event-windowing/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/events/kafka-consumer/pom.xml b/examples/events/kafka-consumer/pom.xml index a494badbb..0ef8b49b4 100644 --- a/examples/events/kafka-consumer/pom.xml +++ b/examples/events/kafka-consumer/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/events/pubsub-consumer/pom.xml b/examples/events/pubsub-consumer/pom.xml index 1cd86fddb..c4f872a96 100644 --- a/examples/events/pubsub-consumer/pom.xml +++ b/examples/events/pubsub-consumer/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/events/scheduled-event/pom.xml b/examples/events/scheduled-event/pom.xml index 85f7ae416..dac0a1c3b 100644 --- a/examples/events/scheduled-event/pom.xml +++ b/examples/events/scheduled-event/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/events/sqs-consumer/pom.xml b/examples/events/sqs-consumer/pom.xml index e897ffcb7..8fb1711a3 100644 --- a/examples/events/sqs-consumer/pom.xml +++ b/examples/events/sqs-consumer/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/events/webhook-callback/pom.xml b/examples/events/webhook-callback/pom.xml index c995b3f1f..4b9d59731 100644 --- a/examples/events/webhook-callback/pom.xml +++ b/examples/events/webhook-callback/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/events/webhook-rate-limiting/pom.xml b/examples/events/webhook-rate-limiting/pom.xml index 15d286ea6..da5ba5b23 100644 --- a/examples/events/webhook-rate-limiting/pom.xml +++ b/examples/events/webhook-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/events/webhook-retry/pom.xml b/examples/events/webhook-retry/pom.xml index 5903292d8..92766dba0 100644 --- a/examples/events/webhook-retry/pom.xml +++ b/examples/events/webhook-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/events/webhook-security/pom.xml b/examples/events/webhook-security/pom.xml index f57aa3d61..ea584e8fa 100644 --- a/examples/events/webhook-security/pom.xml +++ b/examples/events/webhook-security/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/events/webhook-trigger/pom.xml b/examples/events/webhook-trigger/pom.xml index e9281b0eb..03d26723f 100644 --- a/examples/events/webhook-trigger/pom.xml +++ b/examples/events/webhook-trigger/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/events/webinar-registration/pom.xml b/examples/events/webinar-registration/pom.xml index ef7f0e6f4..155251576 100644 --- a/examples/events/webinar-registration/pom.xml +++ b/examples/events/webinar-registration/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/finance/account-opening/pom.xml b/examples/finance/account-opening/pom.xml index 6e4ca8e63..a915ee585 100644 --- a/examples/finance/account-opening/pom.xml +++ b/examples/finance/account-opening/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/finance/budget-approval/pom.xml b/examples/finance/budget-approval/pom.xml index 5954f25d9..b41ed0d2c 100644 --- a/examples/finance/budget-approval/pom.xml +++ b/examples/finance/budget-approval/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/finance/claims-processing/pom.xml b/examples/finance/claims-processing/pom.xml index 7a0ed2dee..850238188 100644 --- a/examples/finance/claims-processing/pom.xml +++ b/examples/finance/claims-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/finance/credit-scoring/pom.xml b/examples/finance/credit-scoring/pom.xml index 7359f8e14..1e51edbb4 100644 --- a/examples/finance/credit-scoring/pom.xml +++ b/examples/finance/credit-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/finance/cryptocurrency-trading/pom.xml b/examples/finance/cryptocurrency-trading/pom.xml index bdec802bb..8dafe56ab 100644 --- a/examples/finance/cryptocurrency-trading/pom.xml +++ b/examples/finance/cryptocurrency-trading/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/finance/expense-management/pom.xml b/examples/finance/expense-management/pom.xml index 7d2ad9f42..69337aed2 100644 --- a/examples/finance/expense-management/pom.xml +++ b/examples/finance/expense-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/finance/financial-audit/pom.xml b/examples/finance/financial-audit/pom.xml index ada5479a3..25312be08 100644 --- a/examples/finance/financial-audit/pom.xml +++ b/examples/finance/financial-audit/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/finance/insurance-underwriting/pom.xml b/examples/finance/insurance-underwriting/pom.xml index 503a2728e..ad55bf6c4 100644 --- a/examples/finance/insurance-underwriting/pom.xml +++ b/examples/finance/insurance-underwriting/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/finance/investment-workflow/pom.xml b/examples/finance/investment-workflow/pom.xml index 67621aabb..4d3fb8a57 100644 --- a/examples/finance/investment-workflow/pom.xml +++ b/examples/finance/investment-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/finance/invoice-processing/pom.xml b/examples/finance/invoice-processing/pom.xml index 1c09bf54f..0eb6e98a0 100644 --- a/examples/finance/invoice-processing/pom.xml +++ b/examples/finance/invoice-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/finance/kyc-aml/pom.xml b/examples/finance/kyc-aml/pom.xml index 86e1d3771..8497a5548 100644 --- a/examples/finance/kyc-aml/pom.xml +++ b/examples/finance/kyc-aml/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/finance/loan-origination/pom.xml b/examples/finance/loan-origination/pom.xml index 84dc64617..50559b2da 100644 --- a/examples/finance/loan-origination/pom.xml +++ b/examples/finance/loan-origination/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/finance/payment-reconciliation/pom.xml b/examples/finance/payment-reconciliation/pom.xml index dd5eef2e2..9f17681b5 100644 --- a/examples/finance/payment-reconciliation/pom.xml +++ b/examples/finance/payment-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/finance/payroll-workflow/pom.xml b/examples/finance/payroll-workflow/pom.xml index 73af449ba..f8b188557 100644 --- a/examples/finance/payroll-workflow/pom.xml +++ b/examples/finance/payroll-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/finance/portfolio-rebalancing/pom.xml b/examples/finance/portfolio-rebalancing/pom.xml index 9704a0f67..f9f6c05ac 100644 --- a/examples/finance/portfolio-rebalancing/pom.xml +++ b/examples/finance/portfolio-rebalancing/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/finance/regulatory-reporting/pom.xml b/examples/finance/regulatory-reporting/pom.xml index 7f1414d46..4ef6308e5 100644 --- a/examples/finance/regulatory-reporting/pom.xml +++ b/examples/finance/regulatory-reporting/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/finance/risk-assessment/pom.xml b/examples/finance/risk-assessment/pom.xml index 5b8aba4db..672276591 100644 --- a/examples/finance/risk-assessment/pom.xml +++ b/examples/finance/risk-assessment/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/finance/tax-filing/pom.xml b/examples/finance/tax-filing/pom.xml index 9977a0f41..117170440 100644 --- a/examples/finance/tax-filing/pom.xml +++ b/examples/finance/tax-filing/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/finance/trade-execution/pom.xml b/examples/finance/trade-execution/pom.xml index 88b1e309e..d6d964fed 100644 --- a/examples/finance/trade-execution/pom.xml +++ b/examples/finance/trade-execution/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/finance/wire-transfer/pom.xml b/examples/finance/wire-transfer/pom.xml index 6301bfb69..48bdc93ea 100644 --- a/examples/finance/wire-transfer/pom.xml +++ b/examples/finance/wire-transfer/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/food/catering-management/pom.xml b/examples/food/catering-management/pom.xml index 15a4f857b..5d770c8a1 100644 --- a/examples/food/catering-management/pom.xml +++ b/examples/food/catering-management/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/food/delivery-tracking/pom.xml b/examples/food/delivery-tracking/pom.xml index 336cdbd61..561e27c33 100644 --- a/examples/food/delivery-tracking/pom.xml +++ b/examples/food/delivery-tracking/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/food/food-ordering/pom.xml b/examples/food/food-ordering/pom.xml index 37bb1e0eb..1abde046a 100644 --- a/examples/food/food-ordering/pom.xml +++ b/examples/food/food-ordering/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/food/food-safety/pom.xml b/examples/food/food-safety/pom.xml index b0688e0fd..d8beb5db9 100644 --- a/examples/food/food-safety/pom.xml +++ b/examples/food/food-safety/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/food/kitchen-workflow/pom.xml b/examples/food/kitchen-workflow/pom.xml index 97e888eb6..f1f084489 100644 --- a/examples/food/kitchen-workflow/pom.xml +++ b/examples/food/kitchen-workflow/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/food/loyalty-rewards/pom.xml b/examples/food/loyalty-rewards/pom.xml index 7186e2471..450089c21 100644 --- a/examples/food/loyalty-rewards/pom.xml +++ b/examples/food/loyalty-rewards/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/food/menu-management/pom.xml b/examples/food/menu-management/pom.xml index b5ff97196..de92d80b5 100644 --- a/examples/food/menu-management/pom.xml +++ b/examples/food/menu-management/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/food/nutrition-tracking/pom.xml b/examples/food/nutrition-tracking/pom.xml index 8dbdd4a5e..c30c484bf 100644 --- a/examples/food/nutrition-tracking/pom.xml +++ b/examples/food/nutrition-tracking/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/food/reservation-system/pom.xml b/examples/food/reservation-system/pom.xml index e91761873..c248b9ef7 100644 --- a/examples/food/reservation-system/pom.xml +++ b/examples/food/reservation-system/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/food/restaurant-management/pom.xml b/examples/food/restaurant-management/pom.xml index b33e872dd..2229947cf 100644 --- a/examples/food/restaurant-management/pom.xml +++ b/examples/food/restaurant-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/gaming/anti-cheat/pom.xml b/examples/gaming/anti-cheat/pom.xml index 80b7e1e95..69445e815 100644 --- a/examples/gaming/anti-cheat/pom.xml +++ b/examples/gaming/anti-cheat/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/gaming/game-analytics/pom.xml b/examples/gaming/game-analytics/pom.xml index 833c01b7d..ab5fe8d62 100644 --- a/examples/gaming/game-analytics/pom.xml +++ b/examples/gaming/game-analytics/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/gaming/gaming-matchmaking/pom.xml b/examples/gaming/gaming-matchmaking/pom.xml index 926c9a022..c8b1afc5f 100644 --- a/examples/gaming/gaming-matchmaking/pom.xml +++ b/examples/gaming/gaming-matchmaking/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/gaming/in-app-purchase/pom.xml b/examples/gaming/in-app-purchase/pom.xml index e9ec4cdb3..23bd7b467 100644 --- a/examples/gaming/in-app-purchase/pom.xml +++ b/examples/gaming/in-app-purchase/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/gaming/leaderboard-update/pom.xml b/examples/gaming/leaderboard-update/pom.xml index 29af1c38f..ca2bc2dbb 100644 --- a/examples/gaming/leaderboard-update/pom.xml +++ b/examples/gaming/leaderboard-update/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/gaming/live-ops/pom.xml b/examples/gaming/live-ops/pom.xml index 2996000b2..db22968e2 100644 --- a/examples/gaming/live-ops/pom.xml +++ b/examples/gaming/live-ops/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/gaming/player-progression/pom.xml b/examples/gaming/player-progression/pom.xml index 29a0ebf9d..b6bdbb271 100644 --- a/examples/gaming/player-progression/pom.xml +++ b/examples/gaming/player-progression/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/gaming/season-management/pom.xml b/examples/gaming/season-management/pom.xml index 5fdf56430..41eb8d8d2 100644 --- a/examples/gaming/season-management/pom.xml +++ b/examples/gaming/season-management/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/gaming/tournament-bracket/pom.xml b/examples/gaming/tournament-bracket/pom.xml index 0b05e61bb..7e4a84b3f 100644 --- a/examples/gaming/tournament-bracket/pom.xml +++ b/examples/gaming/tournament-bracket/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/gaming/virtual-economy/pom.xml b/examples/gaming/virtual-economy/pom.xml index 558cf223c..7e9ae7158 100644 --- a/examples/gaming/virtual-economy/pom.xml +++ b/examples/gaming/virtual-economy/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/government/benefit-determination/pom.xml b/examples/government/benefit-determination/pom.xml index cbb3af1ec..82938b848 100644 --- a/examples/government/benefit-determination/pom.xml +++ b/examples/government/benefit-determination/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/government/case-management-gov/pom.xml b/examples/government/case-management-gov/pom.xml index 2015fe3fd..5e436a846 100644 --- a/examples/government/case-management-gov/pom.xml +++ b/examples/government/case-management-gov/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/government/citizen-request/pom.xml b/examples/government/citizen-request/pom.xml index 4975f2ab5..d499d5b0b 100644 --- a/examples/government/citizen-request/pom.xml +++ b/examples/government/citizen-request/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/government/emergency-response/pom.xml b/examples/government/emergency-response/pom.xml index 0d4ceb453..cc700c22e 100644 --- a/examples/government/emergency-response/pom.xml +++ b/examples/government/emergency-response/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/government/government-permit/pom.xml b/examples/government/government-permit/pom.xml index 6c3884918..f3eb8b097 100644 --- a/examples/government/government-permit/pom.xml +++ b/examples/government/government-permit/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/government/inspection-workflow/pom.xml b/examples/government/inspection-workflow/pom.xml index 1accf6950..451317520 100644 --- a/examples/government/inspection-workflow/pom.xml +++ b/examples/government/inspection-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/government/public-health/pom.xml b/examples/government/public-health/pom.xml index f0856ef71..5028896a7 100644 --- a/examples/government/public-health/pom.xml +++ b/examples/government/public-health/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/government/public-records/pom.xml b/examples/government/public-records/pom.xml index 6e5eede3a..174c52d8f 100644 --- a/examples/government/public-records/pom.xml +++ b/examples/government/public-records/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/government/tax-assessment/pom.xml b/examples/government/tax-assessment/pom.xml index 63808d4f1..09e3d4d63 100644 --- a/examples/government/tax-assessment/pom.xml +++ b/examples/government/tax-assessment/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/government/voting-workflow/pom.xml b/examples/government/voting-workflow/pom.xml index 3f67d5992..0d2301a5f 100644 --- a/examples/government/voting-workflow/pom.xml +++ b/examples/government/voting-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/healthcare/appointment-scheduling/pom.xml b/examples/healthcare/appointment-scheduling/pom.xml index d7ca08f9a..25305f00a 100644 --- a/examples/healthcare/appointment-scheduling/pom.xml +++ b/examples/healthcare/appointment-scheduling/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/healthcare/billing-medical/pom.xml b/examples/healthcare/billing-medical/pom.xml index ef36f1b18..1d25f477d 100644 --- a/examples/healthcare/billing-medical/pom.xml +++ b/examples/healthcare/billing-medical/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/healthcare/care-coordination/pom.xml b/examples/healthcare/care-coordination/pom.xml index 56d8d699f..2ee6aeb1f 100644 --- a/examples/healthcare/care-coordination/pom.xml +++ b/examples/healthcare/care-coordination/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/healthcare/clinical-decision/pom.xml b/examples/healthcare/clinical-decision/pom.xml index 4177242ad..cd8a79718 100644 --- a/examples/healthcare/clinical-decision/pom.xml +++ b/examples/healthcare/clinical-decision/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/healthcare/clinical-trials/pom.xml b/examples/healthcare/clinical-trials/pom.xml index 0f471ba6d..73ef96ed5 100644 --- a/examples/healthcare/clinical-trials/pom.xml +++ b/examples/healthcare/clinical-trials/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/healthcare/discharge-planning/pom.xml b/examples/healthcare/discharge-planning/pom.xml index 6263ecf1d..2b580010d 100644 --- a/examples/healthcare/discharge-planning/pom.xml +++ b/examples/healthcare/discharge-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/healthcare/drug-interaction/pom.xml b/examples/healthcare/drug-interaction/pom.xml index a1becce39..b9d2e1b43 100644 --- a/examples/healthcare/drug-interaction/pom.xml +++ b/examples/healthcare/drug-interaction/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/healthcare/ehr-integration/pom.xml b/examples/healthcare/ehr-integration/pom.xml index 1dfcc1624..182b030a9 100644 --- a/examples/healthcare/ehr-integration/pom.xml +++ b/examples/healthcare/ehr-integration/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/healthcare/genomics-pipeline/pom.xml b/examples/healthcare/genomics-pipeline/pom.xml index aa2d27996..b2d67e2b8 100644 --- a/examples/healthcare/genomics-pipeline/pom.xml +++ b/examples/healthcare/genomics-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/healthcare/insurance-claims/pom.xml b/examples/healthcare/insurance-claims/pom.xml index 3ac565d32..6921d73da 100644 --- a/examples/healthcare/insurance-claims/pom.xml +++ b/examples/healthcare/insurance-claims/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/healthcare/lab-results/pom.xml b/examples/healthcare/lab-results/pom.xml index adad47cec..eb09dcef3 100644 --- a/examples/healthcare/lab-results/pom.xml +++ b/examples/healthcare/lab-results/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/healthcare/medical-imaging/pom.xml b/examples/healthcare/medical-imaging/pom.xml index db6d47b83..6bd46e8b7 100644 --- a/examples/healthcare/medical-imaging/pom.xml +++ b/examples/healthcare/medical-imaging/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/healthcare/mental-health/pom.xml b/examples/healthcare/mental-health/pom.xml index d4b2f5fb4..5dde60dac 100644 --- a/examples/healthcare/mental-health/pom.xml +++ b/examples/healthcare/mental-health/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/healthcare/patient-intake/pom.xml b/examples/healthcare/patient-intake/pom.xml index f4dc5d04b..47c6974ca 100644 --- a/examples/healthcare/patient-intake/pom.xml +++ b/examples/healthcare/patient-intake/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/healthcare/population-health/pom.xml b/examples/healthcare/population-health/pom.xml index 19a7894f2..4bae96c38 100644 --- a/examples/healthcare/population-health/pom.xml +++ b/examples/healthcare/population-health/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/healthcare/prescription-workflow/pom.xml b/examples/healthcare/prescription-workflow/pom.xml index e6e487969..5bc14e001 100644 --- a/examples/healthcare/prescription-workflow/pom.xml +++ b/examples/healthcare/prescription-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/healthcare/prior-authorization/pom.xml b/examples/healthcare/prior-authorization/pom.xml index 8bad9aaf8..a79eb7a40 100644 --- a/examples/healthcare/prior-authorization/pom.xml +++ b/examples/healthcare/prior-authorization/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/healthcare/referral-management/pom.xml b/examples/healthcare/referral-management/pom.xml index 91fcd1803..80d2a650f 100644 --- a/examples/healthcare/referral-management/pom.xml +++ b/examples/healthcare/referral-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/healthcare/remote-monitoring/pom.xml b/examples/healthcare/remote-monitoring/pom.xml index 639d9268b..7ce47343e 100644 --- a/examples/healthcare/remote-monitoring/pom.xml +++ b/examples/healthcare/remote-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/healthcare/telemedicine/pom.xml b/examples/healthcare/telemedicine/pom.xml index 5fa6e2434..6d8c5fea3 100644 --- a/examples/healthcare/telemedicine/pom.xml +++ b/examples/healthcare/telemedicine/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/hr/background-check/pom.xml b/examples/hr/background-check/pom.xml index d33181131..a4c71d533 100644 --- a/examples/hr/background-check/pom.xml +++ b/examples/hr/background-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/hr/benefits-enrollment/pom.xml b/examples/hr/benefits-enrollment/pom.xml index 570566cc1..c0b282dc6 100644 --- a/examples/hr/benefits-enrollment/pom.xml +++ b/examples/hr/benefits-enrollment/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/hr/hr-onboarding/pom.xml b/examples/hr/hr-onboarding/pom.xml index cd569f2b1..22a2fc371 100644 --- a/examples/hr/hr-onboarding/pom.xml +++ b/examples/hr/hr-onboarding/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/hr/interview-scheduling/pom.xml b/examples/hr/interview-scheduling/pom.xml index af4d100b3..2d48407e8 100644 --- a/examples/hr/interview-scheduling/pom.xml +++ b/examples/hr/interview-scheduling/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/hr/leave-management/pom.xml b/examples/hr/leave-management/pom.xml index aca491242..3c6fd42c8 100644 --- a/examples/hr/leave-management/pom.xml +++ b/examples/hr/leave-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/hr/offer-management/pom.xml b/examples/hr/offer-management/pom.xml index 785d8cdec..6ad7ee528 100644 --- a/examples/hr/offer-management/pom.xml +++ b/examples/hr/offer-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/hr/performance-review/pom.xml b/examples/hr/performance-review/pom.xml index 9eeacfc92..6a27af3b0 100644 --- a/examples/hr/performance-review/pom.xml +++ b/examples/hr/performance-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/hr/recruitment-pipeline/pom.xml b/examples/hr/recruitment-pipeline/pom.xml index d99fe151b..70cbd27b5 100644 --- a/examples/hr/recruitment-pipeline/pom.xml +++ b/examples/hr/recruitment-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/hr/time-tracking/pom.xml b/examples/hr/time-tracking/pom.xml index eefab8619..2441bf313 100644 --- a/examples/hr/time-tracking/pom.xml +++ b/examples/hr/time-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/hr/training-management/pom.xml b/examples/hr/training-management/pom.xml index cc86db438..69479f8b5 100644 --- a/examples/hr/training-management/pom.xml +++ b/examples/hr/training-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/human-in-loop/approval-comments/pom.xml b/examples/human-in-loop/approval-comments/pom.xml index b416ea8c1..005ecf835 100644 --- a/examples/human-in-loop/approval-comments/pom.xml +++ b/examples/human-in-loop/approval-comments/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/human-in-loop/approval-dashboard-nextjs/pom.xml b/examples/human-in-loop/approval-dashboard-nextjs/pom.xml index fb69ab22c..a4c2748eb 100644 --- a/examples/human-in-loop/approval-dashboard-nextjs/pom.xml +++ b/examples/human-in-loop/approval-dashboard-nextjs/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/human-in-loop/approval-dashboard-react/pom.xml b/examples/human-in-loop/approval-dashboard-react/pom.xml index f9160dadb..baeee4c8e 100644 --- a/examples/human-in-loop/approval-dashboard-react/pom.xml +++ b/examples/human-in-loop/approval-dashboard-react/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/human-in-loop/approval-delegation/pom.xml b/examples/human-in-loop/approval-delegation/pom.xml index 29c82bb86..d0f83a21b 100644 --- a/examples/human-in-loop/approval-delegation/pom.xml +++ b/examples/human-in-loop/approval-delegation/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/human-in-loop/conditional-approval/pom.xml b/examples/human-in-loop/conditional-approval/pom.xml index c11e5a556..7d6610407 100644 --- a/examples/human-in-loop/conditional-approval/pom.xml +++ b/examples/human-in-loop/conditional-approval/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/human-in-loop/content-review-pipeline/pom.xml b/examples/human-in-loop/content-review-pipeline/pom.xml index 0edb23a92..21ac4a443 100644 --- a/examples/human-in-loop/content-review-pipeline/pom.xml +++ b/examples/human-in-loop/content-review-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/human-in-loop/customer-onboarding-kyc/pom.xml b/examples/human-in-loop/customer-onboarding-kyc/pom.xml index 56d5b3944..5ce219e6f 100644 --- a/examples/human-in-loop/customer-onboarding-kyc/pom.xml +++ b/examples/human-in-loop/customer-onboarding-kyc/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/human-in-loop/document-verification/pom.xml b/examples/human-in-loop/document-verification/pom.xml index 105c3390e..16b4f2811 100644 --- a/examples/human-in-loop/document-verification/pom.xml +++ b/examples/human-in-loop/document-verification/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/human-in-loop/email-approval/pom.xml b/examples/human-in-loop/email-approval/pom.xml index 74b0a48cc..698355df2 100644 --- a/examples/human-in-loop/email-approval/pom.xml +++ b/examples/human-in-loop/email-approval/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/human-in-loop/escalation-chain/pom.xml b/examples/human-in-loop/escalation-chain/pom.xml index 091ad2306..e315f7b33 100644 --- a/examples/human-in-loop/escalation-chain/pom.xml +++ b/examples/human-in-loop/escalation-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/human-in-loop/escalation-timer/pom.xml b/examples/human-in-loop/escalation-timer/pom.xml index f5bbdfa2b..9c786085f 100644 --- a/examples/human-in-loop/escalation-timer/pom.xml +++ b/examples/human-in-loop/escalation-timer/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/human-in-loop/exception-handling/pom.xml b/examples/human-in-loop/exception-handling/pom.xml index aaf1ffdc5..4a1bf3522 100644 --- a/examples/human-in-loop/exception-handling/pom.xml +++ b/examples/human-in-loop/exception-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/human-in-loop/expense-approval/pom.xml b/examples/human-in-loop/expense-approval/pom.xml index e0542f835..a4ecb8bcb 100644 --- a/examples/human-in-loop/expense-approval/pom.xml +++ b/examples/human-in-loop/expense-approval/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/human-in-loop/four-eyes-approval/pom.xml b/examples/human-in-loop/four-eyes-approval/pom.xml index e11d48a1f..cd15188b2 100644 --- a/examples/human-in-loop/four-eyes-approval/pom.xml +++ b/examples/human-in-loop/four-eyes-approval/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/human-in-loop/helpdesk-routing/pom.xml b/examples/human-in-loop/helpdesk-routing/pom.xml index cea9e3ae8..773f7231d 100644 --- a/examples/human-in-loop/helpdesk-routing/pom.xml +++ b/examples/human-in-loop/helpdesk-routing/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/human-in-loop/human-group-claim/pom.xml b/examples/human-in-loop/human-group-claim/pom.xml index 8a11beb98..fa5712b3c 100644 --- a/examples/human-in-loop/human-group-claim/pom.xml +++ b/examples/human-in-loop/human-group-claim/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/human-in-loop/human-task/pom.xml b/examples/human-in-loop/human-task/pom.xml index 9b06a047b..ddecbfb59 100644 --- a/examples/human-in-loop/human-task/pom.xml +++ b/examples/human-in-loop/human-task/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/human-in-loop/human-user-assignment/pom.xml b/examples/human-in-loop/human-user-assignment/pom.xml index 8b84c4b3e..cdbf85fb1 100644 --- a/examples/human-in-loop/human-user-assignment/pom.xml +++ b/examples/human-in-loop/human-user-assignment/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/human-in-loop/legal-contract-review/pom.xml b/examples/human-in-loop/legal-contract-review/pom.xml index 6e695b63c..8d1143cd4 100644 --- a/examples/human-in-loop/legal-contract-review/pom.xml +++ b/examples/human-in-loop/legal-contract-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/human-in-loop/medical-records-review/pom.xml b/examples/human-in-loop/medical-records-review/pom.xml index e57ec830b..041c31f85 100644 --- a/examples/human-in-loop/medical-records-review/pom.xml +++ b/examples/human-in-loop/medical-records-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/human-in-loop/mobile-approval-flutter/pom.xml b/examples/human-in-loop/mobile-approval-flutter/pom.xml index 968ee8d70..9ed73b88b 100644 --- a/examples/human-in-loop/mobile-approval-flutter/pom.xml +++ b/examples/human-in-loop/mobile-approval-flutter/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/human-in-loop/multi-level-approval/pom.xml b/examples/human-in-loop/multi-level-approval/pom.xml index 3f825e70d..9a4aef6cf 100644 --- a/examples/human-in-loop/multi-level-approval/pom.xml +++ b/examples/human-in-loop/multi-level-approval/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/human-in-loop/multi-tenant-approval/pom.xml b/examples/human-in-loop/multi-tenant-approval/pom.xml index 90cbcd0e0..0133cfcb8 100644 --- a/examples/human-in-loop/multi-tenant-approval/pom.xml +++ b/examples/human-in-loop/multi-tenant-approval/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/human-in-loop/quality-gate/pom.xml b/examples/human-in-loop/quality-gate/pom.xml index e14a14100..08d92a3ee 100644 --- a/examples/human-in-loop/quality-gate/pom.xml +++ b/examples/human-in-loop/quality-gate/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/human-in-loop/slack-approval/pom.xml b/examples/human-in-loop/slack-approval/pom.xml index 6bbc18118..fe7cb7ba4 100644 --- a/examples/human-in-loop/slack-approval/pom.xml +++ b/examples/human-in-loop/slack-approval/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/human-in-loop/ticket-management/pom.xml b/examples/human-in-loop/ticket-management/pom.xml index 5796cd9dc..f16368cff 100644 --- a/examples/human-in-loop/ticket-management/pom.xml +++ b/examples/human-in-loop/ticket-management/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/human-in-loop/training-data-labeling/pom.xml b/examples/human-in-loop/training-data-labeling/pom.xml index 573426630..2efbb0ca4 100644 --- a/examples/human-in-loop/training-data-labeling/pom.xml +++ b/examples/human-in-loop/training-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/human-in-loop/wait-rest-api/pom.xml b/examples/human-in-loop/wait-rest-api/pom.xml index d4aeb735e..8295f5dab 100644 --- a/examples/human-in-loop/wait-rest-api/pom.xml +++ b/examples/human-in-loop/wait-rest-api/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/human-in-loop/wait-sdk/pom.xml b/examples/human-in-loop/wait-sdk/pom.xml index 6f313804a..c22ea5e95 100644 --- a/examples/human-in-loop/wait-sdk/pom.xml +++ b/examples/human-in-loop/wait-sdk/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/human-in-loop/wait-task-basics/pom.xml b/examples/human-in-loop/wait-task-basics/pom.xml index 67f807383..9173bfdb8 100644 --- a/examples/human-in-loop/wait-task-basics/pom.xml +++ b/examples/human-in-loop/wait-task-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/human-in-loop/wait-timeout-escalation/pom.xml b/examples/human-in-loop/wait-timeout-escalation/pom.xml index 12097fc03..343d24003 100644 --- a/examples/human-in-loop/wait-timeout-escalation/pom.xml +++ b/examples/human-in-loop/wait-timeout-escalation/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/insurance/actuarial-workflow/pom.xml b/examples/insurance/actuarial-workflow/pom.xml index 7baf17f6a..25a724eb8 100644 --- a/examples/insurance/actuarial-workflow/pom.xml +++ b/examples/insurance/actuarial-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/insurance/agency-management/pom.xml b/examples/insurance/agency-management/pom.xml index 57f9e9108..bad437263 100644 --- a/examples/insurance/agency-management/pom.xml +++ b/examples/insurance/agency-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/insurance/commission-insurance/pom.xml b/examples/insurance/commission-insurance/pom.xml index ef247fd63..34654b471 100644 --- a/examples/insurance/commission-insurance/pom.xml +++ b/examples/insurance/commission-insurance/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/insurance/compliance-insurance/pom.xml b/examples/insurance/compliance-insurance/pom.xml index 7afc622c6..ce755b469 100644 --- a/examples/insurance/compliance-insurance/pom.xml +++ b/examples/insurance/compliance-insurance/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/insurance/endorsement-processing/pom.xml b/examples/insurance/endorsement-processing/pom.xml index 8f805e450..e1bc100d5 100644 --- a/examples/insurance/endorsement-processing/pom.xml +++ b/examples/insurance/endorsement-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/insurance/insurance-renewal/pom.xml b/examples/insurance/insurance-renewal/pom.xml index 28782af26..f5d0dff05 100644 --- a/examples/insurance/insurance-renewal/pom.xml +++ b/examples/insurance/insurance-renewal/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/insurance/policy-issuance/pom.xml b/examples/insurance/policy-issuance/pom.xml index b7f52aaf3..89ea3ac62 100644 --- a/examples/insurance/policy-issuance/pom.xml +++ b/examples/insurance/policy-issuance/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/insurance/premium-calculation/pom.xml b/examples/insurance/premium-calculation/pom.xml index 70c3f6666..d890c760e 100644 --- a/examples/insurance/premium-calculation/pom.xml +++ b/examples/insurance/premium-calculation/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/insurance/reinsurance/pom.xml b/examples/insurance/reinsurance/pom.xml index 425f23379..a284b613b 100644 --- a/examples/insurance/reinsurance/pom.xml +++ b/examples/insurance/reinsurance/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/insurance/salvage-recovery/pom.xml b/examples/insurance/salvage-recovery/pom.xml index 023b71fff..afe321d93 100644 --- a/examples/insurance/salvage-recovery/pom.xml +++ b/examples/insurance/salvage-recovery/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/integrations/aws-integration/pom.xml b/examples/integrations/aws-integration/pom.xml index 97f4b0baa..9968f761b 100644 --- a/examples/integrations/aws-integration/pom.xml +++ b/examples/integrations/aws-integration/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/integrations/azure-integration/pom.xml b/examples/integrations/azure-integration/pom.xml index 03a6bc555..87459e7e1 100644 --- a/examples/integrations/azure-integration/pom.xml +++ b/examples/integrations/azure-integration/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/integrations/cloudwatch-integration/pom.xml b/examples/integrations/cloudwatch-integration/pom.xml index 0dfb2cf20..e6b510d09 100644 --- a/examples/integrations/cloudwatch-integration/pom.xml +++ b/examples/integrations/cloudwatch-integration/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/integrations/database-integration/pom.xml b/examples/integrations/database-integration/pom.xml index c51268e59..0d1ddde01 100644 --- a/examples/integrations/database-integration/pom.xml +++ b/examples/integrations/database-integration/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/integrations/elasticsearch-integration/pom.xml b/examples/integrations/elasticsearch-integration/pom.xml index fb3a63f08..c272d7409 100644 --- a/examples/integrations/elasticsearch-integration/pom.xml +++ b/examples/integrations/elasticsearch-integration/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/integrations/gcp-integration/pom.xml b/examples/integrations/gcp-integration/pom.xml index 5cfdaf0db..2859fa833 100644 --- a/examples/integrations/gcp-integration/pom.xml +++ b/examples/integrations/gcp-integration/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/integrations/github-integration/pom.xml b/examples/integrations/github-integration/pom.xml index 45144152a..8c5ce4560 100644 --- a/examples/integrations/github-integration/pom.xml +++ b/examples/integrations/github-integration/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/integrations/hubspot-integration/pom.xml b/examples/integrations/hubspot-integration/pom.xml index 24d7dfea4..a307441d5 100644 --- a/examples/integrations/hubspot-integration/pom.xml +++ b/examples/integrations/hubspot-integration/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/integrations/jira-integration/pom.xml b/examples/integrations/jira-integration/pom.xml index d499a4993..78abaf347 100644 --- a/examples/integrations/jira-integration/pom.xml +++ b/examples/integrations/jira-integration/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/integrations/lambda-integration/pom.xml b/examples/integrations/lambda-integration/pom.xml index e225617de..d224e2637 100644 --- a/examples/integrations/lambda-integration/pom.xml +++ b/examples/integrations/lambda-integration/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/integrations/redis-integration/pom.xml b/examples/integrations/redis-integration/pom.xml index ff71d3d72..e4482ff28 100644 --- a/examples/integrations/redis-integration/pom.xml +++ b/examples/integrations/redis-integration/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/integrations/s3-integration/pom.xml b/examples/integrations/s3-integration/pom.xml index d88572c2b..c94fb2f16 100644 --- a/examples/integrations/s3-integration/pom.xml +++ b/examples/integrations/s3-integration/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/integrations/salesforce-integration/pom.xml b/examples/integrations/salesforce-integration/pom.xml index 43609f12f..968301afa 100644 --- a/examples/integrations/salesforce-integration/pom.xml +++ b/examples/integrations/salesforce-integration/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/integrations/sendgrid-integration/pom.xml b/examples/integrations/sendgrid-integration/pom.xml index 461546719..cf0c48281 100644 --- a/examples/integrations/sendgrid-integration/pom.xml +++ b/examples/integrations/sendgrid-integration/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/integrations/slack-integration/pom.xml b/examples/integrations/slack-integration/pom.xml index 06415add0..1859c92f2 100644 --- a/examples/integrations/slack-integration/pom.xml +++ b/examples/integrations/slack-integration/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/integrations/sns-sqs-integration/pom.xml b/examples/integrations/sns-sqs-integration/pom.xml index 48e15c1b8..52ea010ff 100644 --- a/examples/integrations/sns-sqs-integration/pom.xml +++ b/examples/integrations/sns-sqs-integration/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/integrations/stripe-integration/pom.xml b/examples/integrations/stripe-integration/pom.xml index 07653b296..b8f8019a3 100644 --- a/examples/integrations/stripe-integration/pom.xml +++ b/examples/integrations/stripe-integration/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/integrations/teams-integration/pom.xml b/examples/integrations/teams-integration/pom.xml index b3900b0c5..6d193ac26 100644 --- a/examples/integrations/teams-integration/pom.xml +++ b/examples/integrations/teams-integration/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/integrations/twilio-integration/pom.xml b/examples/integrations/twilio-integration/pom.xml index a4fa7fc7e..c281c58f3 100644 --- a/examples/integrations/twilio-integration/pom.xml +++ b/examples/integrations/twilio-integration/pom.xml @@ -26,10 +26,20 @@ twilio 10.1.5 + + commons-io + commons-io + 2.14.0 + 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/integrations/zendesk-integration/pom.xml b/examples/integrations/zendesk-integration/pom.xml index d001048e5..27d08ebce 100644 --- a/examples/integrations/zendesk-integration/pom.xml +++ b/examples/integrations/zendesk-integration/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/iot/agriculture-iot/pom.xml b/examples/iot/agriculture-iot/pom.xml index cab3c0c8d..fd994474a 100644 --- a/examples/iot/agriculture-iot/pom.xml +++ b/examples/iot/agriculture-iot/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/iot/air-quality/pom.xml b/examples/iot/air-quality/pom.xml index ddeee18f7..d0afd8fd3 100644 --- a/examples/iot/air-quality/pom.xml +++ b/examples/iot/air-quality/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/iot/asset-tracking/pom.xml b/examples/iot/asset-tracking/pom.xml index 240532159..e1d1262f0 100644 --- a/examples/iot/asset-tracking/pom.xml +++ b/examples/iot/asset-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/iot/building-automation/pom.xml b/examples/iot/building-automation/pom.xml index 9f1472a1f..681d45017 100644 --- a/examples/iot/building-automation/pom.xml +++ b/examples/iot/building-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/iot/connected-vehicles/pom.xml b/examples/iot/connected-vehicles/pom.xml index 7c4e6caa7..51510ebdf 100644 --- a/examples/iot/connected-vehicles/pom.xml +++ b/examples/iot/connected-vehicles/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/iot/device-management/pom.xml b/examples/iot/device-management/pom.xml index 76f84b192..ebebcaf39 100644 --- a/examples/iot/device-management/pom.xml +++ b/examples/iot/device-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/iot/edge-computing/pom.xml b/examples/iot/edge-computing/pom.xml index 1d442f616..1fe3e4ac8 100644 --- a/examples/iot/edge-computing/pom.xml +++ b/examples/iot/edge-computing/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/iot/energy-management/pom.xml b/examples/iot/energy-management/pom.xml index ff1126bc1..7390eecaa 100644 --- a/examples/iot/energy-management/pom.xml +++ b/examples/iot/energy-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/iot/environmental-monitoring/pom.xml b/examples/iot/environmental-monitoring/pom.xml index f2858b31c..5c1f29893 100644 --- a/examples/iot/environmental-monitoring/pom.xml +++ b/examples/iot/environmental-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/iot/firmware-update/pom.xml b/examples/iot/firmware-update/pom.xml index e0b77cbc8..8086042a3 100644 --- a/examples/iot/firmware-update/pom.xml +++ b/examples/iot/firmware-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/iot/fleet-management/pom.xml b/examples/iot/fleet-management/pom.xml index 6d4c31e13..6a5676ea3 100644 --- a/examples/iot/fleet-management/pom.xml +++ b/examples/iot/fleet-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/iot/geofencing/pom.xml b/examples/iot/geofencing/pom.xml index 616ec0558..98b4e5bcf 100644 --- a/examples/iot/geofencing/pom.xml +++ b/examples/iot/geofencing/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/iot/industrial-iot/pom.xml b/examples/iot/industrial-iot/pom.xml index 88933a683..bd8f6ab55 100644 --- a/examples/iot/industrial-iot/pom.xml +++ b/examples/iot/industrial-iot/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/iot/iot-security/pom.xml b/examples/iot/iot-security/pom.xml index 7f04c24c9..cb663b9ff 100644 --- a/examples/iot/iot-security/pom.xml +++ b/examples/iot/iot-security/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/iot/predictive-maintenance/pom.xml b/examples/iot/predictive-maintenance/pom.xml index 4a011adb2..87a351475 100644 --- a/examples/iot/predictive-maintenance/pom.xml +++ b/examples/iot/predictive-maintenance/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/iot/sensor-data-processing/pom.xml b/examples/iot/sensor-data-processing/pom.xml index 84d639860..bd87a7c5a 100644 --- a/examples/iot/sensor-data-processing/pom.xml +++ b/examples/iot/sensor-data-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/iot/smart-home/pom.xml b/examples/iot/smart-home/pom.xml index da03950ea..8da1a5294 100644 --- a/examples/iot/smart-home/pom.xml +++ b/examples/iot/smart-home/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/iot/supply-chain-iot/pom.xml b/examples/iot/supply-chain-iot/pom.xml index 04d88e150..a0875ca14 100644 --- a/examples/iot/supply-chain-iot/pom.xml +++ b/examples/iot/supply-chain-iot/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/iot/water-management/pom.xml b/examples/iot/water-management/pom.xml index eada1f995..9474afb89 100644 --- a/examples/iot/water-management/pom.xml +++ b/examples/iot/water-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/iot/wearable-data/pom.xml b/examples/iot/wearable-data/pom.xml index f5cacde54..c99ac72d5 100644 --- a/examples/iot/wearable-data/pom.xml +++ b/examples/iot/wearable-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/legal/compliance-review/pom.xml b/examples/legal/compliance-review/pom.xml index 99dd098f5..c808743c6 100644 --- a/examples/legal/compliance-review/pom.xml +++ b/examples/legal/compliance-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/legal/contract-analysis/pom.xml b/examples/legal/contract-analysis/pom.xml index 96d1483b0..b76527bfb 100644 --- a/examples/legal/contract-analysis/pom.xml +++ b/examples/legal/contract-analysis/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/legal/document-review/pom.xml b/examples/legal/document-review/pom.xml index d5d1950b9..4fc856601 100644 --- a/examples/legal/document-review/pom.xml +++ b/examples/legal/document-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/legal/e-discovery/pom.xml b/examples/legal/e-discovery/pom.xml index 3edd1b0c4..011d9a0b2 100644 --- a/examples/legal/e-discovery/pom.xml +++ b/examples/legal/e-discovery/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/legal/legal-billing/pom.xml b/examples/legal/legal-billing/pom.xml index ec788237a..7ecea3346 100644 --- a/examples/legal/legal-billing/pom.xml +++ b/examples/legal/legal-billing/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/legal/legal-case-management/pom.xml b/examples/legal/legal-case-management/pom.xml index 8f16edd39..d7c9ecbaf 100644 --- a/examples/legal/legal-case-management/pom.xml +++ b/examples/legal/legal-case-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/legal/litigation-hold/pom.xml b/examples/legal/litigation-hold/pom.xml index bbc177931..8799e4a77 100644 --- a/examples/legal/litigation-hold/pom.xml +++ b/examples/legal/litigation-hold/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/legal/patent-filing/pom.xml b/examples/legal/patent-filing/pom.xml index 1fd3c4583..ead218f25 100644 --- a/examples/legal/patent-filing/pom.xml +++ b/examples/legal/patent-filing/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/legal/regulatory-filing/pom.xml b/examples/legal/regulatory-filing/pom.xml index a962ed35f..983757d97 100644 --- a/examples/legal/regulatory-filing/pom.xml +++ b/examples/legal/regulatory-filing/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/legal/trademark-search/pom.xml b/examples/legal/trademark-search/pom.xml index b8e17f07b..52f4ae23a 100644 --- a/examples/legal/trademark-search/pom.xml +++ b/examples/legal/trademark-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/media/ab-testing/pom.xml b/examples/media/ab-testing/pom.xml index c9c56a375..a9ac78272 100644 --- a/examples/media/ab-testing/pom.xml +++ b/examples/media/ab-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/media/advertising-workflow/pom.xml b/examples/media/advertising-workflow/pom.xml index f8e8b445b..de85df4eb 100644 --- a/examples/media/advertising-workflow/pom.xml +++ b/examples/media/advertising-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/media/analytics-reporting/pom.xml b/examples/media/analytics-reporting/pom.xml index 895559fc6..18768caf9 100644 --- a/examples/media/analytics-reporting/pom.xml +++ b/examples/media/analytics-reporting/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/media/content-archival/pom.xml b/examples/media/content-archival/pom.xml index 8c423a326..91aad148d 100644 --- a/examples/media/content-archival/pom.xml +++ b/examples/media/content-archival/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/media/content-moderation/pom.xml b/examples/media/content-moderation/pom.xml index 1e0da9f7b..a653e7b88 100644 --- a/examples/media/content-moderation/pom.xml +++ b/examples/media/content-moderation/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/media/content-publishing/pom.xml b/examples/media/content-publishing/pom.xml index 3679a88de..f486a48eb 100644 --- a/examples/media/content-publishing/pom.xml +++ b/examples/media/content-publishing/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/media/content-recommendation/pom.xml b/examples/media/content-recommendation/pom.xml index c2760d440..7cd7d94ea 100644 --- a/examples/media/content-recommendation/pom.xml +++ b/examples/media/content-recommendation/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/media/content-syndication/pom.xml b/examples/media/content-syndication/pom.xml index a8d2832c6..e78dcb3fa 100644 --- a/examples/media/content-syndication/pom.xml +++ b/examples/media/content-syndication/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/media/digital-asset-management/pom.xml b/examples/media/digital-asset-management/pom.xml index 953efb9df..0265bf8b4 100644 --- a/examples/media/digital-asset-management/pom.xml +++ b/examples/media/digital-asset-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/media/email-campaign/pom.xml b/examples/media/email-campaign/pom.xml index 2ea8a6ee7..10fe3f4aa 100644 --- a/examples/media/email-campaign/pom.xml +++ b/examples/media/email-campaign/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/media/image-pipeline/pom.xml b/examples/media/image-pipeline/pom.xml index 65cc8c283..bf06da188 100644 --- a/examples/media/image-pipeline/pom.xml +++ b/examples/media/image-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/media/live-streaming/pom.xml b/examples/media/live-streaming/pom.xml index 7e0fc865a..f9870bf6f 100644 --- a/examples/media/live-streaming/pom.xml +++ b/examples/media/live-streaming/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/media/personalization/pom.xml b/examples/media/personalization/pom.xml index ca437c22d..702b46384 100644 --- a/examples/media/personalization/pom.xml +++ b/examples/media/personalization/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/media/podcast-workflow/pom.xml b/examples/media/podcast-workflow/pom.xml index 09ed80c40..ccad5d9e0 100644 --- a/examples/media/podcast-workflow/pom.xml +++ b/examples/media/podcast-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/media/rights-management/pom.xml b/examples/media/rights-management/pom.xml index 36e3b9aa4..3c5c09061 100644 --- a/examples/media/rights-management/pom.xml +++ b/examples/media/rights-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/media/seo-workflow/pom.xml b/examples/media/seo-workflow/pom.xml index d50900418..d1b48aa79 100644 --- a/examples/media/seo-workflow/pom.xml +++ b/examples/media/seo-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/media/social-media/pom.xml b/examples/media/social-media/pom.xml index 2bcc3c8cb..4ea99ab6d 100644 --- a/examples/media/social-media/pom.xml +++ b/examples/media/social-media/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/media/translation-pipeline/pom.xml b/examples/media/translation-pipeline/pom.xml index 7a4d2e9c7..9e8a350d2 100644 --- a/examples/media/translation-pipeline/pom.xml +++ b/examples/media/translation-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/media/user-generated-content/pom.xml b/examples/media/user-generated-content/pom.xml index a7cd304ff..5e7566705 100644 --- a/examples/media/user-generated-content/pom.xml +++ b/examples/media/user-generated-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/media/video-processing/pom.xml b/examples/media/video-processing/pom.xml index 3d0873745..8d8bc0bd2 100644 --- a/examples/media/video-processing/pom.xml +++ b/examples/media/video-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/microservices/api-gateway-routing/pom.xml b/examples/microservices/api-gateway-routing/pom.xml index 2d4e8b3ea..c94f942a7 100644 --- a/examples/microservices/api-gateway-routing/pom.xml +++ b/examples/microservices/api-gateway-routing/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/microservices/api-gateway/pom.xml b/examples/microservices/api-gateway/pom.xml index 10a637384..788470b63 100644 --- a/examples/microservices/api-gateway/pom.xml +++ b/examples/microservices/api-gateway/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/microservices/backend-for-frontend/pom.xml b/examples/microservices/backend-for-frontend/pom.xml index a2381576c..229f492b5 100644 --- a/examples/microservices/backend-for-frontend/pom.xml +++ b/examples/microservices/backend-for-frontend/pom.xml @@ -5,7 +5,12 @@ 2121UTF-8 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/microservices/blue-green-deploy/pom.xml b/examples/microservices/blue-green-deploy/pom.xml index 199b1ec98..cea10fbe0 100644 --- a/examples/microservices/blue-green-deploy/pom.xml +++ b/examples/microservices/blue-green-deploy/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/microservices/blue-green-deployment/pom.xml b/examples/microservices/blue-green-deployment/pom.xml index d98428371..b451b1239 100644 --- a/examples/microservices/blue-green-deployment/pom.xml +++ b/examples/microservices/blue-green-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/microservices/bulkhead-pattern/pom.xml b/examples/microservices/bulkhead-pattern/pom.xml index d0c497453..8ae719f13 100644 --- a/examples/microservices/bulkhead-pattern/pom.xml +++ b/examples/microservices/bulkhead-pattern/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/microservices/canary-deployment/pom.xml b/examples/microservices/canary-deployment/pom.xml index 39ed373e2..7cce55c5d 100644 --- a/examples/microservices/canary-deployment/pom.xml +++ b/examples/microservices/canary-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/microservices/canary-release/pom.xml b/examples/microservices/canary-release/pom.xml index ff74a88ae..b5c41ada5 100644 --- a/examples/microservices/canary-release/pom.xml +++ b/examples/microservices/canary-release/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/microservices/centralized-config-management/pom.xml b/examples/microservices/centralized-config-management/pom.xml index f2b464a2a..052c15123 100644 --- a/examples/microservices/centralized-config-management/pom.xml +++ b/examples/microservices/centralized-config-management/pom.xml @@ -5,7 +5,12 @@ 2121UTF-8 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/microservices/choreography-vs-orchestration/pom.xml b/examples/microservices/choreography-vs-orchestration/pom.xml index aade6acdf..086227080 100644 --- a/examples/microservices/choreography-vs-orchestration/pom.xml +++ b/examples/microservices/choreography-vs-orchestration/pom.xml @@ -5,7 +5,12 @@ 2121UTF-8 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/microservices/circuit-breaker-microservice/pom.xml b/examples/microservices/circuit-breaker-microservice/pom.xml index ba9e32403..9cbd83ca4 100644 --- a/examples/microservices/circuit-breaker-microservice/pom.xml +++ b/examples/microservices/circuit-breaker-microservice/pom.xml @@ -5,7 +5,12 @@ 2121UTF-8 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/microservices/config-management/pom.xml b/examples/microservices/config-management/pom.xml index 726411d18..17679c48a 100644 --- a/examples/microservices/config-management/pom.xml +++ b/examples/microservices/config-management/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/microservices/cqrs-pattern/pom.xml b/examples/microservices/cqrs-pattern/pom.xml index 74e008a9a..3e8e48ed7 100644 --- a/examples/microservices/cqrs-pattern/pom.xml +++ b/examples/microservices/cqrs-pattern/pom.xml @@ -5,7 +5,12 @@ 2121UTF-8 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/microservices/data-migration/pom.xml b/examples/microservices/data-migration/pom.xml index 6fd2cbf14..90a5a0582 100644 --- a/examples/microservices/data-migration/pom.xml +++ b/examples/microservices/data-migration/pom.xml @@ -5,7 +5,12 @@ 2121UTF-8 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/microservices/database-per-service/pom.xml b/examples/microservices/database-per-service/pom.xml index 0e9e7b0d9..ff8c0b8d8 100644 --- a/examples/microservices/database-per-service/pom.xml +++ b/examples/microservices/database-per-service/pom.xml @@ -5,7 +5,12 @@ 2121UTF-8 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/microservices/distributed-locking/pom.xml b/examples/microservices/distributed-locking/pom.xml index 3b296051f..5ad151d82 100644 --- a/examples/microservices/distributed-locking/pom.xml +++ b/examples/microservices/distributed-locking/pom.xml @@ -5,7 +5,12 @@ 2121UTF-8 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/microservices/distributed-tracing/pom.xml b/examples/microservices/distributed-tracing/pom.xml index 4a217e32f..a43f922af 100644 --- a/examples/microservices/distributed-tracing/pom.xml +++ b/examples/microservices/distributed-tracing/pom.xml @@ -5,7 +5,12 @@ 2121UTF-8 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/microservices/distributed-transactions/pom.xml b/examples/microservices/distributed-transactions/pom.xml index d2ce529bf..66a926957 100644 --- a/examples/microservices/distributed-transactions/pom.xml +++ b/examples/microservices/distributed-transactions/pom.xml @@ -5,7 +5,12 @@ 2121UTF-8 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/microservices/event-driven-microservices/pom.xml b/examples/microservices/event-driven-microservices/pom.xml index ed5201a47..e891a158a 100644 --- a/examples/microservices/event-driven-microservices/pom.xml +++ b/examples/microservices/event-driven-microservices/pom.xml @@ -5,7 +5,12 @@ 2121UTF-8 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/microservices/event-sourcing/pom.xml b/examples/microservices/event-sourcing/pom.xml index 51c7cf84c..bbec23e30 100644 --- a/examples/microservices/event-sourcing/pom.xml +++ b/examples/microservices/event-sourcing/pom.xml @@ -5,7 +5,12 @@ 2121UTF-8 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/microservices/feature-flag-rollout/pom.xml b/examples/microservices/feature-flag-rollout/pom.xml index b1372a310..3ea8ffc9a 100644 --- a/examples/microservices/feature-flag-rollout/pom.xml +++ b/examples/microservices/feature-flag-rollout/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/microservices/feature-flags/pom.xml b/examples/microservices/feature-flags/pom.xml index 1fc6beee8..405f9d4eb 100644 --- a/examples/microservices/feature-flags/pom.xml +++ b/examples/microservices/feature-flags/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/microservices/graceful-service-shutdown/pom.xml b/examples/microservices/graceful-service-shutdown/pom.xml index ec6ecd11c..1e3b9fe5e 100644 --- a/examples/microservices/graceful-service-shutdown/pom.xml +++ b/examples/microservices/graceful-service-shutdown/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/microservices/health-check-aggregation/pom.xml b/examples/microservices/health-check-aggregation/pom.xml index 71eeafb0e..d0eb681cd 100644 --- a/examples/microservices/health-check-aggregation/pom.xml +++ b/examples/microservices/health-check-aggregation/pom.xml @@ -5,7 +5,12 @@ 2121UTF-8 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/microservices/health-checks/pom.xml b/examples/microservices/health-checks/pom.xml index a7bf174f1..fac324a25 100644 --- a/examples/microservices/health-checks/pom.xml +++ b/examples/microservices/health-checks/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/microservices/idempotent-operations/pom.xml b/examples/microservices/idempotent-operations/pom.xml index b796c9fb8..171dcb2b1 100644 --- a/examples/microservices/idempotent-operations/pom.xml +++ b/examples/microservices/idempotent-operations/pom.xml @@ -5,7 +5,12 @@ 2121UTF-8 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/microservices/inter-service-communication/pom.xml b/examples/microservices/inter-service-communication/pom.xml index 2a3552ae9..4acd67206 100644 --- a/examples/microservices/inter-service-communication/pom.xml +++ b/examples/microservices/inter-service-communication/pom.xml @@ -5,7 +5,12 @@ 2121UTF-8 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/microservices/load-balancing/pom.xml b/examples/microservices/load-balancing/pom.xml index 797653114..92b039800 100644 --- a/examples/microservices/load-balancing/pom.xml +++ b/examples/microservices/load-balancing/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/microservices/multi-tenancy/pom.xml b/examples/microservices/multi-tenancy/pom.xml index fd80d48d5..f5bad43ec 100644 --- a/examples/microservices/multi-tenancy/pom.xml +++ b/examples/microservices/multi-tenancy/pom.xml @@ -5,7 +5,12 @@ 2121UTF-8 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/microservices/outbox-pattern/pom.xml b/examples/microservices/outbox-pattern/pom.xml index 9807653cf..a41002cd6 100644 --- a/examples/microservices/outbox-pattern/pom.xml +++ b/examples/microservices/outbox-pattern/pom.xml @@ -5,7 +5,12 @@ 2121UTF-8 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/microservices/rate-limiter-microservice/pom.xml b/examples/microservices/rate-limiter-microservice/pom.xml index ba0ea26c1..f9b7f4b4b 100644 --- a/examples/microservices/rate-limiter-microservice/pom.xml +++ b/examples/microservices/rate-limiter-microservice/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/microservices/request-aggregation/pom.xml b/examples/microservices/request-aggregation/pom.xml index 417bbc37c..d80f9e316 100644 --- a/examples/microservices/request-aggregation/pom.xml +++ b/examples/microservices/request-aggregation/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/microservices/secret-rotation/pom.xml b/examples/microservices/secret-rotation/pom.xml index 86553ecac..e5363f888 100644 --- a/examples/microservices/secret-rotation/pom.xml +++ b/examples/microservices/secret-rotation/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/microservices/service-decomposition/pom.xml b/examples/microservices/service-decomposition/pom.xml index 06b1e7207..303d4c417 100644 --- a/examples/microservices/service-decomposition/pom.xml +++ b/examples/microservices/service-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/microservices/service-discovery/pom.xml b/examples/microservices/service-discovery/pom.xml index 4ba60d86d..51f404578 100644 --- a/examples/microservices/service-discovery/pom.xml +++ b/examples/microservices/service-discovery/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/microservices/service-mesh-orchestration/pom.xml b/examples/microservices/service-mesh-orchestration/pom.xml index a75bf7a33..d3e2fbed0 100644 --- a/examples/microservices/service-mesh-orchestration/pom.xml +++ b/examples/microservices/service-mesh-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/microservices/service-orchestration/pom.xml b/examples/microservices/service-orchestration/pom.xml index 158dee52a..28c1e46d2 100644 --- a/examples/microservices/service-orchestration/pom.xml +++ b/examples/microservices/service-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/microservices/service-registry/pom.xml b/examples/microservices/service-registry/pom.xml index 7a8dc2977..c6405086b 100644 --- a/examples/microservices/service-registry/pom.xml +++ b/examples/microservices/service-registry/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/microservices/service-versioning/pom.xml b/examples/microservices/service-versioning/pom.xml index eadca5041..9b992e258 100644 --- a/examples/microservices/service-versioning/pom.xml +++ b/examples/microservices/service-versioning/pom.xml @@ -5,7 +5,12 @@ 2121UTF-8 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/microservices/shared-nothing-architecture/pom.xml b/examples/microservices/shared-nothing-architecture/pom.xml index 213fd32af..41199406d 100644 --- a/examples/microservices/shared-nothing-architecture/pom.xml +++ b/examples/microservices/shared-nothing-architecture/pom.xml @@ -5,7 +5,12 @@ 2121UTF-8 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/nonprofit/beneficiary-tracking/pom.xml b/examples/nonprofit/beneficiary-tracking/pom.xml index d7e32ed0a..754c506eb 100644 --- a/examples/nonprofit/beneficiary-tracking/pom.xml +++ b/examples/nonprofit/beneficiary-tracking/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/nonprofit/compliance-nonprofit/pom.xml b/examples/nonprofit/compliance-nonprofit/pom.xml index cc2262bbc..d00931f31 100644 --- a/examples/nonprofit/compliance-nonprofit/pom.xml +++ b/examples/nonprofit/compliance-nonprofit/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/nonprofit/donor-management/pom.xml b/examples/nonprofit/donor-management/pom.xml index 62afd690f..ea3e471a2 100644 --- a/examples/nonprofit/donor-management/pom.xml +++ b/examples/nonprofit/donor-management/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/nonprofit/event-fundraising/pom.xml b/examples/nonprofit/event-fundraising/pom.xml index b258828f2..f3de561a1 100644 --- a/examples/nonprofit/event-fundraising/pom.xml +++ b/examples/nonprofit/event-fundraising/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/nonprofit/fundraising-campaign/pom.xml b/examples/nonprofit/fundraising-campaign/pom.xml index 9d12e15ba..a262dc5ec 100644 --- a/examples/nonprofit/fundraising-campaign/pom.xml +++ b/examples/nonprofit/fundraising-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/nonprofit/grant-management/pom.xml b/examples/nonprofit/grant-management/pom.xml index 8c264db29..c279a1ca8 100644 --- a/examples/nonprofit/grant-management/pom.xml +++ b/examples/nonprofit/grant-management/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/nonprofit/impact-reporting/pom.xml b/examples/nonprofit/impact-reporting/pom.xml index fd3fd0ac1..e1aa2b6f9 100644 --- a/examples/nonprofit/impact-reporting/pom.xml +++ b/examples/nonprofit/impact-reporting/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/nonprofit/nonprofit-donation/pom.xml b/examples/nonprofit/nonprofit-donation/pom.xml index 736774878..460b1da17 100644 --- a/examples/nonprofit/nonprofit-donation/pom.xml +++ b/examples/nonprofit/nonprofit-donation/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/nonprofit/program-evaluation/pom.xml b/examples/nonprofit/program-evaluation/pom.xml index 519f8850e..74b4ccccf 100644 --- a/examples/nonprofit/program-evaluation/pom.xml +++ b/examples/nonprofit/program-evaluation/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/nonprofit/volunteer-coordination/pom.xml b/examples/nonprofit/volunteer-coordination/pom.xml index d3854b193..c365dcc03 100644 --- a/examples/nonprofit/volunteer-coordination/pom.xml +++ b/examples/nonprofit/volunteer-coordination/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/project-mgmt/change-request/pom.xml b/examples/project-mgmt/change-request/pom.xml index 6c5232cee..cc9ece135 100644 --- a/examples/project-mgmt/change-request/pom.xml +++ b/examples/project-mgmt/change-request/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/project-mgmt/milestone-tracking/pom.xml b/examples/project-mgmt/milestone-tracking/pom.xml index 36a00506a..b4e7f7347 100644 --- a/examples/project-mgmt/milestone-tracking/pom.xml +++ b/examples/project-mgmt/milestone-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/project-mgmt/project-closure/pom.xml b/examples/project-mgmt/project-closure/pom.xml index 361c61b30..92296eba2 100644 --- a/examples/project-mgmt/project-closure/pom.xml +++ b/examples/project-mgmt/project-closure/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/project-mgmt/project-kickoff/pom.xml b/examples/project-mgmt/project-kickoff/pom.xml index dede88dc1..0a235f1dc 100644 --- a/examples/project-mgmt/project-kickoff/pom.xml +++ b/examples/project-mgmt/project-kickoff/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/project-mgmt/resource-allocation/pom.xml b/examples/project-mgmt/resource-allocation/pom.xml index d83e5b10b..58d6e31bb 100644 --- a/examples/project-mgmt/resource-allocation/pom.xml +++ b/examples/project-mgmt/resource-allocation/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/project-mgmt/retrospective/pom.xml b/examples/project-mgmt/retrospective/pom.xml index b58625ce4..08628db00 100644 --- a/examples/project-mgmt/retrospective/pom.xml +++ b/examples/project-mgmt/retrospective/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/project-mgmt/risk-management/pom.xml b/examples/project-mgmt/risk-management/pom.xml index 4b9df63b6..3504565bb 100644 --- a/examples/project-mgmt/risk-management/pom.xml +++ b/examples/project-mgmt/risk-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/project-mgmt/sprint-planning/pom.xml b/examples/project-mgmt/sprint-planning/pom.xml index 3d32ae0b3..b0b4639eb 100644 --- a/examples/project-mgmt/sprint-planning/pom.xml +++ b/examples/project-mgmt/sprint-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/project-mgmt/stakeholder-reporting/pom.xml b/examples/project-mgmt/stakeholder-reporting/pom.xml index 8701eb82e..848ac4e6a 100644 --- a/examples/project-mgmt/stakeholder-reporting/pom.xml +++ b/examples/project-mgmt/stakeholder-reporting/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/project-mgmt/task-assignment/pom.xml b/examples/project-mgmt/task-assignment/pom.xml index 657f858f1..b89fbbc99 100644 --- a/examples/project-mgmt/task-assignment/pom.xml +++ b/examples/project-mgmt/task-assignment/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/real-estate/commission-calculation/pom.xml b/examples/real-estate/commission-calculation/pom.xml index 80acfa055..bc82434dc 100644 --- a/examples/real-estate/commission-calculation/pom.xml +++ b/examples/real-estate/commission-calculation/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/real-estate/escrow-management/pom.xml b/examples/real-estate/escrow-management/pom.xml index 90bafb1d8..0a2e4ed47 100644 --- a/examples/real-estate/escrow-management/pom.xml +++ b/examples/real-estate/escrow-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/real-estate/lease-management/pom.xml b/examples/real-estate/lease-management/pom.xml index f8ebf5410..91596ce21 100644 --- a/examples/real-estate/lease-management/pom.xml +++ b/examples/real-estate/lease-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/real-estate/maintenance-request/pom.xml b/examples/real-estate/maintenance-request/pom.xml index 004ec4464..15634d4dc 100644 --- a/examples/real-estate/maintenance-request/pom.xml +++ b/examples/real-estate/maintenance-request/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/real-estate/mortgage-application/pom.xml b/examples/real-estate/mortgage-application/pom.xml index 70d02e4d6..a559f5aaf 100644 --- a/examples/real-estate/mortgage-application/pom.xml +++ b/examples/real-estate/mortgage-application/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/real-estate/property-inspection/pom.xml b/examples/real-estate/property-inspection/pom.xml index 126ad32ae..707e4fd10 100644 --- a/examples/real-estate/property-inspection/pom.xml +++ b/examples/real-estate/property-inspection/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/real-estate/property-valuation/pom.xml b/examples/real-estate/property-valuation/pom.xml index 1fcbda5b0..5b3e10faf 100644 --- a/examples/real-estate/property-valuation/pom.xml +++ b/examples/real-estate/property-valuation/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/real-estate/real-estate-listing/pom.xml b/examples/real-estate/real-estate-listing/pom.xml index cf39e5a88..f672b9ed3 100644 --- a/examples/real-estate/real-estate-listing/pom.xml +++ b/examples/real-estate/real-estate-listing/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/real-estate/tenant-screening/pom.xml b/examples/real-estate/tenant-screening/pom.xml index 1545b432e..1e40a69c8 100644 --- a/examples/real-estate/tenant-screening/pom.xml +++ b/examples/real-estate/tenant-screening/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/real-estate/title-search/pom.xml b/examples/real-estate/title-search/pom.xml index 77bb8ddd7..377d1a874 100644 --- a/examples/real-estate/title-search/pom.xml +++ b/examples/real-estate/title-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/resilience/circuit-breaker/pom.xml b/examples/resilience/circuit-breaker/pom.xml index d59ab2b3d..666a3c5e9 100644 --- a/examples/resilience/circuit-breaker/pom.xml +++ b/examples/resilience/circuit-breaker/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/resilience/compensation-workflows/pom.xml b/examples/resilience/compensation-workflows/pom.xml index ddd4d9800..8c7ca70cc 100644 --- a/examples/resilience/compensation-workflows/pom.xml +++ b/examples/resilience/compensation-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/resilience/dead-letter/pom.xml b/examples/resilience/dead-letter/pom.xml index a189e71d3..c495611fa 100644 --- a/examples/resilience/dead-letter/pom.xml +++ b/examples/resilience/dead-letter/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/resilience/error-classification/pom.xml b/examples/resilience/error-classification/pom.xml index 93cf80e15..685e45660 100644 --- a/examples/resilience/error-classification/pom.xml +++ b/examples/resilience/error-classification/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/resilience/error-notification/pom.xml b/examples/resilience/error-notification/pom.xml index 26d8d31aa..d25da23b0 100644 --- a/examples/resilience/error-notification/pom.xml +++ b/examples/resilience/error-notification/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/resilience/exponential-max-retry/pom.xml b/examples/resilience/exponential-max-retry/pom.xml index 645a20794..c456aad45 100644 --- a/examples/resilience/exponential-max-retry/pom.xml +++ b/examples/resilience/exponential-max-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/resilience/failure-workflow/pom.xml b/examples/resilience/failure-workflow/pom.xml index 973ce8cf7..cd059e3ea 100644 --- a/examples/resilience/failure-workflow/pom.xml +++ b/examples/resilience/failure-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/resilience/fallback-tasks/pom.xml b/examples/resilience/fallback-tasks/pom.xml index 1cc6cd0d5..c763c2f75 100644 --- a/examples/resilience/fallback-tasks/pom.xml +++ b/examples/resilience/fallback-tasks/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/resilience/graceful-degradation/pom.xml b/examples/resilience/graceful-degradation/pom.xml index 65809673e..acc897b56 100644 --- a/examples/resilience/graceful-degradation/pom.xml +++ b/examples/resilience/graceful-degradation/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/resilience/idempotent-workers/pom.xml b/examples/resilience/idempotent-workers/pom.xml index ef807bf4f..8fd6154b1 100644 --- a/examples/resilience/idempotent-workers/pom.xml +++ b/examples/resilience/idempotent-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/resilience/multi-step-compensation/pom.xml b/examples/resilience/multi-step-compensation/pom.xml index 324f5eeba..53eb91088 100644 --- a/examples/resilience/multi-step-compensation/pom.xml +++ b/examples/resilience/multi-step-compensation/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/resilience/network-partitions/pom.xml b/examples/resilience/network-partitions/pom.xml index e3cafc645..a10ed0e97 100644 --- a/examples/resilience/network-partitions/pom.xml +++ b/examples/resilience/network-partitions/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/resilience/optional-tasks/pom.xml b/examples/resilience/optional-tasks/pom.xml index e38f96ab3..c62eedecb 100644 --- a/examples/resilience/optional-tasks/pom.xml +++ b/examples/resilience/optional-tasks/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/resilience/partial-failure-recovery/pom.xml b/examples/resilience/partial-failure-recovery/pom.xml index 32fef45c1..22830f308 100644 --- a/examples/resilience/partial-failure-recovery/pom.xml +++ b/examples/resilience/partial-failure-recovery/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/resilience/per-task-retry/pom.xml b/examples/resilience/per-task-retry/pom.xml index 80dcf69eb..6087d6f50 100644 --- a/examples/resilience/per-task-retry/pom.xml +++ b/examples/resilience/per-task-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/resilience/poll-timeout/pom.xml b/examples/resilience/poll-timeout/pom.xml index c40fe1a71..1d1cbffd7 100644 --- a/examples/resilience/poll-timeout/pom.xml +++ b/examples/resilience/poll-timeout/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/resilience/response-timeout/pom.xml b/examples/resilience/response-timeout/pom.xml index 7cc870923..7581f0f5b 100644 --- a/examples/resilience/response-timeout/pom.xml +++ b/examples/resilience/response-timeout/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/resilience/retry-exponential/pom.xml b/examples/resilience/retry-exponential/pom.xml index 55850e885..6901c719a 100644 --- a/examples/resilience/retry-exponential/pom.xml +++ b/examples/resilience/retry-exponential/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/resilience/retry-fixed/pom.xml b/examples/resilience/retry-fixed/pom.xml index 9a1e5b636..e0d409b13 100644 --- a/examples/resilience/retry-fixed/pom.xml +++ b/examples/resilience/retry-fixed/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/resilience/retry-jitter/pom.xml b/examples/resilience/retry-jitter/pom.xml index ad0a2862d..d4d73c127 100644 --- a/examples/resilience/retry-jitter/pom.xml +++ b/examples/resilience/retry-jitter/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/resilience/retry-linear/pom.xml b/examples/resilience/retry-linear/pom.xml index 43812ecda..b6a3128fc 100644 --- a/examples/resilience/retry-linear/pom.xml +++ b/examples/resilience/retry-linear/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/resilience/saga-fork-join/pom.xml b/examples/resilience/saga-fork-join/pom.xml index 86429f0a0..f3a3601d0 100644 --- a/examples/resilience/saga-fork-join/pom.xml +++ b/examples/resilience/saga-fork-join/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/resilience/saga-pattern/pom.xml b/examples/resilience/saga-pattern/pom.xml index cb7c40672..e2c784a26 100644 --- a/examples/resilience/saga-pattern/pom.xml +++ b/examples/resilience/saga-pattern/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/resilience/saga-payment-inventory/pom.xml b/examples/resilience/saga-payment-inventory/pom.xml index 5e6cc5ec1..09316eaeb 100644 --- a/examples/resilience/saga-payment-inventory/pom.xml +++ b/examples/resilience/saga-payment-inventory/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/resilience/self-healing/pom.xml b/examples/resilience/self-healing/pom.xml index 2ae245330..d492849e3 100644 --- a/examples/resilience/self-healing/pom.xml +++ b/examples/resilience/self-healing/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/resilience/timeout-policies/pom.xml b/examples/resilience/timeout-policies/pom.xml index 8f32ff096..cb22da563 100644 --- a/examples/resilience/timeout-policies/pom.xml +++ b/examples/resilience/timeout-policies/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/resilience/transient-vs-permanent/pom.xml b/examples/resilience/transient-vs-permanent/pom.xml index a6eb2e36e..593fc6e63 100644 --- a/examples/resilience/transient-vs-permanent/pom.xml +++ b/examples/resilience/transient-vs-permanent/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/resilience/worker-health-checks/pom.xml b/examples/resilience/worker-health-checks/pom.xml index 986021d78..e2e3ef59d 100644 --- a/examples/resilience/worker-health-checks/pom.xml +++ b/examples/resilience/worker-health-checks/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/resilience/workflow-recovery/pom.xml b/examples/resilience/workflow-recovery/pom.xml index f074d3369..27cb202e3 100644 --- a/examples/resilience/workflow-recovery/pom.xml +++ b/examples/resilience/workflow-recovery/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/resilience/workflow-timeout/pom.xml b/examples/resilience/workflow-timeout/pom.xml index 88e823ecd..309fd3941 100644 --- a/examples/resilience/workflow-timeout/pom.xml +++ b/examples/resilience/workflow-timeout/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/scheduling/alerting-pipeline/pom.xml b/examples/scheduling/alerting-pipeline/pom.xml index 9982945e9..0d912546e 100644 --- a/examples/scheduling/alerting-pipeline/pom.xml +++ b/examples/scheduling/alerting-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/scheduling/anomaly-detection/pom.xml b/examples/scheduling/anomaly-detection/pom.xml index 4597b8612..76f828f33 100644 --- a/examples/scheduling/anomaly-detection/pom.xml +++ b/examples/scheduling/anomaly-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/scheduling/batch-scheduling/pom.xml b/examples/scheduling/batch-scheduling/pom.xml index 2dd3ebc76..1b79db6f2 100644 --- a/examples/scheduling/batch-scheduling/pom.xml +++ b/examples/scheduling/batch-scheduling/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/scheduling/calendar-integration/pom.xml b/examples/scheduling/calendar-integration/pom.xml index c648a3848..4906a86f9 100644 --- a/examples/scheduling/calendar-integration/pom.xml +++ b/examples/scheduling/calendar-integration/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/scheduling/capacity-monitoring/pom.xml b/examples/scheduling/capacity-monitoring/pom.xml index 7b67368e3..ade3cf0b3 100644 --- a/examples/scheduling/capacity-monitoring/pom.xml +++ b/examples/scheduling/capacity-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/scheduling/change-tracking/pom.xml b/examples/scheduling/change-tracking/pom.xml index c20917813..0c99cdc68 100644 --- a/examples/scheduling/change-tracking/pom.xml +++ b/examples/scheduling/change-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/scheduling/compliance-monitoring/pom.xml b/examples/scheduling/compliance-monitoring/pom.xml index 6c6dfe290..c45d5d514 100644 --- a/examples/scheduling/compliance-monitoring/pom.xml +++ b/examples/scheduling/compliance-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/scheduling/cost-monitoring/pom.xml b/examples/scheduling/cost-monitoring/pom.xml index 2ab051590..73862334d 100644 --- a/examples/scheduling/cost-monitoring/pom.xml +++ b/examples/scheduling/cost-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/scheduling/cron-job-orchestration/pom.xml b/examples/scheduling/cron-job-orchestration/pom.xml index 358f4d006..45309e0d3 100644 --- a/examples/scheduling/cron-job-orchestration/pom.xml +++ b/examples/scheduling/cron-job-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/scheduling/deadline-management/pom.xml b/examples/scheduling/deadline-management/pom.xml index e01d3e305..c698ee290 100644 --- a/examples/scheduling/deadline-management/pom.xml +++ b/examples/scheduling/deadline-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/scheduling/dependency-mapping/pom.xml b/examples/scheduling/dependency-mapping/pom.xml index 26ee66f2d..b1916426f 100644 --- a/examples/scheduling/dependency-mapping/pom.xml +++ b/examples/scheduling/dependency-mapping/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/scheduling/distributed-logging/pom.xml b/examples/scheduling/distributed-logging/pom.xml index 11a2b9f22..d86c08b54 100644 --- a/examples/scheduling/distributed-logging/pom.xml +++ b/examples/scheduling/distributed-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/scheduling/health-dashboard/pom.xml b/examples/scheduling/health-dashboard/pom.xml index 0d4b66ab1..b375c14ab 100644 --- a/examples/scheduling/health-dashboard/pom.xml +++ b/examples/scheduling/health-dashboard/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/scheduling/maintenance-windows/pom.xml b/examples/scheduling/maintenance-windows/pom.xml index 448feb453..dc985f35c 100644 --- a/examples/scheduling/maintenance-windows/pom.xml +++ b/examples/scheduling/maintenance-windows/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/scheduling/performance-profiling/pom.xml b/examples/scheduling/performance-profiling/pom.xml index 02e9f2ca7..163cce384 100644 --- a/examples/scheduling/performance-profiling/pom.xml +++ b/examples/scheduling/performance-profiling/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/scheduling/recurring-billing/pom.xml b/examples/scheduling/recurring-billing/pom.xml index 4d0c23784..655a150f6 100644 --- a/examples/scheduling/recurring-billing/pom.xml +++ b/examples/scheduling/recurring-billing/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/scheduling/root-cause-analysis/pom.xml b/examples/scheduling/root-cause-analysis/pom.xml index ad0551861..3d8b96200 100644 --- a/examples/scheduling/root-cause-analysis/pom.xml +++ b/examples/scheduling/root-cause-analysis/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/scheduling/scheduled-reports/pom.xml b/examples/scheduling/scheduled-reports/pom.xml index 92b99e495..6c157d296 100644 --- a/examples/scheduling/scheduled-reports/pom.xml +++ b/examples/scheduling/scheduled-reports/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/scheduling/sla-scheduling/pom.xml b/examples/scheduling/sla-scheduling/pom.xml index 55110449d..3d72cac5d 100644 --- a/examples/scheduling/sla-scheduling/pom.xml +++ b/examples/scheduling/sla-scheduling/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/scheduling/time-based-triggers/pom.xml b/examples/scheduling/time-based-triggers/pom.xml index 41c6dc84a..5ae83786f 100644 --- a/examples/scheduling/time-based-triggers/pom.xml +++ b/examples/scheduling/time-based-triggers/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/scheduling/timezone-handling/pom.xml b/examples/scheduling/timezone-handling/pom.xml index 82d745b67..f1a3b86ee 100644 --- a/examples/scheduling/timezone-handling/pom.xml +++ b/examples/scheduling/timezone-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/scheduling/trace-collection/pom.xml b/examples/scheduling/trace-collection/pom.xml index 3a8379627..5fb75ac5f 100644 --- a/examples/scheduling/trace-collection/pom.xml +++ b/examples/scheduling/trace-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/scheduling/uptime-monitoring/pom.xml b/examples/scheduling/uptime-monitoring/pom.xml index 964993a37..611491a64 100644 --- a/examples/scheduling/uptime-monitoring/pom.xml +++ b/examples/scheduling/uptime-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/scheduling/user-behavior-analytics/pom.xml b/examples/scheduling/user-behavior-analytics/pom.xml index b74fa2b93..8e559b195 100644 --- a/examples/scheduling/user-behavior-analytics/pom.xml +++ b/examples/scheduling/user-behavior-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/security/access-review/pom.xml b/examples/security/access-review/pom.xml index d677c021b..4774b65bb 100644 --- a/examples/security/access-review/pom.xml +++ b/examples/security/access-review/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/security/api-key-rotation/pom.xml b/examples/security/api-key-rotation/pom.xml index 7d4f359fa..c24f36850 100644 --- a/examples/security/api-key-rotation/pom.xml +++ b/examples/security/api-key-rotation/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/security/audit-logging/pom.xml b/examples/security/audit-logging/pom.xml index 8d8240af2..12f9d4650 100644 --- a/examples/security/audit-logging/pom.xml +++ b/examples/security/audit-logging/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/security/authentication-workflow/pom.xml b/examples/security/authentication-workflow/pom.xml index 38c3ce225..7cbcfcd8a 100644 --- a/examples/security/authentication-workflow/pom.xml +++ b/examples/security/authentication-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/security/authorization-rbac/pom.xml b/examples/security/authorization-rbac/pom.xml index 5e0f30f36..5d0db1047 100644 --- a/examples/security/authorization-rbac/pom.xml +++ b/examples/security/authorization-rbac/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/security/certificate-management/pom.xml b/examples/security/certificate-management/pom.xml index a717059c4..e32616541 100644 --- a/examples/security/certificate-management/pom.xml +++ b/examples/security/certificate-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/security/compliance-reporting/pom.xml b/examples/security/compliance-reporting/pom.xml index a50ac2f94..f45b69987 100644 --- a/examples/security/compliance-reporting/pom.xml +++ b/examples/security/compliance-reporting/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/security/data-classification/pom.xml b/examples/security/data-classification/pom.xml index 7400c169a..c32e6767f 100644 --- a/examples/security/data-classification/pom.xml +++ b/examples/security/data-classification/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/security/data-encryption/pom.xml b/examples/security/data-encryption/pom.xml index 5765b64e7..18a9f4325 100644 --- a/examples/security/data-encryption/pom.xml +++ b/examples/security/data-encryption/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/security/data-masking/pom.xml b/examples/security/data-masking/pom.xml index b5b2ead7c..a4f3eb207 100644 --- a/examples/security/data-masking/pom.xml +++ b/examples/security/data-masking/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/security/ddos-mitigation/pom.xml b/examples/security/ddos-mitigation/pom.xml index 445af21aa..28108e12b 100644 --- a/examples/security/ddos-mitigation/pom.xml +++ b/examples/security/ddos-mitigation/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/security/devsecops-pipeline/pom.xml b/examples/security/devsecops-pipeline/pom.xml index aa6c9bfe0..8cae48ff0 100644 --- a/examples/security/devsecops-pipeline/pom.xml +++ b/examples/security/devsecops-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/security/gdpr-compliance/pom.xml b/examples/security/gdpr-compliance/pom.xml index 08ecd87b5..663236e0d 100644 --- a/examples/security/gdpr-compliance/pom.xml +++ b/examples/security/gdpr-compliance/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/security/identity-provisioning/pom.xml b/examples/security/identity-provisioning/pom.xml index 280976efd..e99aab77e 100644 --- a/examples/security/identity-provisioning/pom.xml +++ b/examples/security/identity-provisioning/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/security/intrusion-detection/pom.xml b/examples/security/intrusion-detection/pom.xml index 9523b4950..20434e299 100644 --- a/examples/security/intrusion-detection/pom.xml +++ b/examples/security/intrusion-detection/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/security/network-segmentation/pom.xml b/examples/security/network-segmentation/pom.xml index aa88e2a3f..b679e216e 100644 --- a/examples/security/network-segmentation/pom.xml +++ b/examples/security/network-segmentation/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/security/oauth-token-management/pom.xml b/examples/security/oauth-token-management/pom.xml index a11434363..925d24628 100644 --- a/examples/security/oauth-token-management/pom.xml +++ b/examples/security/oauth-token-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/security/penetration-testing/pom.xml b/examples/security/penetration-testing/pom.xml index fa665ceb5..decbdc6dc 100644 --- a/examples/security/penetration-testing/pom.xml +++ b/examples/security/penetration-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/security/privileged-access/pom.xml b/examples/security/privileged-access/pom.xml index c9ea4b688..cc3dd85a2 100644 --- a/examples/security/privileged-access/pom.xml +++ b/examples/security/privileged-access/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/security/secrets-management/pom.xml b/examples/security/secrets-management/pom.xml index ae4dd95d6..aa138c113 100644 --- a/examples/security/secrets-management/pom.xml +++ b/examples/security/secrets-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/security/security-incident/pom.xml b/examples/security/security-incident/pom.xml index dd407d50b..7c302e8ea 100644 --- a/examples/security/security-incident/pom.xml +++ b/examples/security/security-incident/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/security/security-orchestration/pom.xml b/examples/security/security-orchestration/pom.xml index af5ace5c8..019f332b6 100644 --- a/examples/security/security-orchestration/pom.xml +++ b/examples/security/security-orchestration/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/security/security-posture/pom.xml b/examples/security/security-posture/pom.xml index bd7d9eed4..65b66ae7a 100644 --- a/examples/security/security-posture/pom.xml +++ b/examples/security/security-posture/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/security/security-training/pom.xml b/examples/security/security-training/pom.xml index 28d3cd9a9..6bf8daaa0 100644 --- a/examples/security/security-training/pom.xml +++ b/examples/security/security-training/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/security/soc2-automation/pom.xml b/examples/security/soc2-automation/pom.xml index ed12e13ff..f73819ffe 100644 --- a/examples/security/soc2-automation/pom.xml +++ b/examples/security/soc2-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/security/threat-intelligence/pom.xml b/examples/security/threat-intelligence/pom.xml index 8e06f7fc5..0adcebfcb 100644 --- a/examples/security/threat-intelligence/pom.xml +++ b/examples/security/threat-intelligence/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/security/vendor-risk/pom.xml b/examples/security/vendor-risk/pom.xml index 4a4d03beb..34b2cb2fd 100644 --- a/examples/security/vendor-risk/pom.xml +++ b/examples/security/vendor-risk/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/security/vulnerability-scanning/pom.xml b/examples/security/vulnerability-scanning/pom.xml index c5652474f..d37292256 100644 --- a/examples/security/vulnerability-scanning/pom.xml +++ b/examples/security/vulnerability-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/security/waf-management/pom.xml b/examples/security/waf-management/pom.xml index d1ebd9575..19b0ccbd6 100644 --- a/examples/security/waf-management/pom.xml +++ b/examples/security/waf-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/security/zero-trust-verification/pom.xml b/examples/security/zero-trust-verification/pom.xml index a7d355762..308928f16 100644 --- a/examples/security/zero-trust-verification/pom.xml +++ b/examples/security/zero-trust-verification/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/supply-chain/bid-management/pom.xml b/examples/supply-chain/bid-management/pom.xml index c573ba196..ae23513c4 100644 --- a/examples/supply-chain/bid-management/pom.xml +++ b/examples/supply-chain/bid-management/pom.xml @@ -5,7 +5,12 @@ 2121UTF-8 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/supply-chain/cold-chain/pom.xml b/examples/supply-chain/cold-chain/pom.xml index 8f9d9ed83..bd89645ca 100644 --- a/examples/supply-chain/cold-chain/pom.xml +++ b/examples/supply-chain/cold-chain/pom.xml @@ -5,7 +5,12 @@ 2121UTF-8 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/supply-chain/compliance-vendor/pom.xml b/examples/supply-chain/compliance-vendor/pom.xml index 412ac9faf..4f8729be1 100644 --- a/examples/supply-chain/compliance-vendor/pom.xml +++ b/examples/supply-chain/compliance-vendor/pom.xml @@ -5,7 +5,12 @@ 2121UTF-8 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/supply-chain/contract-lifecycle/pom.xml b/examples/supply-chain/contract-lifecycle/pom.xml index 599a34c09..6bb5b0f85 100644 --- a/examples/supply-chain/contract-lifecycle/pom.xml +++ b/examples/supply-chain/contract-lifecycle/pom.xml @@ -5,7 +5,12 @@ 2121UTF-8 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/supply-chain/customs-clearance/pom.xml b/examples/supply-chain/customs-clearance/pom.xml index b2d00b9ff..63dcb1e72 100644 --- a/examples/supply-chain/customs-clearance/pom.xml +++ b/examples/supply-chain/customs-clearance/pom.xml @@ -5,7 +5,12 @@ 2121UTF-8 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/supply-chain/demand-forecasting/pom.xml b/examples/supply-chain/demand-forecasting/pom.xml index 339b57871..6062fa5d3 100644 --- a/examples/supply-chain/demand-forecasting/pom.xml +++ b/examples/supply-chain/demand-forecasting/pom.xml @@ -5,7 +5,12 @@ 2121UTF-8 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/supply-chain/freight-management/pom.xml b/examples/supply-chain/freight-management/pom.xml index 8ff256959..18c8d5acb 100644 --- a/examples/supply-chain/freight-management/pom.xml +++ b/examples/supply-chain/freight-management/pom.xml @@ -5,7 +5,12 @@ 2121UTF-8 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/supply-chain/goods-receipt/pom.xml b/examples/supply-chain/goods-receipt/pom.xml index bdfed030b..59624c429 100644 --- a/examples/supply-chain/goods-receipt/pom.xml +++ b/examples/supply-chain/goods-receipt/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/supply-chain/inventory-optimization/pom.xml b/examples/supply-chain/inventory-optimization/pom.xml index 0d66a6f6c..22ca68d04 100644 --- a/examples/supply-chain/inventory-optimization/pom.xml +++ b/examples/supply-chain/inventory-optimization/pom.xml @@ -5,7 +5,12 @@ 2121UTF-8 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/supply-chain/last-mile-delivery/pom.xml b/examples/supply-chain/last-mile-delivery/pom.xml index 99d91a76a..f3e607e1a 100644 --- a/examples/supply-chain/last-mile-delivery/pom.xml +++ b/examples/supply-chain/last-mile-delivery/pom.xml @@ -5,7 +5,12 @@ 2121UTF-8 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/supply-chain/logistics-optimization/pom.xml b/examples/supply-chain/logistics-optimization/pom.xml index 723e106ac..3eb1080ad 100644 --- a/examples/supply-chain/logistics-optimization/pom.xml +++ b/examples/supply-chain/logistics-optimization/pom.xml @@ -5,7 +5,12 @@ 2121UTF-8 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/supply-chain/procurement-workflow/pom.xml b/examples/supply-chain/procurement-workflow/pom.xml index 4695a631b..403d1920e 100644 --- a/examples/supply-chain/procurement-workflow/pom.xml +++ b/examples/supply-chain/procurement-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/supply-chain/purchase-order/pom.xml b/examples/supply-chain/purchase-order/pom.xml index 77836d052..710ffb71c 100644 --- a/examples/supply-chain/purchase-order/pom.xml +++ b/examples/supply-chain/purchase-order/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/supply-chain/quality-inspection/pom.xml b/examples/supply-chain/quality-inspection/pom.xml index 916bbd1b1..5e0ecd20b 100644 --- a/examples/supply-chain/quality-inspection/pom.xml +++ b/examples/supply-chain/quality-inspection/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/supply-chain/reverse-logistics/pom.xml b/examples/supply-chain/reverse-logistics/pom.xml index 867b5f95d..425f4f026 100644 --- a/examples/supply-chain/reverse-logistics/pom.xml +++ b/examples/supply-chain/reverse-logistics/pom.xml @@ -5,7 +5,12 @@ 2121UTF-8 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/supply-chain/rfp-automation/pom.xml b/examples/supply-chain/rfp-automation/pom.xml index 7d6e770f5..30d692169 100644 --- a/examples/supply-chain/rfp-automation/pom.xml +++ b/examples/supply-chain/rfp-automation/pom.xml @@ -5,7 +5,12 @@ 2121UTF-8 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/supply-chain/supplier-evaluation/pom.xml b/examples/supply-chain/supplier-evaluation/pom.xml index 79f1c71c4..4dc1009f9 100644 --- a/examples/supply-chain/supplier-evaluation/pom.xml +++ b/examples/supply-chain/supplier-evaluation/pom.xml @@ -5,7 +5,12 @@ 2121UTF-8 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/supply-chain/supply-chain-mgmt/pom.xml b/examples/supply-chain/supply-chain-mgmt/pom.xml index 6121ca61a..a93b87a2d 100644 --- a/examples/supply-chain/supply-chain-mgmt/pom.xml +++ b/examples/supply-chain/supply-chain-mgmt/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/supply-chain/vendor-onboarding/pom.xml b/examples/supply-chain/vendor-onboarding/pom.xml index 626040b2a..4827f4e34 100644 --- a/examples/supply-chain/vendor-onboarding/pom.xml +++ b/examples/supply-chain/vendor-onboarding/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/supply-chain/warehouse-management/pom.xml b/examples/supply-chain/warehouse-management/pom.xml index ce7f09f70..88cfe6c92 100644 --- a/examples/supply-chain/warehouse-management/pom.xml +++ b/examples/supply-chain/warehouse-management/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/task-patterns/bulk-operations/pom.xml b/examples/task-patterns/bulk-operations/pom.xml index 7e95af819..a34b64ef3 100644 --- a/examples/task-patterns/bulk-operations/pom.xml +++ b/examples/task-patterns/bulk-operations/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/task-patterns/chaining-http-tasks/pom.xml b/examples/task-patterns/chaining-http-tasks/pom.xml index 03243c7fa..efd817e3d 100644 --- a/examples/task-patterns/chaining-http-tasks/pom.xml +++ b/examples/task-patterns/chaining-http-tasks/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/task-patterns/do-while/pom.xml b/examples/task-patterns/do-while/pom.xml index 95167fe82..643d32e6c 100644 --- a/examples/task-patterns/do-while/pom.xml +++ b/examples/task-patterns/do-while/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/task-patterns/dynamic-fork/pom.xml b/examples/task-patterns/dynamic-fork/pom.xml index 09abae146..e253ac431 100644 --- a/examples/task-patterns/dynamic-fork/pom.xml +++ b/examples/task-patterns/dynamic-fork/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/task-patterns/event-handlers/pom.xml b/examples/task-patterns/event-handlers/pom.xml index 6fc3737a2..ac7c9f2e0 100644 --- a/examples/task-patterns/event-handlers/pom.xml +++ b/examples/task-patterns/event-handlers/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/task-patterns/exclusive-join/pom.xml b/examples/task-patterns/exclusive-join/pom.xml index fb11a0ee3..2f13cb512 100644 --- a/examples/task-patterns/exclusive-join/pom.xml +++ b/examples/task-patterns/exclusive-join/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/task-patterns/external-payload/pom.xml b/examples/task-patterns/external-payload/pom.xml index bb5489d8f..e37312962 100644 --- a/examples/task-patterns/external-payload/pom.xml +++ b/examples/task-patterns/external-payload/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/task-patterns/fan-out-fan-in/pom.xml b/examples/task-patterns/fan-out-fan-in/pom.xml index 3ac579317..e2725a918 100644 --- a/examples/task-patterns/fan-out-fan-in/pom.xml +++ b/examples/task-patterns/fan-out-fan-in/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/task-patterns/fork-in-do-while/pom.xml b/examples/task-patterns/fork-in-do-while/pom.xml index c5c965ea8..963d1bfbf 100644 --- a/examples/task-patterns/fork-in-do-while/pom.xml +++ b/examples/task-patterns/fork-in-do-while/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/task-patterns/fork-join/pom.xml b/examples/task-patterns/fork-join/pom.xml index 28421dbd0..37cb0f885 100644 --- a/examples/task-patterns/fork-join/pom.xml +++ b/examples/task-patterns/fork-join/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/task-patterns/graphql-api/pom.xml b/examples/task-patterns/graphql-api/pom.xml index 477bb3bdd..8c59b68b9 100644 --- a/examples/task-patterns/graphql-api/pom.xml +++ b/examples/task-patterns/graphql-api/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/task-patterns/idempotent-start/pom.xml b/examples/task-patterns/idempotent-start/pom.xml index 44a0f2232..364a373bc 100644 --- a/examples/task-patterns/idempotent-start/pom.xml +++ b/examples/task-patterns/idempotent-start/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/task-patterns/inline-tasks/pom.xml b/examples/task-patterns/inline-tasks/pom.xml index c4dec79e9..c581c688a 100644 --- a/examples/task-patterns/inline-tasks/pom.xml +++ b/examples/task-patterns/inline-tasks/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/task-patterns/jq-transform-advanced/pom.xml b/examples/task-patterns/jq-transform-advanced/pom.xml index 559f6bfc6..7fd3cfc43 100644 --- a/examples/task-patterns/jq-transform-advanced/pom.xml +++ b/examples/task-patterns/jq-transform-advanced/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/task-patterns/nested-sub-workflows/pom.xml b/examples/task-patterns/nested-sub-workflows/pom.xml index 547d6aff1..a405b746e 100644 --- a/examples/task-patterns/nested-sub-workflows/pom.xml +++ b/examples/task-patterns/nested-sub-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/task-patterns/nested-switch/pom.xml b/examples/task-patterns/nested-switch/pom.xml index 38adb8844..2b50510cc 100644 --- a/examples/task-patterns/nested-switch/pom.xml +++ b/examples/task-patterns/nested-switch/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/task-patterns/passing-output-to-input/pom.xml b/examples/task-patterns/passing-output-to-input/pom.xml index e20b1c423..f29f5a82a 100644 --- a/examples/task-patterns/passing-output-to-input/pom.xml +++ b/examples/task-patterns/passing-output-to-input/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/task-patterns/rate-limiting/pom.xml b/examples/task-patterns/rate-limiting/pom.xml index 5697e8eeb..ba81765ca 100644 --- a/examples/task-patterns/rate-limiting/pom.xml +++ b/examples/task-patterns/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/task-patterns/sequential-tasks/pom.xml b/examples/task-patterns/sequential-tasks/pom.xml index 8e6ca035e..52b2cdb47 100644 --- a/examples/task-patterns/sequential-tasks/pom.xml +++ b/examples/task-patterns/sequential-tasks/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/task-patterns/set-variable/pom.xml b/examples/task-patterns/set-variable/pom.xml index e42a82a06..cbc39fcde 100644 --- a/examples/task-patterns/set-variable/pom.xml +++ b/examples/task-patterns/set-variable/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/task-patterns/signals/pom.xml b/examples/task-patterns/signals/pom.xml index 5d9a8d38d..7b0479d66 100644 --- a/examples/task-patterns/signals/pom.xml +++ b/examples/task-patterns/signals/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/task-patterns/simple-plus-system/pom.xml b/examples/task-patterns/simple-plus-system/pom.xml index b61fb9ef7..a6577168f 100644 --- a/examples/task-patterns/simple-plus-system/pom.xml +++ b/examples/task-patterns/simple-plus-system/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/task-patterns/sub-workflows/pom.xml b/examples/task-patterns/sub-workflows/pom.xml index 82f18669c..edbb5e1ce 100644 --- a/examples/task-patterns/sub-workflows/pom.xml +++ b/examples/task-patterns/sub-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/task-patterns/switch-default-case/pom.xml b/examples/task-patterns/switch-default-case/pom.xml index 49e1edfed..2b1a32e60 100644 --- a/examples/task-patterns/switch-default-case/pom.xml +++ b/examples/task-patterns/switch-default-case/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/task-patterns/switch-javascript/pom.xml b/examples/task-patterns/switch-javascript/pom.xml index bf44dee03..01181d8fc 100644 --- a/examples/task-patterns/switch-javascript/pom.xml +++ b/examples/task-patterns/switch-javascript/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/task-patterns/switch-plus-fork/pom.xml b/examples/task-patterns/switch-plus-fork/pom.xml index 7739cef6e..6f9b8df32 100644 --- a/examples/task-patterns/switch-plus-fork/pom.xml +++ b/examples/task-patterns/switch-plus-fork/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/task-patterns/switch-task/pom.xml b/examples/task-patterns/switch-task/pom.xml index 72fb582e2..6fab1afc7 100644 --- a/examples/task-patterns/switch-task/pom.xml +++ b/examples/task-patterns/switch-task/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/task-patterns/sync-execution/pom.xml b/examples/task-patterns/sync-execution/pom.xml index bf221e39c..f4bd04514 100644 --- a/examples/task-patterns/sync-execution/pom.xml +++ b/examples/task-patterns/sync-execution/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/task-patterns/system-tasks/pom.xml b/examples/task-patterns/system-tasks/pom.xml index 890811645..774af3752 100644 --- a/examples/task-patterns/system-tasks/pom.xml +++ b/examples/task-patterns/system-tasks/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/task-patterns/task-definitions/pom.xml b/examples/task-patterns/task-definitions/pom.xml index 53cd61e71..705721604 100644 --- a/examples/task-patterns/task-definitions/pom.xml +++ b/examples/task-patterns/task-definitions/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/task-patterns/task-domains/pom.xml b/examples/task-patterns/task-domains/pom.xml index abcf585d6..1928d2974 100644 --- a/examples/task-patterns/task-domains/pom.xml +++ b/examples/task-patterns/task-domains/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/task-patterns/task-input-templates/pom.xml b/examples/task-patterns/task-input-templates/pom.xml index fee272243..0d32c7dc4 100644 --- a/examples/task-patterns/task-input-templates/pom.xml +++ b/examples/task-patterns/task-input-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/task-patterns/terminate-task/pom.xml b/examples/task-patterns/terminate-task/pom.xml index cd19f0ea4..0b57529ff 100644 --- a/examples/task-patterns/terminate-task/pom.xml +++ b/examples/task-patterns/terminate-task/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/task-patterns/wait-for-event/pom.xml b/examples/task-patterns/wait-for-event/pom.xml index a93dcb718..78d552682 100644 --- a/examples/task-patterns/wait-for-event/pom.xml +++ b/examples/task-patterns/wait-for-event/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/task-patterns/workflow-archival/pom.xml b/examples/task-patterns/workflow-archival/pom.xml index 1051ed230..1dcaa0651 100644 --- a/examples/task-patterns/workflow-archival/pom.xml +++ b/examples/task-patterns/workflow-archival/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/task-patterns/workflow-metadata/pom.xml b/examples/task-patterns/workflow-metadata/pom.xml index b33d99755..dc8628118 100644 --- a/examples/task-patterns/workflow-metadata/pom.xml +++ b/examples/task-patterns/workflow-metadata/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/task-patterns/workflow-variables/pom.xml b/examples/task-patterns/workflow-variables/pom.xml index 489955ac1..7f7091aec 100644 --- a/examples/task-patterns/workflow-variables/pom.xml +++ b/examples/task-patterns/workflow-variables/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/task-patterns/workflow-versioning/pom.xml b/examples/task-patterns/workflow-versioning/pom.xml index 8be028cff..dee9c8635 100644 --- a/examples/task-patterns/workflow-versioning/pom.xml +++ b/examples/task-patterns/workflow-versioning/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/telecom/billing-telecom/pom.xml b/examples/telecom/billing-telecom/pom.xml index ff2b4008b..b30f0809f 100644 --- a/examples/telecom/billing-telecom/pom.xml +++ b/examples/telecom/billing-telecom/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/telecom/capacity-mgmt-telecom/pom.xml b/examples/telecom/capacity-mgmt-telecom/pom.xml index 4f484621d..4fd7eba8a 100644 --- a/examples/telecom/capacity-mgmt-telecom/pom.xml +++ b/examples/telecom/capacity-mgmt-telecom/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/telecom/customer-churn/pom.xml b/examples/telecom/customer-churn/pom.xml index fa8f31a7a..28b2aaf60 100644 --- a/examples/telecom/customer-churn/pom.xml +++ b/examples/telecom/customer-churn/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/telecom/network-monitoring/pom.xml b/examples/telecom/network-monitoring/pom.xml index b6007e63b..5a3e2da02 100644 --- a/examples/telecom/network-monitoring/pom.xml +++ b/examples/telecom/network-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/telecom/number-porting/pom.xml b/examples/telecom/number-porting/pom.xml index 2635040a9..e4b406f4e 100644 --- a/examples/telecom/number-porting/pom.xml +++ b/examples/telecom/number-porting/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/telecom/roaming-management/pom.xml b/examples/telecom/roaming-management/pom.xml index a64b29d1c..a9af9cf0a 100644 --- a/examples/telecom/roaming-management/pom.xml +++ b/examples/telecom/roaming-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/telecom/service-activation/pom.xml b/examples/telecom/service-activation/pom.xml index 983fa1dfa..a780f1aeb 100644 --- a/examples/telecom/service-activation/pom.xml +++ b/examples/telecom/service-activation/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/telecom/telecom-provisioning/pom.xml b/examples/telecom/telecom-provisioning/pom.xml index bdcfc4cac..c69cfe264 100644 --- a/examples/telecom/telecom-provisioning/pom.xml +++ b/examples/telecom/telecom-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/telecom/trouble-ticket/pom.xml b/examples/telecom/trouble-ticket/pom.xml index bdf14f661..e16aa8ecd 100644 --- a/examples/telecom/trouble-ticket/pom.xml +++ b/examples/telecom/trouble-ticket/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/telecom/usage-analytics/pom.xml b/examples/telecom/usage-analytics/pom.xml index a4fc8ad1f..352c0a57c 100644 --- a/examples/telecom/usage-analytics/pom.xml +++ b/examples/telecom/usage-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/travel/car-rental/pom.xml b/examples/travel/car-rental/pom.xml index 8e9e25c9d..9db381786 100644 --- a/examples/travel/car-rental/pom.xml +++ b/examples/travel/car-rental/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/travel/expense-reporting/pom.xml b/examples/travel/expense-reporting/pom.xml index cef1884e2..13f16d831 100644 --- a/examples/travel/expense-reporting/pom.xml +++ b/examples/travel/expense-reporting/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/travel/hotel-booking/pom.xml b/examples/travel/hotel-booking/pom.xml index 6fca9e647..55626d302 100644 --- a/examples/travel/hotel-booking/pom.xml +++ b/examples/travel/hotel-booking/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/travel/itinerary-planning/pom.xml b/examples/travel/itinerary-planning/pom.xml index a9fe85cb4..d9af90766 100644 --- a/examples/travel/itinerary-planning/pom.xml +++ b/examples/travel/itinerary-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/travel/reimbursement/pom.xml b/examples/travel/reimbursement/pom.xml index 971682750..820852d19 100644 --- a/examples/travel/reimbursement/pom.xml +++ b/examples/travel/reimbursement/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/travel/travel-analytics/pom.xml b/examples/travel/travel-analytics/pom.xml index 9517264e1..6ba9df465 100644 --- a/examples/travel/travel-analytics/pom.xml +++ b/examples/travel/travel-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/travel/travel-approval/pom.xml b/examples/travel/travel-approval/pom.xml index 0ae35462d..d30bff1f7 100644 --- a/examples/travel/travel-approval/pom.xml +++ b/examples/travel/travel-approval/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/travel/travel-booking/pom.xml b/examples/travel/travel-booking/pom.xml index ec90ae31a..2a94d448d 100644 --- a/examples/travel/travel-booking/pom.xml +++ b/examples/travel/travel-booking/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/travel/travel-policy/pom.xml b/examples/travel/travel-policy/pom.xml index df988d31f..131299ffe 100644 --- a/examples/travel/travel-policy/pom.xml +++ b/examples/travel/travel-policy/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/travel/visa-processing/pom.xml b/examples/travel/visa-processing/pom.xml index 7238e3e95..465553d9d 100644 --- a/examples/travel/visa-processing/pom.xml +++ b/examples/travel/visa-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/user-mgmt/account-deletion/pom.xml b/examples/user-mgmt/account-deletion/pom.xml index dd0e0a952..e384a42ab 100644 --- a/examples/user-mgmt/account-deletion/pom.xml +++ b/examples/user-mgmt/account-deletion/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/user-mgmt/bulk-user-import/pom.xml b/examples/user-mgmt/bulk-user-import/pom.xml index af0f09dbe..6cebc0e63 100644 --- a/examples/user-mgmt/bulk-user-import/pom.xml +++ b/examples/user-mgmt/bulk-user-import/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/user-mgmt/data-export-request/pom.xml b/examples/user-mgmt/data-export-request/pom.xml index 82e5c5dd3..e4aa0a616 100644 --- a/examples/user-mgmt/data-export-request/pom.xml +++ b/examples/user-mgmt/data-export-request/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/user-mgmt/email-verification/pom.xml b/examples/user-mgmt/email-verification/pom.xml index adf1d7ef7..d3afdf52a 100644 --- a/examples/user-mgmt/email-verification/pom.xml +++ b/examples/user-mgmt/email-verification/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/user-mgmt/gdpr-consent/pom.xml b/examples/user-mgmt/gdpr-consent/pom.xml index 59d9ffe4b..8b2101e77 100644 --- a/examples/user-mgmt/gdpr-consent/pom.xml +++ b/examples/user-mgmt/gdpr-consent/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/user-mgmt/multi-factor-auth/pom.xml b/examples/user-mgmt/multi-factor-auth/pom.xml index c70b42a11..03d3ce546 100644 --- a/examples/user-mgmt/multi-factor-auth/pom.xml +++ b/examples/user-mgmt/multi-factor-auth/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/user-mgmt/notification-preferences/pom.xml b/examples/user-mgmt/notification-preferences/pom.xml index d8c2365a3..b6bc16051 100644 --- a/examples/user-mgmt/notification-preferences/pom.xml +++ b/examples/user-mgmt/notification-preferences/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/user-mgmt/nps-scoring/pom.xml b/examples/user-mgmt/nps-scoring/pom.xml index 9ab7d9464..43d5d7e52 100644 --- a/examples/user-mgmt/nps-scoring/pom.xml +++ b/examples/user-mgmt/nps-scoring/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/user-mgmt/password-reset/pom.xml b/examples/user-mgmt/password-reset/pom.xml index 09164d091..40e8820bd 100644 --- a/examples/user-mgmt/password-reset/pom.xml +++ b/examples/user-mgmt/password-reset/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/user-mgmt/permission-sync/pom.xml b/examples/user-mgmt/permission-sync/pom.xml index 97337c46b..9ebfb5c38 100644 --- a/examples/user-mgmt/permission-sync/pom.xml +++ b/examples/user-mgmt/permission-sync/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/user-mgmt/profile-update/pom.xml b/examples/user-mgmt/profile-update/pom.xml index b80661663..6f283dcf8 100644 --- a/examples/user-mgmt/profile-update/pom.xml +++ b/examples/user-mgmt/profile-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/user-mgmt/role-management/pom.xml b/examples/user-mgmt/role-management/pom.xml index f0c28dc5a..5d20fa04d 100644 --- a/examples/user-mgmt/role-management/pom.xml +++ b/examples/user-mgmt/role-management/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/user-mgmt/session-management/pom.xml b/examples/user-mgmt/session-management/pom.xml index 9645c5e66..d20d6e574 100644 --- a/examples/user-mgmt/session-management/pom.xml +++ b/examples/user-mgmt/session-management/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/user-mgmt/social-login/pom.xml b/examples/user-mgmt/social-login/pom.xml index 7220d473d..dc56d8e6d 100644 --- a/examples/user-mgmt/social-login/pom.xml +++ b/examples/user-mgmt/social-login/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/user-mgmt/user-analytics/pom.xml b/examples/user-mgmt/user-analytics/pom.xml index 5287e26ea..c690344df 100644 --- a/examples/user-mgmt/user-analytics/pom.xml +++ b/examples/user-mgmt/user-analytics/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/user-mgmt/user-feedback/pom.xml b/examples/user-mgmt/user-feedback/pom.xml index 5b8f8077b..afbb6eb25 100644 --- a/examples/user-mgmt/user-feedback/pom.xml +++ b/examples/user-mgmt/user-feedback/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/user-mgmt/user-migration/pom.xml b/examples/user-mgmt/user-migration/pom.xml index b31f78a8b..6c0b1fb78 100644 --- a/examples/user-mgmt/user-migration/pom.xml +++ b/examples/user-mgmt/user-migration/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/user-mgmt/user-onboarding/pom.xml b/examples/user-mgmt/user-onboarding/pom.xml index f011de0a5..5c8a5ba18 100644 --- a/examples/user-mgmt/user-onboarding/pom.xml +++ b/examples/user-mgmt/user-onboarding/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/user-mgmt/user-registration/pom.xml b/examples/user-mgmt/user-registration/pom.xml index 76a79c732..1f8c3ba16 100644 --- a/examples/user-mgmt/user-registration/pom.xml +++ b/examples/user-mgmt/user-registration/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/user-mgmt/user-survey/pom.xml b/examples/user-mgmt/user-survey/pom.xml index 3f5c695f1..49138c538 100644 --- a/examples/user-mgmt/user-survey/pom.xml +++ b/examples/user-mgmt/user-survey/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 From 24f1ab3ec06622f433608bf9ae5cd7017b6b89f8 Mon Sep 17 00:00:00 2001 From: Chris Hagglund Date: Mon, 11 May 2026 11:11:31 -0600 Subject: [PATCH 2/5] verify on-pr-test shows up red --- examples/basics/hello-world/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/basics/hello-world/pom.xml b/examples/basics/hello-world/pom.xml index 7f62b8ff3..f7dda4526 100644 --- a/examples/basics/hello-world/pom.xml +++ b/examples/basics/hello-world/pom.xml @@ -29,7 +29,7 @@ com.fasterxml.jackson.core jackson-core - 2.18.6 + 2.17.1 org.slf4j From c95ac8e7f39a634f8b417714f04c28ba779251d0 Mon Sep 17 00:00:00 2001 From: Chris Hagglund Date: Mon, 11 May 2026 11:29:19 -0600 Subject: [PATCH 3/5] re-enable full scan --- .github/workflows/osv-scanner-scheduled.yml | 16 ---------------- .github/workflows/osv-scanner.yml | 16 ---------------- 2 files changed, 32 deletions(-) diff --git a/.github/workflows/osv-scanner-scheduled.yml b/.github/workflows/osv-scanner-scheduled.yml index 6094171c4..971cafea9 100644 --- a/.github/workflows/osv-scanner-scheduled.yml +++ b/.github/workflows/osv-scanner-scheduled.yml @@ -16,19 +16,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 From d7adfc749049aaca287c80ded64e78a9ac255af9 Mon Sep 17 00:00:00 2001 From: Chris Hagglund Date: Mon, 11 May 2026 11:32:57 -0600 Subject: [PATCH 4/5] fix the one intentionally regressed version to see pipeline go green --- examples/basics/hello-world/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/basics/hello-world/pom.xml b/examples/basics/hello-world/pom.xml index f7dda4526..7f62b8ff3 100644 --- a/examples/basics/hello-world/pom.xml +++ b/examples/basics/hello-world/pom.xml @@ -29,7 +29,7 @@ com.fasterxml.jackson.core jackson-core - 2.17.1 + 2.18.6 org.slf4j From 3543bc58807619fd9bcbf5344781a3eba5cc2975 Mon Sep 17 00:00:00 2001 From: Chris Hagglund Date: Mon, 11 May 2026 11:40:29 -0600 Subject: [PATCH 5/5] remove test trigger --- .github/workflows/osv-scanner-scheduled.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/osv-scanner-scheduled.yml b/.github/workflows/osv-scanner-scheduled.yml index 971cafea9..6dfc5fafe 100644 --- a/.github/workflows/osv-scanner-scheduled.yml +++ b/.github/workflows/osv-scanner-scheduled.yml @@ -5,9 +5,6 @@ on: - cron: '0 6 * * 1' # Weekly Monday 6am UTC push: branches: [main] - pull_request: # TODO: remove before merge — temporary full-scan gate - branches: [main] - permissions: actions: read contents: read