diff --git a/pom.xml b/pom.xml
index 92e869c8..bcddc8d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@ SOFTWARE.
com.jcabi
parent
- 0.49.2
+ 0.49.9
org.jpeek
jpeek
@@ -81,6 +81,20 @@ SOFTWARE.
https://github.com/yegor256/jpeek
+
+
+
+ org.hamcrest
+ hamcrest-core
+ 1.3
+
+
+ org.hamcrest
+ hamcrest-library
+ 1.3
+
+
+
org.cactoos
@@ -213,19 +227,17 @@ SOFTWARE.
org.junit.jupiter
junit-jupiter-engine
- 5.5.2
test
org.junit.jupiter
junit-jupiter-api
- 5.5.2
test
org.junit.jupiter
junit-jupiter-params
- 5.5.2
+ ${junit-platform.version}
test
@@ -268,8 +280,6 @@ SOFTWARE.
maven-compiler-plugin
3.8.0
- 1.8
- 1.8
false
diff --git a/src/main/java/org/jpeek/web/Dynamo.java b/src/main/java/org/jpeek/web/Dynamo.java
index f1cdc379..8acff762 100644
--- a/src/main/java/org/jpeek/web/Dynamo.java
+++ b/src/main/java/org/jpeek/web/Dynamo.java
@@ -71,7 +71,7 @@ public Table table(final String name) {
private static Region live() throws IOException {
final Properties props = Dynamo.pros();
final Region reg;
- if (Dynamo.class.getResource("/org/junit/Test.class") == null) {
+ if (Dynamo.class.getResource("/org/junit/jupiter/api/Test.class") == null) {
reg = new Region.Simple(
new Credentials.Simple(
props.getProperty("org.jpeek.dynamo.key"),