Bump Java-WebSocket from 1.5.1 to 1.5.2
Bumps Java-WebSocket from 1.5.1 to 1.5.2.
Release notes
Sourced from Java-WebSocket's releases.
Release 1.5.2
Notable changes:
- Issue 1008 - Improve Sec-WebSocket-Protocol usability (PR 1034 by @marci4)
- PR 1070 - Prioritise using provided socket factory when creating socket with proxy, by @marci4
- Issue 1026 - Force client to use the valid schema (PR 1025 by @yindex)
Check out the changelog and the milestone for more information.
A special thanks to all the contributors of this release: @dota17 @yindex @alphaho @pawankgupta-se
Changelog
Sourced from Java-WebSocket's changelog.
Version Release 1.5.2 (2021/04/05)
Bugs Fixed
- Issue 1132 - Draft_6455 flagged by Veracode CWE-331 replace Random with SecureRandom (PR 1133 by @marci4)
- Issue 1053 - It's an invalid check null with SEC_WEB_SOCKET_KEY . (PR 1054 by @dota17)
- Issue 1026 - Force client to use the valid schema (PR 1025 by @yindex)
- PR 1070 - Prioritise using provided socket factory when creating socket with proxy, by @marci4
- PR 1028 - Fixed typo in WebSocketClient.reset's error message, by @alphaho
- PR 1018 - Added missing return character, by @pawankgupta-se
New Features
- Issue 1008 - Improve Sec-WebSocket-Protocol usability (PR 1034 by @marci4)
Refactoring
- Issue 1050 - What about adding the CodeFormatterProfile.xml with the code format ? (PR 1060 by @dota17)
- PR 1072 - Improve code quality, by @marci4
- PR 1060 - Using Google Java Code Style To Reformat Code, by @dota17
In this release 5 issues and 9 pull requests were closed.
###############################################################################
Commits
-
e630e60
Merge pull request #1137 from marci4/UpdateChangelog1.5.2 -
2b33f42
Update Changelog.md -
6e1d80f
Merge pull request #1136 from PhilipRoman/gradle-build-fix -
a25bce4
Switch from deprecated Gradle 'compile' configuration to 'implementation' -
9e5b795
Replace deprecated Gradle 'maven' plugin with 'maven-publish' -
234a865
Configure Gradle to use utf-8 -
d0f5731
Merge pull request #1133 from marci4/Issue1132 -
feec867
Use SecureRandom instead of Random -
25af097
Remove unused code and clean up build.gradle -
b083428
Set compatibility in build.gradle to 1.7 - Additional commits viewable in compare view