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 92febe62a727 chore(deps): Bump jline-version from 4.0.15 to 4.1.1
92febe62a727 is described below
commit 92febe62a727cfd1bd4d236322a79bc39cdbec16
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri May 22 09:06:54 2026 +0000
chore(deps): Bump jline-version from 4.0.15 to 4.1.1
Bumps `jline-version` from 4.0.15 to 4.1.1.
Updates `org.jline:jline` from 4.0.15 to 4.1.1
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](https://github.com/jline/jline3/compare/4.0.15...4.1.1)
Updates `org.jline:jline-picocli` from 4.0.15 to 4.1.1
- [Release notes](https://github.com/jline/jline3/releases)
- [Commits](https://github.com/jline/jline3/compare/4.0.15...4.1.1)
---
updated-dependencies:
- dependency-name: org.jline:jline
dependency-version: 4.1.1
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.jline:jline-picocli
dependency-version: 4.1.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 282021da8717..2b772a028ae3 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -296,7 +296,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.0.15</jline-version>
+ <jline-version>4.1.1</jline-version>
<libthrift-version>0.23.0</libthrift-version>
<jodatime2-version>2.14.2</jodatime2-version>
<jolokia-version>2.6.0</jolokia-version>