Skip to content

Commit

Permalink
Bump jline.version from 3.25.0 to 3.25.1 (#84)
Browse files Browse the repository at this point in the history
Bumps `jline.version` from 3.25.0 to 3.25.1.

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

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

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

---
updated-dependencies:
- dependency-name: org.jline:jline-terminal
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.jline:jline-terminal-jna
  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
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 9, 2024
1 parent 7d736e1 commit 00c51a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<junit.jupiter.version>5.10.1</junit.jupiter.version>
<log4j2.version>2.22.1</log4j2.version>
<jackson.version>2.16.1</jackson.version>
<jline.version>3.25.0</jline.version>
<jline.version>3.25.1</jline.version>
<!-- 本地测试服务端插件目录 -->
<dir.api>../../_api</dir.api>
<dir.server>../../_server</dir.server>
Expand Down

0 comments on commit 00c51a9

Please sign in to comment.