Skip to content

Commit 8c30809

Browse files
JammyJimsasolntsev
authored andcommitted
Update README.md to include the updated version 2.4.3
1 parent b98acda commit 8c30809

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ In the pom.xml, add the following fragment to the `dependencies` section:
2929
<dependency>
3030
<groupId>net.datafaker</groupId>
3131
<artifactId>datafaker</artifactId>
32-
<version>2.4.2</version>
32+
<version>2.4.3</version>
3333
</dependency>
3434
```
3535

3636
For Gradle users, add the following to your build.gradle file.
3737

3838
```groovy
3939
dependencies {
40-
implementation 'net.datafaker:datafaker:2.4.2'
40+
implementation 'net.datafaker:datafaker:2.4.3'
4141
}
4242
4343
```

0 commit comments

Comments
 (0)