Skip to content

Commit

Permalink
fix(deps): update dependency net.datafaker:datafaker to v2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 19, 2024
1 parent 2842945 commit d113934
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>v2.4.1</version>
<version>2.4.2</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>v2.4.1</version>
<version>2.4.2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit d113934

Please sign in to comment.