From 5c600500f20a542d62f3611fc2b23e18c47b5643 Mon Sep 17 00:00:00 2001 From: Remko Popma Date: Mon, 31 Jan 2022 10:21:18 +0900 Subject: [PATCH] [#1554] DOC Fix typo in RELEASE-NOTES --- RELEASE-NOTES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index ece94ddbd..3b58c50e4 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -50,7 +50,7 @@ Picocli follows [semantic versioning](http://semver.org/). * [#1457] DOC: add caution about arguments in @files with quoted option parameters. Thanks to [Andreas Deininger](https://github.com/deining) for the pull request. * [#1544][#1545] DOC: Add NOTICE file with GPL v2 + CPE license. Thanks to [Keith M Swartz](https://github.com/kswartz26) for the pull request. * [#1553] SECURITY: Fix code scanning alert - Token-Permissions -* [#1554] Fix code scanning alert - Pinned-Dependencies +* [#1554] SECURITY: Fix code scanning alert - Pinned-Dependencies * [#1491] BUILD: Add build job in CI; Thanks to [Goooler](https://github.com/Goooler) for the pull request. * [#1482] BUILD: Optimize gradle; Thanks to [Goooler](https://github.com/Goooler) for the pull request. * [#1461] BUILD: Allow publishing without signing for non-release versions. Thanks to [Andreas Deininger](https://github.com/deining) for raising this.