From 7fafbbd7f35b3d37c6e4c07242b00439fdac2975 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 00:24:58 +0000 Subject: [PATCH 1/4] Bump junit from 4.10 to 4.13.1 Bumps [junit](https://github.com/junit-team/junit4) from 4.10 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.10.md) - [Commits](https://github.com/junit-team/junit4/compare/r4.10...r4.13.1) --- updated-dependencies: - dependency-name: junit:junit dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1db9ac0..e38f8c4 100644 --- a/pom.xml +++ b/pom.xml @@ -108,7 +108,7 @@ junit junit - 4.10 + 4.13.1 test From 4ba760efd51b2f27a6c6fe95570e4d257645a094 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 00:25:29 +0000 Subject: [PATCH 2/4] Bump logback-classic from 1.0.9 to 1.2.0 Bumps logback-classic from 1.0.9 to 1.2.0. --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1db9ac0..7d21483 100644 --- a/pom.xml +++ b/pom.xml @@ -102,7 +102,7 @@ ch.qos.logback logback-classic - 1.0.9 + 1.2.0 test From 7aa0d582bc74e2c37203462afcb79c8530746c92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?RUSLAN=20L=C3=93PEZ=20CARRO?= Date: Sun, 6 Aug 2023 13:58:06 -0600 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4597607..fbb73d9 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ Imagine a shopping web site, where you want to verify that the various methods o result in the proper check-out procedure. You want to make sure all supported browsers work, and that you have a representative set of products -``` +```java private static final String NAV_SCENARIO = "Browser: Chrome, Firefox, InternetExplorer, Safari" + "\nPage: Home, Category, Search, New Products" From 9ab61338427550bcee11ad63af83517e5e8e385a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?RUSLAN=20L=C3=93PEZ=20CARRO?= Date: Sun, 6 Aug 2023 14:02:10 -0600 Subject: [PATCH 4/4] Update .travis.yml --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 31097f2..dff5f3a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1 @@ language: java -jdk: - - openjdk7 \ No newline at end of file