From f6aae3de4205890e30547a666659c754c93186ca Mon Sep 17 00:00:00 2001 From: Stanislav Paltis Date: Tue, 12 Aug 2025 12:34:23 -0400 Subject: [PATCH 1/7] HERESUP-35862: Dependency convergence update in here-aaa-java-sdk and Dependabot updates Signed-off-by: Stanislav Paltis --- pom.xml | 34 +++++++++++++--------------------- 1 file changed, 13 insertions(+), 21 deletions(-) diff --git a/pom.xml b/pom.xml index 684c379..c5a2616 100644 --- a/pom.xml +++ b/pom.xml @@ -52,9 +52,9 @@ 0.8.13 2.6 3.14.0 - 2.19.1 + 2.19.2 3.0.2 - 2.10.4 + 3.11.2 2.3 2.8.2 3.2.8 @@ -65,16 +65,16 @@ 4.5.14 2.12.0 - 2.19.1 + 2.19.2 4.13.2 1.10.19 - 2.12.4 + 3.0.2 2.1.5 4.2.3.Final - 1.7.30 + 2.0.17 33.4.8-android 1.3.5 - 2.19.1 + 2.19.2 3.18.0 @@ -88,7 +88,7 @@ ${project.build.directory}/coverage-reports/jacoco-it.exec ${project.build.directory}/coverage-reports/jacoco-ut.exec - + @@ -291,26 +291,18 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.4.1 - - - - - true - + 3.6.1 - enforce-rules - - enforce - - validate + enforce - + - true + + enforce + From 0d522696b4de5864d1cf020d4413c4fe454a2c0c Mon Sep 17 00:00:00 2001 From: Stanislav Paltis Date: Tue, 12 Aug 2025 12:38:23 -0400 Subject: [PATCH 2/7] HERESUP-35862: Dependency convergence update in here-aaa-java-sdk and Dependabot updates Signed-off-by: Stanislav Paltis --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c5a2616..ed0ea65 100644 --- a/pom.xml +++ b/pom.xml @@ -52,7 +52,7 @@ 0.8.13 2.6 3.14.0 - 2.19.2 + 2.19.1 3.0.2 3.11.2 2.3 From 14240513b16e5d9bb333fc3212a311c6679f43e7 Mon Sep 17 00:00:00 2001 From: Stanislav Paltis Date: Tue, 12 Aug 2025 12:41:08 -0400 Subject: [PATCH 3/7] HERESUP-35862: Dependency convergence update in here-aaa-java-sdk and Dependabot updates Signed-off-by: Stanislav Paltis --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ed0ea65..f212db7 100644 --- a/pom.xml +++ b/pom.xml @@ -68,7 +68,7 @@ 2.19.2 4.13.2 1.10.19 - 3.0.2 + 2.12.4 2.1.5 4.2.3.Final 2.0.17 From f3834c8b5452ee14ac1095cef8ef1bed604c0cc2 Mon Sep 17 00:00:00 2001 From: Stanislav Paltis Date: Tue, 12 Aug 2025 13:35:25 -0400 Subject: [PATCH 4/7] HERESUP-35862: Dependency convergence update in here-aaa-java-sdk and Dependabot updates Signed-off-by: Stanislav Paltis --- .github/dependabot.yml | 1 - here-oauth-client/pom.xml | 22 ++++++++++++++++++++++ pom.xml | 29 +++++++++++++++++++++++++++-- 3 files changed, 49 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2d05f2d..c49c234 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,4 +16,3 @@ updates: - "owenkellett" - "spaltis" - "ashishKhushiKumar" - - "anishb266" diff --git a/here-oauth-client/pom.xml b/here-oauth-client/pom.xml index bf39377..65540cb 100644 --- a/here-oauth-client/pom.xml +++ b/here-oauth-client/pom.xml @@ -75,6 +75,28 @@ org.apache.maven.plugins maven-failsafe-plugin + + org.apache.maven.plugins + maven-enforcer-plugin + 3.6.1 + + + enforce-dependency-convergence + + + + + true + + + true + + + enforce + + + + diff --git a/pom.xml b/pom.xml index f212db7..f1736d2 100644 --- a/pom.xml +++ b/pom.xml @@ -294,11 +294,15 @@ 3.6.1 - enforce + enforce-dependency-convergence + + true + + true enforce @@ -306,6 +310,7 @@ + org.apache.maven.plugins maven-resources-plugin @@ -349,7 +354,6 @@ - org.jacoco jacoco-maven-plugin @@ -430,6 +434,27 @@ + + org.apache.maven.plugins + maven-enforcer-plugin + 3.6.1 + + + enforce-dependency-convergence + + + + + + true + + + enforce + + + + + From 85b873be89608fb41bb3dfb1fd348f07bfb67388 Mon Sep 17 00:00:00 2001 From: Stanislav Paltis Date: Tue, 12 Aug 2025 14:02:38 -0400 Subject: [PATCH 5/7] HERESUP-35862: Dependency convergence update in here-aaa-java-sdk and Dependabot updates Signed-off-by: Stanislav Paltis --- here-oauth-client/pom.xml | 1 + pom.xml | 21 --------------------- 2 files changed, 1 insertion(+), 21 deletions(-) diff --git a/here-oauth-client/pom.xml b/here-oauth-client/pom.xml index 65540cb..2781c9a 100644 --- a/here-oauth-client/pom.xml +++ b/here-oauth-client/pom.xml @@ -82,6 +82,7 @@ enforce-dependency-convergence + compile diff --git a/pom.xml b/pom.xml index f1736d2..3d608b0 100644 --- a/pom.xml +++ b/pom.xml @@ -434,27 +434,6 @@ - - org.apache.maven.plugins - maven-enforcer-plugin - 3.6.1 - - - enforce-dependency-convergence - - - - - - true - - - enforce - - - - - From f2feb823fd6a7adf2f8ff960693efd0fb1dccc12 Mon Sep 17 00:00:00 2001 From: Stanislav Paltis Date: Tue, 12 Aug 2025 14:24:31 -0400 Subject: [PATCH 6/7] HERESUP-35862: Dependency convergence update in here-aaa-java-sdk and Dependabot updates Signed-off-by: Stanislav Paltis --- here-oauth-client/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/here-oauth-client/pom.xml b/here-oauth-client/pom.xml index 2781c9a..2974f40 100644 --- a/here-oauth-client/pom.xml +++ b/here-oauth-client/pom.xml @@ -85,12 +85,13 @@ compile - + + true + true - true enforce From aa2a57dd1ed9b20bab0fe18f02618c12bac92d86 Mon Sep 17 00:00:00 2001 From: Stanislav Paltis Date: Mon, 18 Aug 2025 16:30:01 -0400 Subject: [PATCH 7/7] HERESUP-35862: Dependency convergence update in here-aaa-java-sdk and Dependabot updates Signed-off-by: Stanislav Paltis --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3d608b0..c17fc44 100644 --- a/pom.xml +++ b/pom.xml @@ -54,7 +54,7 @@ 3.14.0 2.19.1 3.0.2 - 3.11.2 + 3.11.3 2.3 2.8.2 3.2.8 @@ -108,6 +108,12 @@ org.apache.httpcomponents httpclient ${apache.httpclient.version} + + + commons-logging + commons-logging + + net.lightbody.bmp