From 6e53826ebece5fc213ed00ccf7007c6f10768671 Mon Sep 17 00:00:00 2001 From: "devopsix-release[bot]" <205527757+devopsix-release[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 12:59:12 +0000 Subject: [PATCH] chore(main): release 1.0.10 --- .github/.release-please-manifest.json | 2 +- CHANGELOG.md | 23 +++++++++++++++++++++++ assertj-mail-jakarta/pom.xml | 2 +- assertj-mail/pom.xml | 2 +- examples-jakarta/pom.xml | 2 +- examples/pom.xml | 2 +- pom.xml | 2 +- 7 files changed, 29 insertions(+), 6 deletions(-) diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 702f10f..c18b548 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.0.9"} +{".":"1.0.10"} diff --git a/CHANGELOG.md b/CHANGELOG.md index a8e1130..87f5548 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [1.0.10](https://github.com/devopsix/assertj-mail/compare/v1.0.9...v1.0.10) (2026-03-30) + + +### Dependencies + +* Bump actions/checkout to 6 ([ad552f5](https://github.com/devopsix/assertj-mail/commit/ad552f5ccf5a27d08d431b41ce112dc05021aa59)) +* Bump actions/create-github-app-token to 3 ([ad552f5](https://github.com/devopsix/assertj-mail/commit/ad552f5ccf5a27d08d431b41ce112dc05021aa59)) +* Bump com.github.spotbugs:spotbugs-maven-plugin to 4.9.8.3 ([ad552f5](https://github.com/devopsix/assertj-mail/commit/ad552f5ccf5a27d08d431b41ce112dc05021aa59)) +* Bump com.puppycrawl.tools:checkstyle to 13.4.0 ([ad552f5](https://github.com/devopsix/assertj-mail/commit/ad552f5ccf5a27d08d431b41ce112dc05021aa59)) +* Bump commons-io:commons-io to 2.21.0 ([ad552f5](https://github.com/devopsix/assertj-mail/commit/ad552f5ccf5a27d08d431b41ce112dc05021aa59)) +* Bump crazy-max/ghaction-import-gpg to 7 ([ad552f5](https://github.com/devopsix/assertj-mail/commit/ad552f5ccf5a27d08d431b41ce112dc05021aa59)) +* Bump dnsjava:dnsjava to 3.6.4 ([ad552f5](https://github.com/devopsix/assertj-mail/commit/ad552f5ccf5a27d08d431b41ce112dc05021aa59)) +* Bump org.apache.maven.plugins:maven-antrun-plugin to 3.2.0 ([ad552f5](https://github.com/devopsix/assertj-mail/commit/ad552f5ccf5a27d08d431b41ce112dc05021aa59)) +* Bump org.apache.maven.plugins:maven-release-plugin to 3.3.1 ([ad552f5](https://github.com/devopsix/assertj-mail/commit/ad552f5ccf5a27d08d431b41ce112dc05021aa59)) +* Bump org.apache.maven.plugins:maven-resources-plugin to 3.5.0 ([ad552f5](https://github.com/devopsix/assertj-mail/commit/ad552f5ccf5a27d08d431b41ce112dc05021aa59)) +* Bump org.apache.maven.plugins:maven-source-plugin to 3.4.0 ([ad552f5](https://github.com/devopsix/assertj-mail/commit/ad552f5ccf5a27d08d431b41ce112dc05021aa59)) +* Bump org.apache.maven.plugins:maven-surefire-plugin to 3.5.5 ([ad552f5](https://github.com/devopsix/assertj-mail/commit/ad552f5ccf5a27d08d431b41ce112dc05021aa59)) +* Bump org.assertj:assertj-core to 3.27.7 ([ad552f5](https://github.com/devopsix/assertj-mail/commit/ad552f5ccf5a27d08d431b41ce112dc05021aa59)) +* Bump org.jacoco:jacoco-maven-plugin to 0.8.14 ([ad552f5](https://github.com/devopsix/assertj-mail/commit/ad552f5ccf5a27d08d431b41ce112dc05021aa59)) +* Bump org.junit.jupiter:junit-jupiter-engine to 6.0.3 ([ad552f5](https://github.com/devopsix/assertj-mail/commit/ad552f5ccf5a27d08d431b41ce112dc05021aa59)) +* Bump org.mockito:mockito-core to 5.23.0 ([ad552f5](https://github.com/devopsix/assertj-mail/commit/ad552f5ccf5a27d08d431b41ce112dc05021aa59)) +* Bump org.sonatype.central:central-publishing-maven-plugin to 0.10.0 ([ad552f5](https://github.com/devopsix/assertj-mail/commit/ad552f5ccf5a27d08d431b41ce112dc05021aa59)) + ## [1.0.9](https://github.com/devopsix/assertj-mail/releases/tag/v1.0.9) (2025-10-03) * Dependencies updated diff --git a/assertj-mail-jakarta/pom.xml b/assertj-mail-jakarta/pom.xml index 7a2e0af..18112a9 100644 --- a/assertj-mail-jakarta/pom.xml +++ b/assertj-mail-jakarta/pom.xml @@ -3,7 +3,7 @@ org.devopsix assertj-mail-jakarta - 1.0.10-SNAPSHOT + 1.0.10 jar AssertJ Mail (Jakarta EE 9+) diff --git a/assertj-mail/pom.xml b/assertj-mail/pom.xml index 910cddb..3422947 100644 --- a/assertj-mail/pom.xml +++ b/assertj-mail/pom.xml @@ -3,7 +3,7 @@ org.devopsix assertj-mail - 1.0.10-SNAPSHOT + 1.0.10 jar AssertJ Mail (Java EE 8) diff --git a/examples-jakarta/pom.xml b/examples-jakarta/pom.xml index 84c8f87..f33c946 100644 --- a/examples-jakarta/pom.xml +++ b/examples-jakarta/pom.xml @@ -4,7 +4,7 @@ org.devopsix assertj-mail-parent - 1.0.10-SNAPSHOT + 1.0.10 ../pom.xml diff --git a/examples/pom.xml b/examples/pom.xml index 869a852..6660d27 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -4,7 +4,7 @@ org.devopsix assertj-mail-parent - 1.0.10-SNAPSHOT + 1.0.10 ../pom.xml diff --git a/pom.xml b/pom.xml index 34c5ded..c962b96 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.devopsix assertj-mail-parent - 1.0.10-SNAPSHOT + 1.0.10 pom