diff --git a/.gitignore b/.gitignore
index 8d3c15c6..30e7e2f5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,6 +9,9 @@ dist/
target/
*.class
+# jenv file(s)
+.java-version
+
# Repo specific ignores
/ScanReport.xlsx
*swp
diff --git a/rabbit-core/pom.xml b/rabbit-core/pom.xml
index 44cd08dd..88ca7eaf 100644
--- a/rabbit-core/pom.xml
+++ b/rabbit-core/pom.xml
@@ -28,30 +28,48 @@
4.0
- mysql
- mysql-connector-java
- 8.0.25
+ com.mysql
+ mysql-connector-j
+ 8.0.32
org.dom4j
dom4j
- 2.1.3
+ 2.1.4
org.apache.poi
poi
4.1.2
+
+
+ org.apache.ant
+ ant
+
+
org.apache.poi
poi-ooxml
4.1.2
+
+
+ org.apache.commons
+ commons-compress
+
+
org.apache.poi
poi-excelant
4.1.2
+
+
+ org.apache.ant
+ ant
+
+
org.apache.poi
@@ -67,17 +85,17 @@
org.postgresql
postgresql
- 42.3.2
+ 42.5.4
com.cedarsoftware
json-io
- 4.13.0
+ 4.14.0
org.apache.commons
commons-csv
- 1.9.0
+ 1.10.0
commons-lang
@@ -92,12 +110,12 @@
org.hsqldb
hsqldb
- 2.6.1
+ 2.7.1
com.healthmarketscience.jackcess
jackcess
- 4.0.1
+ 4.0.5
net.sf.ucanaccess
@@ -107,7 +125,7 @@
com.amazon.redshift
redshift-jdbc42
- 2.1.0.2
+ 2.1.0.11
com.teradata.jdbc
@@ -204,5 +222,12 @@
parso
2.0.14
+
+
+ org.apache.ant
+ ant
+ 1.10.13
+
+