File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
src/test/java/com/fasterxml/uuid Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >com.fasterxml</groupId >
88 <artifactId >oss-parent</artifactId >
9- <version >68 </version >
9+ <version >69 </version >
1010 </parent >
1111 <groupId >com.fasterxml.uuid</groupId >
1212 <artifactId >java-uuid-generator</artifactId >
1515 -->
1616 <packaging >bundle</packaging >
1717 <name >Java UUID Generator</name >
18- <version >5.1.2 -SNAPSHOT</version >
18+ <version >5.2.0 -SNAPSHOT</version >
1919 <description >
2020Java UUID Generator (JUG) is a Java library for generating
2121Universally Unique IDentifiers, UUIDs (see http://en.wikipedia.org/wiki/UUID).
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ Project: java-uuid-generator
44Releases
55============================================================================
66
7+ 5.2.0 (not yet released)
8+
9+ - Update to `oss-parent` v69
10+
7115.1.1 (26-Sep-2025)
812
913#122: RFC-4122 Obsoleted by RFC-9562 (document change)
Original file line number Diff line number Diff line change 1414import java .util .List ;
1515import java .util .UUID ;
1616
17+ import static org .hamcrest .MatcherAssert .assertThat ;
1718import static org .hamcrest .core .StringContains .containsString ;
1819import static org .junit .Assert .assertEquals ;
19- import static org .junit .Assert .assertThat ;
2020
2121@ RunWith (Parameterized .class )
2222public class JugNamedTest {
Original file line number Diff line number Diff line change 1111import java .lang .reflect .Array ;
1212import java .util .*;
1313
14+ import static org .hamcrest .MatcherAssert .assertThat ;
1415import static org .hamcrest .core .StringContains .containsString ;
1516import static org .junit .Assert .*;
1617
You can’t perform that action at this time.
0 commit comments