From 65e6519cbbe8629d18a7c665dbfbfd02513fb589 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 06:07:41 +0000 Subject: [PATCH 1/3] IGNITE-29036 Fix bump com.sun.mail:javax.mail --- modules/extdata/uri/pom.xml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/modules/extdata/uri/pom.xml b/modules/extdata/uri/pom.xml index e305c4410a310..75a96a8e3c5fd 100644 --- a/modules/extdata/uri/pom.xml +++ b/modules/extdata/uri/pom.xml @@ -229,13 +229,6 @@ org.apache.maven.plugins maven-antrun-plugin - - - com.sun.mail - javax.mail - 1.5.2 - - jar-badly-signed @@ -295,8 +288,6 @@ - - From 0adaf081fbed810fdad39147de9cc5ab50098864 Mon Sep 17 00:00:00 2001 From: zstan Date: Thu, 3 Sep 2026 17:03:32 +0300 Subject: [PATCH 2/3] fix --- modules/extdata/uri/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/modules/extdata/uri/pom.xml b/modules/extdata/uri/pom.xml index 75a96a8e3c5fd..b20ac22475bec 100644 --- a/modules/extdata/uri/pom.xml +++ b/modules/extdata/uri/pom.xml @@ -79,6 +79,8 @@ bad-signed ${bad-signed.fn}-${bad-signed.clr}.jar + 1.6.2 + @@ -229,6 +231,13 @@ org.apache.maven.plugins maven-antrun-plugin + + + com.sun.mail + javax.mail + ${javax.mail.version} + + jar-badly-signed @@ -288,6 +297,8 @@ + + From 0be4ec2969d6538b3d2084876ca2d4e4db312edd Mon Sep 17 00:00:00 2001 From: zstan Date: Fri, 4 Sep 2026 19:10:01 +0300 Subject: [PATCH 3/3] Triggering CI build