From e7a90c2fae41ff154d9af61e0206fc72b9cb4fb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 18:48:19 +0000 Subject: [PATCH 1/3] Bump commons-io:commons-io from 2.7 to 2.14.0 Bumps commons-io:commons-io from 2.7 to 2.14.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8c8d9a2..a12c59f 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ commons-io commons-io - 2.7 + 2.14.0 From a33427231325a0495d96273269b2d6a8fe8cc793 Mon Sep 17 00:00:00 2001 From: Roman Szturc Date: Fri, 6 Jun 2025 11:48:35 +0200 Subject: [PATCH 2/3] Project version increased due to uplift of commons-io --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a12c59f..8c68a0c 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ 4.0.0 com.github.ericsson eiffel-commons-java - 0.0.18 + 0.0.19 eiffel commons java A shared library for eiffel components From 4551214f5dbbcfd3e03f33a7dd7643e1faa2a017 Mon Sep 17 00:00:00 2001 From: jainadc9 <93383550+jainadc9@users.noreply.github.com> Date: Wed, 11 Jun 2025 16:53:16 +0530 Subject: [PATCH 3/3] Fix failing test cases (#66) (#67) --- .../com/ericsson/eiffelcommons/http/HttpRequestTest.java | 6 +++--- .../ericsson/eiffelcommons/jenkins/JenkinsManagerTest.java | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/test/java/com/ericsson/eiffelcommons/http/HttpRequestTest.java b/src/test/java/com/ericsson/eiffelcommons/http/HttpRequestTest.java index b83d67c..6954c29 100644 --- a/src/test/java/com/ericsson/eiffelcommons/http/HttpRequestTest.java +++ b/src/test/java/com/ericsson/eiffelcommons/http/HttpRequestTest.java @@ -31,7 +31,7 @@ import com.ericsson.eiffelcommons.http.HttpRequest.HttpMethod; public class HttpRequestTest { - private static final String URL_1 = "http://something.com"; + private static final String URL_1 = "http://some0thing.com"; private static final String URL_2 = "http://something.com/"; private static final String URL_BAD_PROTOCOL = "httpl://something.com/"; private static final String URL_BAD_SYNTAX = "http:<