Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
timmolter committed Apr 19, 2024
1 parent 1db120f commit ab8748e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,9 +233,9 @@ Download Jar: <http://knowm.org/open-source/yank/yank-change-log/>

#### 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
Expand All @@ -247,7 +247,7 @@ Add the Yank library as a dependency to your pom.xml file:
<dependency>
<groupId>org.knowm</groupId>
<artifactId>yank</artifactId>
<version>3.4.0</version>
<version>3.5.0</version>
</dependency>
```
For snapshots, add the following to your pom.xml file:
Expand All @@ -261,7 +261,7 @@ For snapshots, add the following to your pom.xml file:
<dependency>
<groupId>org.knowm</groupId>
<artifactId>yank</artifactId>
<version>3.4.1-SNAPSHOT</version>
<version>3.5.1-SNAPSHOT</version>
</dependency>
```
## Building
Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,12 +66,12 @@
<version>2.0.13</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.33</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.3.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
Expand Down Expand Up @@ -114,7 +114,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.4</version>
<version>3.2.3</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down

0 comments on commit ab8748e

Please sign in to comment.