Skip to content

Commit 20ccff1

Browse files
chore(main): release 1.0.11 (#182)
Co-authored-by: devopsix-release[bot] <205527757+devopsix-release[bot]@users.noreply.github.com>
1 parent cb9ffdd commit 20ccff1

7 files changed

Lines changed: 19 additions & 6 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.0.10"}
1+
{".":"1.0.11"}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.0.11](https://github.com/devopsix/assertj-mail/compare/v1.0.10...v1.0.11) (2026-05-06)
4+
5+
6+
### Dependencies
7+
8+
* Bump actions/create-github-app-token from 3.0.0 to 3.1.1 ([#175](https://github.com/devopsix/assertj-mail/issues/175)) ([56138dd](https://github.com/devopsix/assertj-mail/commit/56138ddaf1cb17ac607de4712229ba555b20c615))
9+
* Bump com.puppycrawl.tools:checkstyle from 13.4.0 to 13.4.1 ([#179](https://github.com/devopsix/assertj-mail/issues/179)) ([85ceb5e](https://github.com/devopsix/assertj-mail/commit/85ceb5eb424362ffc432330aa64c6bd8e52935bd))
10+
* Bump com.puppycrawl.tools:checkstyle from 13.4.1 to 13.4.2 ([#181](https://github.com/devopsix/assertj-mail/issues/181)) ([041a4f3](https://github.com/devopsix/assertj-mail/commit/041a4f3dc2fc19ce51c7974442a903b0792c8a1c))
11+
* Bump commons-io:commons-io from 2.21.0 to 2.22.0 ([#178](https://github.com/devopsix/assertj-mail/issues/178)) ([675a3d9](https://github.com/devopsix/assertj-mail/commit/675a3d9ebc8632a80574c16d1766681fc848dc27))
12+
* Bump dependabot/fetch-metadata from 2 to 3 ([#174](https://github.com/devopsix/assertj-mail/issues/174)) ([801be45](https://github.com/devopsix/assertj-mail/commit/801be457de2ad18014749dd66645be0fd4c0d7d1))
13+
* Bump googleapis/release-please-action from 4.4.0 to 5.0.0 ([#177](https://github.com/devopsix/assertj-mail/issues/177)) ([6cb7ab7](https://github.com/devopsix/assertj-mail/commit/6cb7ab73c77701c6b17ab57af739195b6eeda185))
14+
* Bump org.apache.james:apache-mime4j-core from 0.8.13 to 0.8.14 ([#180](https://github.com/devopsix/assertj-mail/issues/180)) ([20a50d8](https://github.com/devopsix/assertj-mail/commit/20a50d84ad5ccb8b0682726e55b2e16558a0cbc0))
15+
316
## [1.0.10](https://github.com/devopsix/assertj-mail/compare/v1.0.9...v1.0.10) (2026-03-30)
417

518

assertj-mail-jakarta/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.devopsix</groupId>
55
<artifactId>assertj-mail-jakarta</artifactId>
6-
<version>1.0.11-SNAPSHOT</version>
6+
<version>1.0.11</version>
77
<packaging>jar</packaging>
88

99
<name>AssertJ Mail (Jakarta EE 9+)</name>

assertj-mail/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.devopsix</groupId>
55
<artifactId>assertj-mail</artifactId>
6-
<version>1.0.11-SNAPSHOT</version>
6+
<version>1.0.11</version>
77
<packaging>jar</packaging>
88

99
<name>AssertJ Mail (Java EE 8)</name>

examples-jakarta/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.devopsix</groupId>
66
<artifactId>assertj-mail-parent</artifactId>
7-
<version>1.0.11-SNAPSHOT</version>
7+
<version>1.0.11</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.devopsix</groupId>
66
<artifactId>assertj-mail-parent</artifactId>
7-
<version>1.0.11-SNAPSHOT</version>
7+
<version>1.0.11</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>org.devopsix</groupId>
55
<artifactId>assertj-mail-parent</artifactId>
6-
<version>1.0.11-SNAPSHOT</version>
6+
<version>1.0.11</version>
77
<packaging>pom</packaging>
88

99
<properties>

0 commit comments

Comments
 (0)