Skip to content

Commit 4dcbc57

Browse files
chore(main): release 2.0.12
1 parent 0b8302e commit 4dcbc57

7 files changed

Lines changed: 15 additions & 6 deletions

File tree

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

CHANGELOG.md

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

3+
## [2.0.12](https://github.com/devopsix/hamcrest-mail/compare/v2.0.11...v2.0.12) (2026-05-15)
4+
5+
6+
### Dependencies
7+
8+
* Bump actions/create-github-app-token from 3.1.1 to 3.2.0 ([#190](https://github.com/devopsix/hamcrest-mail/issues/190)) ([91dfce3](https://github.com/devopsix/hamcrest-mail/commit/91dfce31ec6ab07b4edc5e56afa86d6902f2b01e))
9+
* Bump com.sun.mail:jakarta.mail from 1.6.8 to 2.0.2 ([#189](https://github.com/devopsix/hamcrest-mail/issues/189)) ([0b8302e](https://github.com/devopsix/hamcrest-mail/commit/0b8302e3d73cb85a3d0af1f3ccfde05fe40e95c6))
10+
* Bump org.slf4j:slf4j-simple from 2.0.17 to 2.0.18 ([#191](https://github.com/devopsix/hamcrest-mail/issues/191)) ([a6ff374](https://github.com/devopsix/hamcrest-mail/commit/a6ff374597ecc7fc095129bb22c8edda2e8a11c8))
11+
312
## [2.0.11](https://github.com/devopsix/hamcrest-mail/compare/v2.0.10...v2.0.11) (2026-05-06)
413

514

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>hamcrest-mail-parent</artifactId>
7-
<version>2.0.12-SNAPSHOT</version>
7+
<version>2.0.12</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>hamcrest-mail-parent</artifactId>
7-
<version>2.0.12-SNAPSHOT</version>
7+
<version>2.0.12</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

hamcrest-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>hamcrest-mail-jakarta</artifactId>
6-
<version>2.0.12-SNAPSHOT</version>
6+
<version>2.0.12</version>
77
<packaging>jar</packaging>
88

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

hamcrest-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>hamcrest-mail</artifactId>
6-
<version>2.0.12-SNAPSHOT</version>
6+
<version>2.0.12</version>
77
<packaging>jar</packaging>
88

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

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>hamcrest-mail-parent</artifactId>
6-
<version>2.0.12-SNAPSHOT</version>
6+
<version>2.0.12</version>
77
<packaging>pom</packaging>
88

99
<properties>

0 commit comments

Comments
 (0)