Skip to content

Commit

Permalink
[JN-1457]: Bump com.github.seregamorph:hamcrest-more-matchers from 0.…
Browse files Browse the repository at this point in the history
…1 to 1.0 (#1403)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 23, 2025
1 parent 9d0d5cd commit 298f117
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.1'
testImplementation 'org.springframework.boot:spring-boot-starter-test:3.4.0'
testImplementation 'com.squareup.okhttp3:mockwebserver:4.11.0'
testImplementation 'com.github.seregamorph:hamcrest-more-matchers:0.1'
testImplementation 'com.github.seregamorph:hamcrest-more-matchers:1.0'

testFixturesImplementation 'org.springframework.boot:spring-boot-starter-test:3.4.0'
testFixturesImplementation 'org.apache.commons:commons-text:1.12.0'
Expand Down
2 changes: 1 addition & 1 deletion pepper-import/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {

testImplementation 'org.apache.commons:commons-text:1.12.0'
testImplementation 'org.hamcrest:hamcrest:3.0'
testImplementation 'com.github.seregamorph:hamcrest-more-matchers:0.1'
testImplementation 'com.github.seregamorph:hamcrest-more-matchers:1.0'
testImplementation(testFixtures(project(":core")))
}

Expand Down
2 changes: 1 addition & 1 deletion populate/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {

testImplementation 'org.apache.commons:commons-text:1.12.0'
testImplementation 'org.hamcrest:hamcrest:3.0'
testImplementation 'com.github.seregamorph:hamcrest-more-matchers:0.1'
testImplementation 'com.github.seregamorph:hamcrest-more-matchers:1.0'
testImplementation(testFixtures(project(":core")))
}

Expand Down

0 comments on commit 298f117

Please sign in to comment.