Skip to content

Commit

Permalink
Merge pull request #1191 from quartz-scheduler/dependabot/gradle/main…
Browse files Browse the repository at this point in the history
…/org.hamcrest-hamcrest-library-3.0

build(deps): bump org.hamcrest:hamcrest-library from 1.2 to 3.0
  • Loading branch information
jhouserizer authored Oct 15, 2024
2 parents f35d799 + e3942e8 commit 07a7bf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion quartz-jobs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
testImplementation 'jakarta.transaction:jakarta.transaction-api:2.0.1'
testImplementation 'commons-io:commons-io:2.17.0'
testImplementation "junit:junit:$junitVersion"
testImplementation 'org.hamcrest:hamcrest-library:1.2'
testImplementation 'org.hamcrest:hamcrest-library:3.0'
testImplementation 'jakarta.mail:jakarta.mail-api:2.1.3'

testImplementation 'org.subethamail:subethasmtp:3.1.7'
Expand Down
2 changes: 1 addition & 1 deletion quartz/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ dependencies {
testImplementation "junit:junit:$junitVersion"
testImplementation 'asm:asm:3.3.1'
testImplementation 'org.mockito:mockito-core:1.9.5'
testImplementation 'org.hamcrest:hamcrest-library:1.2'
testImplementation 'org.hamcrest:hamcrest-library:3.0'

testImplementation "org.apache.derby:derby:$derbyVersion"
testImplementation "org.apache.derby:derbynet:$derbyVersion"
Expand Down

0 comments on commit 07a7bf4

Please sign in to comment.