This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push:
new dd4e3f2965 TOMEE-4540 Geronimo Mail 1.0.2
dd4e3f2965 is described below
commit dd4e3f29655f5fdf22c8ac837e749831ad0e5adc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 13 11:35:34 2025 +0200
TOMEE-4540 Geronimo Mail 1.0.2
Bumps org.apache.geronimo.mail:geronimo-mail_2.1_provider from 1.0.1 to
1.0.2.
---
updated-dependencies:
- dependency-name: org.apache.geronimo.mail:geronimo-mail_2.1_provider
dependency-version: 1.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
boms/tomee-microprofile/pom.xml | 2 +-
boms/tomee-plume/pom.xml | 2 +-
boms/tomee-plus/pom.xml | 2 +-
boms/tomee-webprofile/pom.xml | 2 +-
pom.xml | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/boms/tomee-microprofile/pom.xml b/boms/tomee-microprofile/pom.xml
index fd01cffc52..7a62b02c57 100644
--- a/boms/tomee-microprofile/pom.xml
+++ b/boms/tomee-microprofile/pom.xml
@@ -504,7 +504,7 @@
<dependency>
<groupId>org.apache.geronimo.mail</groupId>
<artifactId>geronimo-mail_2.1_provider</artifactId>
- <version>1.0.1</version>
+ <version>1.0.2</version>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml
index 1862ae22bd..abb6299332 100644
--- a/boms/tomee-plume/pom.xml
+++ b/boms/tomee-plume/pom.xml
@@ -544,7 +544,7 @@
<dependency>
<groupId>org.apache.geronimo.mail</groupId>
<artifactId>geronimo-mail_2.1_provider</artifactId>
- <version>1.0.1</version>
+ <version>1.0.2</version>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml
index a6d89f91be..859b47880b 100644
--- a/boms/tomee-plus/pom.xml
+++ b/boms/tomee-plus/pom.xml
@@ -544,7 +544,7 @@
<dependency>
<groupId>org.apache.geronimo.mail</groupId>
<artifactId>geronimo-mail_2.1_provider</artifactId>
- <version>1.0.1</version>
+ <version>1.0.2</version>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
diff --git a/boms/tomee-webprofile/pom.xml b/boms/tomee-webprofile/pom.xml
index 07f03583b8..7505203000 100644
--- a/boms/tomee-webprofile/pom.xml
+++ b/boms/tomee-webprofile/pom.xml
@@ -214,7 +214,7 @@
<dependency>
<groupId>org.apache.geronimo.mail</groupId>
<artifactId>geronimo-mail_2.1_provider</artifactId>
- <version>1.0.1</version>
+ <version>1.0.2</version>
</dependency>
<dependency>
<groupId>org.apache.geronimo.specs</groupId>
diff --git a/pom.xml b/pom.xml
index 92a1035313..7314dca7c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -208,7 +208,7 @@
<version.cxf>4.1.3</version.cxf>
<version.geronimo.components>4.0.0</version.geronimo.components>
<!-- we currently rely on Mail Impl. from Geronimo, this might change in
the future -->
-
<version.geronimo-mail_2.1_provider>1.0.1</version.geronimo-mail_2.1_provider>
+
<version.geronimo-mail_2.1_provider>1.0.2</version.geronimo-mail_2.1_provider>
<version.johnzon>2.0.2</version.johnzon>
<version.myfaces>4.0.3</version.myfaces>
<version.openjpa>4.1.1</version.openjpa>