This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 3c63ffb857bc2b80ecec4a7d7a1702013b56ce9d Author: James Netherton <[email protected]> AuthorDate: Fri Mar 6 07:10:05 2026 +0000 Regen --- poms/bom/src/main/generated/flattened-reduced-pom.xml | 5 +++++ poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/poms/bom/src/main/generated/flattened-reduced-pom.xml b/poms/bom/src/main/generated/flattened-reduced-pom.xml index 650d2b5875..6cfc60470a 100644 --- a/poms/bom/src/main/generated/flattened-reduced-pom.xml +++ b/poms/bom/src/main/generated/flattened-reduced-pom.xml @@ -9318,6 +9318,11 @@ <artifactId>langchain4j-http-client-jdk</artifactId> <version>1.11.0</version> </dependency> + <dependency> + <groupId>dev.langchain4j</groupId> + <artifactId>langchain4j-guardrails</artifactId> + <version>1.11.0-beta19</version> + </dependency> <dependency> <groupId>dev.langchain4j</groupId> <artifactId>langchain4j-hugging-face</artifactId> diff --git a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml index 9fc587b47c..a1ea68b070 100644 --- a/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml +++ b/poms/bom/src/main/generated/flattened-reduced-verbose-pom.xml @@ -9318,6 +9318,11 @@ <artifactId>langchain4j-http-client-jdk</artifactId><!-- dev.langchain4j:langchain4j-bom:1.11.0 --> <version>1.11.0</version><!-- dev.langchain4j:langchain4j-bom:1.11.0 --> </dependency> + <dependency> + <groupId>dev.langchain4j</groupId><!-- dev.langchain4j:langchain4j-bom:1.11.0 --> + <artifactId>langchain4j-guardrails</artifactId><!-- dev.langchain4j:langchain4j-bom:1.11.0 --> + <version>1.11.0-beta19</version><!-- dev.langchain4j:langchain4j-bom:1.11.0 --> + </dependency> <dependency> <groupId>dev.langchain4j</groupId><!-- dev.langchain4j:langchain4j-bom:1.11.0 --> <artifactId>langchain4j-hugging-face</artifactId><!-- dev.langchain4j:langchain4j-bom:1.11.0 -->
