From f37b9cb6031aeefc09db31a8b5c1dc9cd8a43279 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Nov 2025 05:04:03 +0000 Subject: [PATCH] Bump com.sanctionco.jmail:jmail from 2.0.2 to 2.1.0 Bumps [com.sanctionco.jmail:jmail](https://github.com/RohanNagar/jmail) from 2.0.2 to 2.1.0. - [Release notes](https://github.com/RohanNagar/jmail/releases) - [Changelog](https://github.com/RohanNagar/jmail/blob/master/CHANGELOG.md) - [Commits](https://github.com/RohanNagar/jmail/compare/v2.0.2...v2.1.0) --- updated-dependencies: - dependency-name: com.sanctionco.jmail:jmail dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c6ee79e6..a29c5b67 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -71,7 +71,7 @@ dependencies { implementation("org.leadpony.justify:justify:3.1.0") implementation("dev.harrel:json-schema:1.8.2") - implementation("com.sanctionco.jmail:jmail:2.0.2") // dev.harrel format validation + implementation("com.sanctionco.jmail:jmail:2.1.0") // dev.harrel format validation runtimeOnly("org.slf4j:slf4j-nop:2.0.17")