This is an automated email from the ASF dual-hosted git repository. jiriondrusek pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 6283f222b20f3afd18a4552f44dc9f2bc88e2b73 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 ecce3dbdab..4989725c7b 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 ef45306ccf..904bb38762 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 -->
