This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch camel-quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
The following commit(s) were added to refs/heads/camel-quarkus-main by this
push:
new 118d57e Bump the maven group across 1 directory with 2 updates
118d57e is described below
commit 118d57efa885dbab79af85603d52b431c2e7d49c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 26 10:29:42 2024 +0100
Bump the maven group across 1 directory with 2 updates
Bumps the maven group with 2 updates in the /data-extract-langchain4j
directory:
[io.quarkiverse.langchain4j:quarkus-langchain4j-bom](https://github.com/quarkiverse/quarkus-langchain4j)
and
[com.mycila:license-maven-plugin](https://github.com/mathieucarbou/license-maven-plugin).
Updates `io.quarkiverse.langchain4j:quarkus-langchain4j-bom` from 0.17.2 to
0.18.0
- [Release
notes](https://github.com/quarkiverse/quarkus-langchain4j/releases)
-
[Commits](https://github.com/quarkiverse/quarkus-langchain4j/compare/0.17.2...0.18.0)
Updates `com.mycila:license-maven-plugin` from 4.5 to 4.6
- [Release
notes](https://github.com/mathieucarbou/license-maven-plugin/releases)
-
[Commits](https://github.com/mathieucarbou/license-maven-plugin/compare/license-maven-plugin-4.5...license-maven-plugin-4.6)
---
updated-dependencies:
- dependency-name: io.quarkiverse.langchain4j:quarkus-langchain4j-bom
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: maven
- dependency-name: com.mycila:license-maven-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: maven
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
data-extract-langchain4j/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/data-extract-langchain4j/pom.xml b/data-extract-langchain4j/pom.xml
index 6f049ac..b8991cd 100644
--- a/data-extract-langchain4j/pom.xml
+++ b/data-extract-langchain4j/pom.xml
@@ -49,13 +49,13 @@
<formatter-maven-plugin.version>2.24.1</formatter-maven-plugin.version>
<groovy-maven-plugin.version>2.1.1</groovy-maven-plugin.version>
<impsort-maven-plugin.version>1.12.0</impsort-maven-plugin.version>
- <license-maven-plugin.version>4.5</license-maven-plugin.version>
+ <license-maven-plugin.version>4.6</license-maven-plugin.version>
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<maven-jar-plugin.version>3.4.2</maven-jar-plugin.version>
<maven-resources-plugin.version>3.3.1</maven-resources-plugin.version>
<maven-surefire-plugin.version>3.5.0</maven-surefire-plugin.version>
- <quarkus-langchain4j.version>0.17.2</quarkus-langchain4j.version>
+ <quarkus-langchain4j.version>0.18.0</quarkus-langchain4j.version>
<wiremock.version>3.9.1</wiremock.version>
</properties>