From f072795d8a6171489337cb1756f18ff7cf5b9a45 Mon Sep 17 00:00:00 2001 From: Victor Gabriel <100782235+vitinh0z@users.noreply.github.com> Date: Tue, 16 Dec 2025 14:19:46 +0000 Subject: [PATCH 1/2] Fix: Remove duplicate commons-io dependency in pom.xml --- pom.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index fc13b6e7..61032926 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 github-java-client github-client @@ -276,12 +276,6 @@ ${okhttp.version} test - - commons-io - commons-io - 2.14.0 - compile - From 457a590843af8750291da1a53516223cf7ee2c24 Mon Sep 17 00:00:00 2001 From: Victor Gabriel <100782235+vitinh0z@users.noreply.github.com> Date: Tue, 16 Dec 2025 14:27:26 +0000 Subject: [PATCH 2/2] Fix: Remove duplicate dependency and invalid root attribute in pom.xml --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 61032926..21bbb319 100644 --- a/pom.xml +++ b/pom.xml @@ -1,5 +1,5 @@ - + 4.0.0 github-java-client github-client