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.
diff --git a/pom.xml b/pom.xml
index cbe839563..a54ce51fd 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
+ 5.15.1
6.8.1
- 2.15.0
+ 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
+