Bug fixes:
- Ensure
_currToken
is set tonull
if it has been returned fromnextToken()
(thanks to @devinrsmith for the PR!)
Maintenance:
- Update CI dependencies
- Update Gradle
- Test against Java 21
Bug fixes:
_currToken
is set to null
if it has been returned from nextToken()
(thanks to @devinrsmith for the PR!)Maintenance: