Skip to content

Commit

Permalink
fix(deps): update dependency net.datafaker:datafaker to v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 24, 2024
1 parent e64e2b0 commit 9e330e9
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.2.0</version>
<version>2.2.1</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.2.0</version>
<version>2.2.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 9e330e9

Please sign in to comment.