Skip to content

Commit

Permalink
Merge pull request #12 from DanielFran/datafaker_1.9.0
Browse files Browse the repository at this point in the history
Update Datafaker version to 1.9.0
  • Loading branch information
leeturner authored Sep 16, 2024
2 parents dd2c887 + 6c06a1f commit e632687
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ plugins {
id 'idea'
id 'eclipse'
id 'project-report'
id 'com.diffplug.spotless' version '6.21.0'
id 'org.wiremock.tools.gradle.wiremock-extension-convention' version '0.1.2'
id 'com.diffplug.spotless' version '6.25.0'
id 'org.wiremock.tools.gradle.wiremock-extension-convention' version '0.2.0'
}

repositories {
Expand All @@ -23,7 +23,7 @@ repositories {
projects {
ext {
versions = [
wiremock: "3.3.1"
wiremock: "3.5.2"
]
}
}
Expand Down Expand Up @@ -57,7 +57,7 @@ allprojects {
dependencies {
api "org.wiremock:wiremock:$versions.wiremock"
// 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.
implementation 'net.datafaker:datafaker:1.7.0'
implementation 'net.datafaker:datafaker:1.9.0'

testImplementation("org.wiremock:wiremock:$versions.wiremock") {
artifact {
Expand Down

0 comments on commit e632687

Please sign in to comment.