Skip to content

Commit 1e1594b

Browse files
committed
[#1455] DEP: Bump spring-boot version to 2.5.6.
Closes #1455
1 parent 986c271 commit 1e1594b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

RELEASE-NOTES.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# picocli Release Notes
22

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

66
This release includes bugfixes and enhancements.
@@ -64,6 +64,7 @@ Picocli follows [semantic versioning](http://semver.org/).
6464
* [#1449] DOC: Fix typo in `picocli-shell-jline2/README.md`. Thanks to [Ahmed Ashour](https://github.com/asashour) for the pull request.
6565
* [#1426] Fix README adoption logos. Thanks to [NewbieOrange](https://github.com/NewbieOrange) for the pull request.
6666
* [#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.
67+
* [#1455] DEP: Bump spring-boot version to 2.5.6.
6768
* [#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.
6869
* [#1336] BUILD: Bump Spring Boot, Gradle and Kotlin to latest version. Thanks to [Andreas Deininger](https://github.com/deining) for the pull request.
6970
* [#1327] BUILD: fix incorrect version in `MANIFEST.MF`. Thanks to [Fiouz](https://github.com/Fiouz) for the pull request.
@@ -77,6 +78,8 @@ Picocli follows [semantic versioning](http://semver.org/).
7778
## <a name="4.6.2-deprecated"></a> Deprecations
7879
No features were deprecated in this release.
7980

81+
The `@Option` `help` attribute is no longer deprecated from this release; it is useful for custom help options.
82+
8083
## <a name="4.6.2-breaking-changes"></a> Potential breaking changes
8184
This release has no breaking changes.
8285

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jlineVersion = 2.14.6
1313
jline3Version = 3.19.0
1414
junitDepVersion = 4.11
1515
junitVersion = 4.12
16-
springBootVersion = 2.4.3
16+
springBootVersion = 2.5.6
1717

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

0 commit comments

Comments
 (0)