Skip to content

Commit

Permalink
[JN-1457]: Bump org.hamcrest:hamcrest from 2.2 to 3.0 (#1346)
Browse files Browse the repository at this point in the history
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 Dec 16, 2024
1 parent 8ccd056 commit 64c089f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pepper-import/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {


testImplementation 'org.apache.commons:commons-text:1.12.0'
testImplementation 'org.hamcrest:hamcrest:2.2'
testImplementation 'org.hamcrest:hamcrest:3.0'
testImplementation 'com.github.seregamorph:hamcrest-more-matchers:0.1'
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 @@ -29,7 +29,7 @@ dependencies {
implementation 'org.yaml:snakeyaml:2.3'

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

0 comments on commit 64c089f

Please sign in to comment.