Skip to content

Commit

Permalink
chore(deps): bump mockito-junit-jupiter from 4.4.0 to 4.5.1
Browse files Browse the repository at this point in the history
Bumps [mockito-junit-jupiter](https://github.com/mockito/mockito) from 4.4.0 to 4.5.1.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v4.4.0...v4.5.1)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and tchiotludo committed May 12, 2022
1 parent 1c768f9 commit bd49a53
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {
testImplementation project(':runner-memory')
testImplementation project(':storage-local')

testImplementation 'org.mockito:mockito-junit-jupiter:4.4.0'
testImplementation 'org.mockito:mockito-junit-jupiter:4.5.1'
testImplementation "io.micronaut:micronaut-http-client"
testImplementation "io.micronaut.rxjava2:micronaut-rxjava2-http-client"
testImplementation "io.micronaut:micronaut-http-server-netty"
Expand Down
2 changes: 1 addition & 1 deletion indexer-kafka-elasticsearch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ dependencies {
implementation group: "org.apache.kafka", name: "kafka-clients", version: kafkaVersion
implementation group: 'net.jodah', name: 'failsafe', version: '2.4.4'

testImplementation 'org.mockito:mockito-junit-jupiter:4.4.0'
testImplementation 'org.mockito:mockito-junit-jupiter:4.5.1'
}
2 changes: 1 addition & 1 deletion repository-elasticsearch/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ dependencies {

testImplementation project(':core').sourceSets.test.output
testImplementation project(':runner-memory')
testImplementation 'org.mockito:mockito-junit-jupiter:4.4.0'
testImplementation 'org.mockito:mockito-junit-jupiter:4.5.1'
}
2 changes: 1 addition & 1 deletion runner-kafka/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ dependencies {

testImplementation group: 'org.apache.kafka', name: 'kafka-streams-test-utils', version: kafkaVersion

testImplementation 'org.mockito:mockito-junit-jupiter:4.4.0'
testImplementation 'org.mockito:mockito-junit-jupiter:4.5.1'
}

0 comments on commit bd49a53

Please sign in to comment.