Skip to content

Commit c0d1b2e

Browse files
chore(main): release 1.0.10 (#172)
Co-authored-by: devopsix-release[bot] <205527757+devopsix-release[bot]@users.noreply.github.com>
1 parent ad552f5 commit c0d1b2e

File tree

7 files changed

+29
-6
lines changed

7 files changed

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

CHANGELOG.md

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

3+
## [1.0.10](https://github.com/devopsix/assertj-mail/compare/v1.0.9...v1.0.10) (2026-03-30)
4+
5+
6+
### Dependencies
7+
8+
* Bump actions/checkout to 6 ([ad552f5](https://github.com/devopsix/assertj-mail/commit/ad552f5ccf5a27d08d431b41ce112dc05021aa59))
9+
* Bump actions/create-github-app-token to 3 ([ad552f5](https://github.com/devopsix/assertj-mail/commit/ad552f5ccf5a27d08d431b41ce112dc05021aa59))
10+
* Bump com.github.spotbugs:spotbugs-maven-plugin to 4.9.8.3 ([ad552f5](https://github.com/devopsix/assertj-mail/commit/ad552f5ccf5a27d08d431b41ce112dc05021aa59))
11+
* Bump com.puppycrawl.tools:checkstyle to 13.4.0 ([ad552f5](https://github.com/devopsix/assertj-mail/commit/ad552f5ccf5a27d08d431b41ce112dc05021aa59))
12+
* Bump commons-io:commons-io to 2.21.0 ([ad552f5](https://github.com/devopsix/assertj-mail/commit/ad552f5ccf5a27d08d431b41ce112dc05021aa59))
13+
* Bump crazy-max/ghaction-import-gpg to 7 ([ad552f5](https://github.com/devopsix/assertj-mail/commit/ad552f5ccf5a27d08d431b41ce112dc05021aa59))
14+
* Bump dnsjava:dnsjava to 3.6.4 ([ad552f5](https://github.com/devopsix/assertj-mail/commit/ad552f5ccf5a27d08d431b41ce112dc05021aa59))
15+
* Bump org.apache.maven.plugins:maven-antrun-plugin to 3.2.0 ([ad552f5](https://github.com/devopsix/assertj-mail/commit/ad552f5ccf5a27d08d431b41ce112dc05021aa59))
16+
* Bump org.apache.maven.plugins:maven-release-plugin to 3.3.1 ([ad552f5](https://github.com/devopsix/assertj-mail/commit/ad552f5ccf5a27d08d431b41ce112dc05021aa59))
17+
* Bump org.apache.maven.plugins:maven-resources-plugin to 3.5.0 ([ad552f5](https://github.com/devopsix/assertj-mail/commit/ad552f5ccf5a27d08d431b41ce112dc05021aa59))
18+
* Bump org.apache.maven.plugins:maven-source-plugin to 3.4.0 ([ad552f5](https://github.com/devopsix/assertj-mail/commit/ad552f5ccf5a27d08d431b41ce112dc05021aa59))
19+
* Bump org.apache.maven.plugins:maven-surefire-plugin to 3.5.5 ([ad552f5](https://github.com/devopsix/assertj-mail/commit/ad552f5ccf5a27d08d431b41ce112dc05021aa59))
20+
* Bump org.assertj:assertj-core to 3.27.7 ([ad552f5](https://github.com/devopsix/assertj-mail/commit/ad552f5ccf5a27d08d431b41ce112dc05021aa59))
21+
* Bump org.jacoco:jacoco-maven-plugin to 0.8.14 ([ad552f5](https://github.com/devopsix/assertj-mail/commit/ad552f5ccf5a27d08d431b41ce112dc05021aa59))
22+
* Bump org.junit.jupiter:junit-jupiter-engine to 6.0.3 ([ad552f5](https://github.com/devopsix/assertj-mail/commit/ad552f5ccf5a27d08d431b41ce112dc05021aa59))
23+
* Bump org.mockito:mockito-core to 5.23.0 ([ad552f5](https://github.com/devopsix/assertj-mail/commit/ad552f5ccf5a27d08d431b41ce112dc05021aa59))
24+
* Bump org.sonatype.central:central-publishing-maven-plugin to 0.10.0 ([ad552f5](https://github.com/devopsix/assertj-mail/commit/ad552f5ccf5a27d08d431b41ce112dc05021aa59))
25+
326
## [1.0.9](https://github.com/devopsix/assertj-mail/releases/tag/v1.0.9) (2025-10-03)
427

528
* Dependencies updated

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.10-SNAPSHOT</version>
6+
<version>1.0.10</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.10-SNAPSHOT</version>
6+
<version>1.0.10</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.10-SNAPSHOT</version>
7+
<version>1.0.10</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.10-SNAPSHOT</version>
7+
<version>1.0.10</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.10-SNAPSHOT</version>
6+
<version>1.0.10</version>
77
<packaging>pom</packaging>
88

99
<properties>

0 commit comments

Comments
 (0)