Skip to content

Commit c03e9a7

Browse files
committed
## What's changed?
- Bugfix: Chained field-customisation do not work for records (Java 16). - Bugfix: Random constructors sometimes ignore customisation.
1 parent 05f1b8d commit c03e9a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The purpose of this project is to generate full object graphs for use in test su
1818
<dependency>
1919
<groupId>com.github.nylle</groupId>
2020
<artifactId>javafixture</artifactId>
21-
<version>2.13.0</version>
21+
<version>2.13.1</version>
2222
<scope>test</scope>
2323
</dependency>
2424
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>com.github.nylle</groupId>
88
<artifactId>javafixture</artifactId>
99
<packaging>jar</packaging>
10-
<version>2.13.0</version>
10+
<version>2.13.1</version>
1111

1212
<name>JavaFixture</name>
1313
<url>https://github.com/Nylle/JavaFixture</url>

0 commit comments

Comments
 (0)