From dcb4b66abf8c2af4e0b9146c106c162f08087686 Mon Sep 17 00:00:00 2001 From: Olha Omelianchuk Date: Thu, 16 Dec 2021 13:24:42 +0100 Subject: [PATCH 1/3] update dependencies --- pom.xml | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index cbe839563..cb75cfbde 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 com.xceptance neodymium-library - 4.1.1 + 4.1.2 neodymium-library https://github.com/Xceptance/neodymium-library @@ -55,8 +55,10 @@ 11 2.22.2 2.13.6 - 6.8.1 - 2.15.0 + 5.15.1 + 6.9.1 + 2.1.2 + 2.16.0 @@ -211,7 +213,7 @@ junit junit - 4.13.1 + 4.13.2 org.aeonbits.owner @@ -221,7 +223,7 @@ org.yaml snakeyaml - 1.27 + 1.29 io.cucumber @@ -261,17 +263,17 @@ com.jayway.jsonpath json-path - 2.4.0 + 2.6.0 com.codeborne selenide - 5.15.1 + ${selenide.version} org.apache.commons commons-csv - 1.8 + 1.9.0 org.apache.commons @@ -281,12 +283,12 @@ org.apache.commons commons-lang3 - 3.11 + 3.12.0 org.slf4j slf4j-api - 1.7.30 + 1.7.32 org.apache.logging.log4j @@ -306,12 +308,12 @@ com.browserup browserup-proxy-core - 2.1.1 + ${browserup.version} com.browserup browserup-proxy-mitm - 2.1.1 + ${browserup.version} \ No newline at end of file From 6063d65b8f5bfbd2f67deda741c8705095676e94 Mon Sep 17 00:00:00 2001 From: Olha Omelianchuk Date: Thu, 16 Dec 2021 13:25:16 +0100 Subject: [PATCH 2/3] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17b56952b..d76c44503 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Maven Central](https://img.shields.io/maven-central/v/com.xceptance/neodymium-library.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.xceptance%22%20AND%20a:%22neodymium-library%22) [![Join the chat at https://gitter.im/neodymium-library/community](https://badges.gitter.im/neodymium-library/community.svg)](https://gitter.im/neodymium-library/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) -# Neodymium v4.1.0 +# Neodymium v4.1.2 Neodymium tries to solve your typical and most pressing UI test automation problems by combining JUnit, WebDriver, BDD/Cucumber, and proper reporting. It gives you ready to use templates, assembles well-known open source projects, and enhances this all with additional functionality that is often missing. Neodymium is basically the combination of state of the art open source test libraries with additional glue to make it stick reliably together. @@ -47,7 +47,7 @@ If you are still impatient, here is the quickest way to get Neodymium added to y com.xceptance neodymium-library - 3.3.1 + 4.1.2 ``` Add the `@RunWith` annotation to your test class or its superclass. This enables test execution with Neodymium. From ece525a81e982058a6364cc84abc0f65dc897248 Mon Sep 17 00:00:00 2001 From: Olha Omelianchuk Date: Thu, 16 Dec 2021 14:14:37 +0100 Subject: [PATCH 3/3] revert update in cucumber dependency --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index cb75cfbde..a54ce51fd 100644 --- a/pom.xml +++ b/pom.xml @@ -56,7 +56,7 @@ 2.22.2 2.13.6 5.15.1 - 6.9.1 + 6.8.1 2.1.2 2.16.0 @@ -316,4 +316,4 @@ ${browserup.version} - \ No newline at end of file +