Skip to content

Commit 27c9e22

Browse files
github-actions[bot]asolntsev
authored andcommitted
Released Datafaker 2.5.2
A release just completed, this PR updates the versions in pom.xml and README.md Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b3309dd commit 27c9e22

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

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

3838
```groovy
3939
dependencies {
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
4646
after 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' ':')
8181
or 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
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

0 commit comments

Comments
 (0)