File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ Maven coordinates are:
34
34
<dependency >
35
35
<groupId >com.fasterxml.uuid</groupId >
36
36
<artifactId >java-uuid-generator</artifactId >
37
- <version >4.0.1 </version >
37
+ <version >4.1.0 </version >
38
38
</dependency >
39
39
```
40
40
@@ -64,7 +64,7 @@ For example:
64
64
UUID uuid = Generators . timeBasedGenerator(). generate(); // Variant 1
65
65
UUID uuid = Generators . randomBasedGenerator(). generate(); // Variant 4
66
66
UUID uuid = Generators . nameBasedgenerator(). generate(" string to hash" ); // Variant 5
67
- // With JUG 4.1+:
67
+ // With JUG 4.1+: support for https://github.com/uuid6/uuid6-ietf-draft variants 6 and 7:
68
68
UUID uuid = Generators . timeBasedReorderedGenerator(). generate(); // Variant 6
69
69
UUID uuid = Generators . timeBasedEpochGenerator(). generate(); // Variant 7
70
70
```
You can’t perform that action at this time.
0 commit comments