File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,22 +29,22 @@ 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.2 </version >
32+ <version >2.5.1 </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.2 '
40+ implementation 'net.datafaker:datafaker:2.5.1 '
4141}
4242
4343```
4444
4545You can also use the snapshot version (` 2.5.2-SNAPSHOT ` ), which automatically gets published
4646after every push to the main branch of this repository. Binary repository URL for snapshots download is
47- ` https://s01.oss. sonatype.org/content/repositories/ snapshots/ ` .
47+ ` https://central. sonatype.com/repository/maven- snapshots/ ` .
4848
4949### Get started
5050
@@ -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.2
84+ jbang -i net.datafaker:datafaker:2.5.1
8585```
8686
8787```
You can’t perform that action at this time.
0 commit comments