We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1df7c05 + 2f76e1f commit ddee668Copy full SHA for ddee668
datagen/build.gradle
@@ -18,7 +18,7 @@ dependencies {
18
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
19
implementation("ch.qos.logback.contrib:logback-json-classic:0.1.5")
20
implementation("ch.qos.logback.contrib:logback-jackson:0.1.5")
21
- implementation("net.datafaker:datafaker:1.8.1")
+ implementation("net.datafaker:datafaker:1.9.0")
22
implementation("org.projectlombok:lombok")
23
annotationProcessor("org.projectlombok:lombok")
24
runtimeOnly("org.postgresql:postgresql")
0 commit comments