Skip to content

Commit 3f9de3e

Browse files
chore(deps): bump mockito-inline from 4.7.0 to 4.8.0 in /gmail/snippets (#359)
Bumps [mockito-inline](https://github.com/mockito/mockito) from 4.7.0 to 4.8.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.7.0...v4.8.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 264538d commit 3f9de3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gmail/snippets/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ dependencies {
1010
implementation 'javax.mail:mail:1.4.7'
1111
implementation 'org.apache.commons:commons-csv:1.9.0'
1212
testImplementation 'junit:junit:4.13.2'
13-
testImplementation 'org.mockito:mockito-inline:4.7.0'
13+
testImplementation 'org.mockito:mockito-inline:4.8.0'
1414
testImplementation 'org.hamcrest:hamcrest:2.2'
1515
}

0 commit comments

Comments
 (0)