Skip to content

Commit

Permalink
build(deps): bump jline.version from 3.26.1 to 3.26.3 (#1663)
Browse files Browse the repository at this point in the history
Bumps `jline.version` from 3.26.1 to 3.26.3.

Updates `org.jline:jline-terminal` from 3.26.1 to 3.26.3
- [Release notes](https://github.com/jline/jline3/releases)
- [Changelog](https://github.com/jline/jline3/blob/master/changelog.md)
- [Commits](jline/jline3@jline-parent-3.26.1...jline-parent-3.26.3)

Updates `org.jline:jline-reader` from 3.26.1 to 3.26.3
- [Release notes](https://github.com/jline/jline3/releases)
- [Changelog](https://github.com/jline/jline3/blob/master/changelog.md)
- [Commits](jline/jline3@jline-parent-3.26.1...jline-parent-3.26.3)

Updates `org.jline:jline-terminal-jansi` from 3.26.1 to 3.26.3
- [Release notes](https://github.com/jline/jline3/releases)
- [Changelog](https://github.com/jline/jline3/blob/master/changelog.md)
- [Commits](jline/jline3@jline-parent-3.26.1...jline-parent-3.26.3)

---
updated-dependencies:
- dependency-name: org.jline:jline-terminal
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jline:jline-reader
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jline:jline-terminal-jansi
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 22, 2024
1 parent bc1446b commit f5d62ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</parent>

<properties>
<jline.version>3.26.1</jline.version>
<jline.version>3.26.3</jline.version>
</properties>

<artifactId>arcadedb-console</artifactId>
Expand Down

0 comments on commit f5d62ec

Please sign in to comment.