From 9f24fa9176fea03f19139d5a44cf9fa3e19553df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Aug 2026 03:55:59 +0000 Subject: [PATCH] build(deps): bump com.icegreen:greenmail from 2.1.11 to 2.1.13 Bumps [com.icegreen:greenmail](https://github.com/greenmail-mail-test/greenmail) from 2.1.11 to 2.1.13. - [Release notes](https://github.com/greenmail-mail-test/greenmail/releases) - [Commits](https://github.com/greenmail-mail-test/greenmail/compare/release-2.1.11...release-2.1.13) --- updated-dependencies: - dependency-name: com.icegreen:greenmail dependency-version: 2.1.13 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- logback-android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logback-android/build.gradle b/logback-android/build.gradle index d3fecbfdb..1b96a2050 100644 --- a/logback-android/build.gradle +++ b/logback-android/build.gradle @@ -115,7 +115,7 @@ dependencies { testImplementation 'org.mockito:mockito-core:5.23.0' testImplementation 'joda-time:joda-time:2.14.3' - testImplementation 'com.icegreen:greenmail:2.1.11' + testImplementation 'com.icegreen:greenmail:2.1.13' testImplementation 'dom4j:dom4j:1.6.1' testImplementation "org.slf4j:integration:2.0.0-alpha1" // don't seem to have any stable 2.x releases yet: https://mvnrepository.com/artifact/org.slf4j/integration testImplementation "org.slf4j:log4j-over-slf4j:${slf4jVersion}"