From 5aa8068c65179314b469e1d1fcf1c57d6e64dc64 Mon Sep 17 00:00:00 2001 From: Lyudmil Latinov Date: Wed, 22 Jan 2020 20:50:58 +0100 Subject: [PATCH 1/2] Fix GitHub security alerts --- java8/pom.xml | 2 +- .../automationrhapsody/java8/AdvancedStreamExamplesTest.java | 2 +- wiremock/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/java8/pom.xml b/java8/pom.xml index 189268b..7f44c0f 100644 --- a/java8/pom.xml +++ b/java8/pom.xml @@ -5,7 +5,7 @@ 4.0.0 com.automationrhapsody - selenium-samples-java + java-samples 1.0-SNAPSHOT com.automationrhapsody.java8 diff --git a/java8/src/test/java/com/automationrhapsody/java8/AdvancedStreamExamplesTest.java b/java8/src/test/java/com/automationrhapsody/java8/AdvancedStreamExamplesTest.java index 43f1d2d..c03d1c9 100644 --- a/java8/src/test/java/com/automationrhapsody/java8/AdvancedStreamExamplesTest.java +++ b/java8/src/test/java/com/automationrhapsody/java8/AdvancedStreamExamplesTest.java @@ -61,7 +61,7 @@ public void test_printEmployeeSkills() { String skills = AdvancedStreamExamples.printEmployeeSkills(company, Position.QA); - assertThat(skills, is("Our employees have: Selenium; C#; Java; JavaScript; Protractor skills")); + assertThat(skills, is("Our QAs have: Selenium; C#; Java; JavaScript; Protractor skills")); } @Test diff --git a/wiremock/pom.xml b/wiremock/pom.xml index 6cf1e8f..d0737dd 100644 --- a/wiremock/pom.xml +++ b/wiremock/pom.xml @@ -12,7 +12,7 @@ wiremock 2.25.1 - 2.8.7 + 2.8.9 From 9a86cc613cc9baa9d8877c470ac3816bb3597663 Mon Sep 17 00:00:00 2001 From: Lyudmil Latinov Date: Wed, 29 Jan 2020 23:59:45 +0100 Subject: [PATCH 2/2] Fix GitHub security alerts --- wiremock/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiremock/pom.xml b/wiremock/pom.xml index d0737dd..3d64aab 100644 --- a/wiremock/pom.xml +++ b/wiremock/pom.xml @@ -12,7 +12,7 @@ wiremock 2.25.1 - 2.8.9 + 2.9.10