diff --git a/README.md b/README.md
index 19ee8e1..6f4afd4 100644
--- a/README.md
+++ b/README.md
@@ -233,9 +233,9 @@ Download Jar:
#### Dependencies
-* commons-dbutils.dbutils-1.7.0
-* org.slf4j.slf4j-api-1.7.32
-* com.zaxxer.HikariCP-4.0.3
+* commons-dbutils.dbutils-1.8.1
+* org.slf4j.slf4j-api-2.0.13
+* com.zaxxer.HikariCP-5.1.0
* a JDBC-compliant Connector jar
### Maven
@@ -247,7 +247,7 @@ Add the Yank library as a dependency to your pom.xml file:
org.knowm
yank
- 3.4.0
+ 3.5.0
```
For snapshots, add the following to your pom.xml file:
@@ -261,7 +261,7 @@ For snapshots, add the following to your pom.xml file:
org.knowm
yank
- 3.4.1-SNAPSHOT
+ 3.5.1-SNAPSHOT
```
## Building
diff --git a/pom.xml b/pom.xml
index d0f7a67..c2c5c79 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,12 +66,12 @@
2.0.13
test
-
- mysql
- mysql-connector-java
- 8.0.33
- test
-
+
+ com.mysql
+ mysql-connector-j
+ 8.3.0
+ test
+
org.hsqldb
hsqldb
@@ -114,7 +114,7 @@
org.apache.maven.plugins
maven-gpg-plugin
- 3.2.4
+ 3.2.3
sign-artifacts