File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,20 +29,20 @@ 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.5.1 </version >
32+ <version >2.5.2 </version >
3333</dependency >
3434```
3535
3636For Gradle users, add the following to your build.gradle file.
3737
3838``` groovy
3939dependencies {
40- implementation 'net.datafaker:datafaker:2.5.1 '
40+ implementation 'net.datafaker:datafaker:2.5.2 '
4141}
4242
4343```
4444
45- You can also use the snapshot version (` 2.5.2 -SNAPSHOT ` ), which automatically gets published
45+ You can also use the snapshot version (` 2.5.3 -SNAPSHOT ` ), which automatically gets published
4646after every push to the main branch of this repository. Binary repository URL for snapshots download is
4747` https://central.sonatype.com/repository/maven-snapshots/ ` .
4848
@@ -81,7 +81,7 @@ jshell --class-path $(ls -d target/*.jar | tr '\n' ':')
8181or JShell w/[ JBang] ( https://www.jbang.dev/ )
8282```
8383# can be run anywhere, no project root/download needed.
84- jbang -i net.datafaker:datafaker:2.5.1
84+ jbang -i net.datafaker:datafaker:2.5.2
8585```
8686
8787```
Original file line number Diff line number Diff line change 44 <groupId >net.datafaker</groupId >
55 <artifactId >datafaker</artifactId >
66 <packaging >jar</packaging >
7- <version >2.5.2 -SNAPSHOT</version >
7+ <version >2.5.3 -SNAPSHOT</version >
88 <name >Datafaker</name >
99 <description >
1010 This library is an improved fork of JavaFaker (as well as Ruby's stympy/faker gem and Perl's Data::Faker
You can’t perform that action at this time.
0 commit comments