Skip to content

Commit

Permalink
## What's changed?
Browse files Browse the repository at this point in the history
- Fix for #92: Use default values for ignored constructor arguments
  • Loading branch information
jk-idealo committed May 9, 2023
1 parent dd1e122 commit 124bef5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The purpose of this project is to generate full object graphs for use in test su
<dependency>
<groupId>com.github.nylle</groupId>
<artifactId>javafixture</artifactId>
<version>2.9.7</version>
<version>2.9.8</version>
<scope>test</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.github.nylle</groupId>
<artifactId>javafixture</artifactId>
<packaging>jar</packaging>
<version>2.9.7</version>
<version>2.9.8</version>

<name>JavaFixture</name>
<url>https://github.com/Nylle/JavaFixture</url>
Expand Down

0 comments on commit 124bef5

Please sign in to comment.