f4b6a3 / uuid-creator

UUID Creator is a Java library for generating Universally Unique Identifiers.
MIT License
431 stars 44 forks source link

Fix MAX UUID #75

Closed fabiolimace closed 2 years ago

fabiolimace commented 2 years ago

UuidCreator.getMax() returns a wrong value in v5.0.0 to v5.1.2.

The correct return is FFFFFFFF-FFFF-FFFF-FFFF-FFFFFFFFFFFF.

fabiolimace commented 2 years ago

Released v5.2.0 ✅

Update if you use v5.0.0 through v5.1.2.