This is an automated email from the ASF dual-hosted git repository.
apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new ac974b8f7e9d chore(deps): Bump jline-version from 4.2.0 to 4.2.1
ac974b8f7e9d is described below
commit ac974b8f7e9d9fc166c10db48a1aa9152db6a8da
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 17 07:35:06 2026 +0000
chore(deps): Bump jline-version from 4.2.0 to 4.2.1
Bumps `jline-version` from 4.2.0 to 4.2.1.
Updates `org.jline:jline` from 4.2.0 to 4.2.1
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](https://github.com/jline/jline3/compare/4.2.0...4.2.1)
Updates `org.jline:jline-picocli` from 4.2.0 to 4.2.1
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](https://github.com/jline/jline3/compare/4.2.0...4.2.1)
---
updated-dependencies:
- dependency-name: org.jline:jline
dependency-version: 4.2.1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.jline:jline-picocli
dependency-version: 4.2.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 86d46b42e8e0..55c8fe47addf 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -297,7 +297,7 @@
<jgroups-raft-version>1.1.4.Final</jgroups-raft-version>
<jira-rest-client-api-version>6.0.2</jira-rest-client-api-version>
<jira-sal-api-version>7.2.1</jira-sal-api-version>
- <jline-version>4.2.0</jline-version>
+ <jline-version>4.2.1</jline-version>
<libthrift-version>0.23.0</libthrift-version>
<jodatime2-version>2.14.2</jodatime2-version>
<jolokia-version>2.6.0</jolokia-version>