Skip to content

Commit a7d56e9

Browse files
committed
## What's changed?
- Feature: Support chained field-customisation, e.g. `.with("myField.nestedField")`
1 parent 233c669 commit a7d56e9

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.12.1</version>
21+
<version>2.13.0</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.12.1</version>
10+
<version>2.13.0</version>
1111

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

0 commit comments

Comments
 (0)