Skip to content

Commit

Permalink
Merge pull request #111 from reinhapa/datafaker
Browse files Browse the repository at this point in the history
⚠️  Use net.datafaker instead of com.github.javafaker
  • Loading branch information
McPringle authored May 3, 2024
2 parents 4ca1ed3 + 7089dc3 commit 2018e39
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,9 @@
<version>1.7.0</version>
</dependency>
<dependency>
<groupId>com.github.javafaker</groupId>
<artifactId>javafaker</artifactId>
<version>1.0.2</version>
<groupId>net.datafaker</groupId>
<artifactId>datafaker</artifactId>
<version>2.2.2</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
package swiss.fihlon.apus.plugin.event.demo;

import com.github.javafaker.Faker;
import net.datafaker.Faker;
import org.jetbrains.annotations.NotNull;
import org.springframework.stereotype.Service;
import swiss.fihlon.apus.configuration.Configuration;
Expand Down

0 comments on commit 2018e39

Please sign in to comment.