Skip to content

Commit

Permalink
[#1455] DEP: Bump spring-boot version to 2.5.6.
Browse files Browse the repository at this point in the history
Closes #1455
  • Loading branch information
remkop committed Nov 4, 2021
1 parent 986c271 commit 1e1594b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# picocli Release Notes

# <a name="4.6.2"></a> Picocli 4.6.2 (UNRELEASED)
# <a name="4.6.2"></a> Picocli 4.6.2
The picocli community is pleased to announce picocli 4.6.2.

This release includes bugfixes and enhancements.
Expand Down Expand Up @@ -64,6 +64,7 @@ Picocli follows [semantic versioning](http://semver.org/).
* [#1449] DOC: Fix typo in `picocli-shell-jline2/README.md`. Thanks to [Ahmed Ashour](https://github.com/asashour) for the pull request.
* [#1426] Fix README adoption logos. Thanks to [NewbieOrange](https://github.com/NewbieOrange) for the pull request.
* [#1313] DEP: Bump jline3Version in order to avoid stackoverflow error. Thanks to [Rupert Madden-Abbott](https://github.com/rupert-madden-abbott) for the pull request.
* [#1455] DEP: Bump spring-boot version to 2.5.6.
* [#1369][#1371] Upgrade jline3 to version 3.19.0 to avoid "ReadConsoleInputW failed: Incorrect function" error. Thanks to [auricgoldfinger](https://github.com/auricgoldfinger) for the pull request.
* [#1336] BUILD: Bump Spring Boot, Gradle and Kotlin to latest version. Thanks to [Andreas Deininger](https://github.com/deining) for the pull request.
* [#1327] BUILD: fix incorrect version in `MANIFEST.MF`. Thanks to [Fiouz](https://github.com/Fiouz) for the pull request.
Expand All @@ -77,6 +78,8 @@ Picocli follows [semantic versioning](http://semver.org/).
## <a name="4.6.2-deprecated"></a> Deprecations
No features were deprecated in this release.

The `@Option` `help` attribute is no longer deprecated from this release; it is useful for custom help options.

## <a name="4.6.2-breaking-changes"></a> Potential breaking changes
This release has no breaking changes.

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jlineVersion = 2.14.6
jline3Version = 3.19.0
junitDepVersion = 4.11
junitVersion = 4.12
springBootVersion = 2.4.3
springBootVersion = 2.5.6

# projectPreviousPublishedVersion is non-SNAPSHOT, only published releases
projectPreviousPublishedVersion = 4\\.6\\.1
Expand Down

0 comments on commit 1e1594b

Please sign in to comment.