Skip to content

Commit e632687

Browse files
authored
Merge pull request #12 from DanielFran/datafaker_1.9.0
Update Datafaker version to 1.9.0
2 parents dd2c887 + 6c06a1f commit e632687

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ plugins {
1111
id 'idea'
1212
id 'eclipse'
1313
id 'project-report'
14-
id 'com.diffplug.spotless' version '6.21.0'
15-
id 'org.wiremock.tools.gradle.wiremock-extension-convention' version '0.1.2'
14+
id 'com.diffplug.spotless' version '6.25.0'
15+
id 'org.wiremock.tools.gradle.wiremock-extension-convention' version '0.2.0'
1616
}
1717

1818
repositories {
@@ -23,7 +23,7 @@ repositories {
2323
projects {
2424
ext {
2525
versions = [
26-
wiremock: "3.3.1"
26+
wiremock: "3.5.2"
2727
]
2828
}
2929
}
@@ -57,7 +57,7 @@ allprojects {
5757
dependencies {
5858
api "org.wiremock:wiremock:$versions.wiremock"
5959
// 1.x is not maintained but we need to use to support Java 11. It is in a better state than java-faker, which is also not maintained. Bump to 2.x once we deprecate support for Java 11.
60-
implementation 'net.datafaker:datafaker:1.7.0'
60+
implementation 'net.datafaker:datafaker:1.9.0'
6161

6262
testImplementation("org.wiremock:wiremock:$versions.wiremock") {
6363
artifact {

0 commit comments

Comments
 (0)