Skip to content

Commit

Permalink
fix(deps): update dependency net.datafaker:datafaker to v2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 30, 2024
1 parent 8dc6602 commit f31fabe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion order-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<dependency>
<groupId>net.datafaker</groupId>
<artifactId>datafaker</artifactId>
<version>2.3.1</version>
<version>2.4.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion payment-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
<dependency>
<groupId>net.datafaker</groupId>
<artifactId>datafaker</artifactId>
<version>2.3.1</version>
<version>2.4.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit f31fabe

Please sign in to comment.