fix: JWT validation uses wrong current time due to a bug in auto-update

Upgrade auto-update to 0.2.7 which contains a fix to a bug causing some threads not seeing updates to the cached values.
This commit is contained in:
Michał Kłeczek
2026-08-10 17:20:56 -05:00
committed by Steve Chavez
parent 89fe63fce0
commit a2a592a617
6 changed files with 24 additions and 2 deletions
+4
View File
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. From versio
## Unreleased
### Fixed
- JWT validation uses wrong current time due to a bug in auto-update by @mkleczek in #5159
## [16.0] - 2026-08-07
### Changes