Skip to content

Commit

Permalink
bump mockitoVersion from 4.9.0 to 5.2.0
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.mockito:mockito-inline
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 1, 2023
1 parent a78fa96 commit 61fecf6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion interlok-client-jmx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ext {
componentDesc="JMX implementation of the Interlok Client API"
delombokTargetDir = new File("${project.projectDir}/src/main/generated")
log4j2Version = "2.20.0"
mockitoVersion = '4.9.0'
mockitoVersion = '5.2.0'
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion interlok-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ext {
componentDesc="Interlok client API; allows you to programatically submit messages to an Interlok workflow"
delombokTargetDir = new File("${project.projectDir}/src/main/generated")
log4j2Version = "2.20.0"
mockitoVersion = '4.9.0'
mockitoVersion = '5.2.0'
}

task javadocJar(type: Jar, dependsOn: javadoc) {
Expand Down
2 changes: 1 addition & 1 deletion interlok-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ext {
delombokTargetDir = new File("${project.projectDir}/src/main/generated")
slf4jVersion = '2.0.6'
log4j2Version = "2.20.0"
mockitoVersion = '4.9.0'
mockitoVersion = '5.2.0'
}

// In this section you declare the dependencies for your production and test code
Expand Down
2 changes: 1 addition & 1 deletion interlok-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ext {
bouncyCastleVersion='1.70'
mysqlDriverVersion='8.0.33'
slf4jVersion = '2.0.6'
mockitoVersion = '4.9.0'
mockitoVersion = '5.2.0'
jschVersion = '0.2.8'
mssqlDriverVersion = '9.2.1.jre8'
derbyDriverVersion = '10.15.2.0'
Expand Down

0 comments on commit 61fecf6

Please sign in to comment.