From ea2217eab4c8736404ea6c87cbcd8b487a2ebedb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 19:17:23 +0000 Subject: [PATCH] chore(deps): bump org.mockito:mockito-inline in /gmail/snippets Bumps [org.mockito:mockito-inline](https://github.com/mockito/mockito) from 4.8.0 to 5.1.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v4.8.0...v5.1.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- gmail/snippets/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gmail/snippets/build.gradle b/gmail/snippets/build.gradle index 69378a2d..45eefe27 100644 --- a/gmail/snippets/build.gradle +++ b/gmail/snippets/build.gradle @@ -10,6 +10,6 @@ dependencies { implementation 'javax.mail:mail:1.4.7' implementation 'org.apache.commons:commons-csv:1.9.0' testImplementation 'junit:junit:4.13.2' - testImplementation 'org.mockito:mockito-inline:4.8.0' + testImplementation 'org.mockito:mockito-inline:5.1.1' testImplementation 'org.hamcrest:hamcrest:2.2' }