diff --git a/.github/workflows/test.sh b/.github/workflows/test.sh
index 044cb5b..d978e97 100755
--- a/.github/workflows/test.sh
+++ b/.github/workflows/test.sh
@@ -81,6 +81,6 @@ echo "HOST=localhost" >> src/test/resources/config.properties
echo "PORT=1521" >> src/test/resources/config.properties
echo "USER=test" >> src/test/resources/config.properties
echo "PASSWORD=test" >> src/test/resources/config.properties
-echo "CONNECT_TIMEOUT=30" >> src/test/resources/config.properties
-echo "SQL_TIMEOUT=30" >> src/test/resources/config.properties
+echo "CONNECT_TIMEOUT=60" >> src/test/resources/config.properties
+echo "SQL_TIMEOUT=60" >> src/test/resources/config.properties
mvn clean compile test
diff --git a/pom.xml b/pom.xml
index 95f7ab3..1cfd0d8 100755
--- a/pom.xml
+++ b/pom.xml
@@ -67,9 +67,9 @@
11
21.5.0.0
1.0.0.RELEASE
- 3.3.0.RELEASE
+ 2020.0.19
1.0.3
- 5.7.0
+ 5.8.2
5.2.6.RELEASE
UTF-8
@@ -206,6 +206,19 @@
+
+
+
+
+ io.projectreactor
+ reactor-bom
+ ${reactor.version}
+ pom
+ import
+
+
+
+
@@ -221,7 +234,6 @@
io.projectreactor
reactor-core
- ${reactor.version}
org.reactivestreams
@@ -257,7 +269,6 @@
io.projectreactor
reactor-test
- ${reactor.version}
test