This is an automated email from the ASF dual-hosted git repository.
ptupitsyn pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
The following commit(s) were added to refs/heads/main by this push:
new 6aeb623fff Bump jline from 3.26.2 to 3.26.3 (#4105)
6aeb623fff is described below
commit 6aeb623fff04ca28fa9986f695bc4326a3646cf8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 22 11:04:41 2024 +0300
Bump jline from 3.26.2 to 3.26.3 (#4105)
Bumps `jline` from 3.26.2 to 3.26.3.
Updates `org.jline:jline` from 3.26.2 to 3.26.3
- [Release notes](https://github.com/jline/jline3/releases)
- [Changelog](https://github.com/jline/jline3/blob/master/changelog.md)
-
[Commits](https://github.com/jline/jline3/compare/jline-parent-3.26.2...jline-parent-3.26.3)
Updates `org.jline:jline-console` from 3.26.2 to 3.26.3
- [Release notes](https://github.com/jline/jline3/releases)
- [Changelog](https://github.com/jline/jline3/blob/master/changelog.md)
-
[Commits](https://github.com/jline/jline3/compare/jline-parent-3.26.2...jline-parent-3.26.3)
---
updated-dependencies:
- dependency-name: org.jline:jline
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.jline:jline-console
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: Pavel Tupitsyn <[email protected]>
Co-authored-by: Pavel Tupitsyn <[email protected]>
---
gradle/libs.versions.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index fb56a067a7..bc8c95970d 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -29,7 +29,7 @@ netty = "4.1.111.Final"
javapoet = "1.13.0"
javax = "1.3.2"
jetbrainsAnnotations = "24.1.0"
-jline = "3.26.2"
+jline = "3.26.3"
jmh = "1.37"
junit5 = "5.10.3"
junitPioneer = "2.2.0"