Skip to content

Commit

Permalink
[misc] update README versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rusher committed Aug 1, 2023
1 parent c81d451 commit e05fc3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ or maven :
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>3.1.4</version>
<version>3.2.0</version>
</dependency>
```

Expand All @@ -45,7 +45,7 @@ Development snapshot are available on sonatype nexus repository
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<version>3.1.5-SNAPSHOT</version>
<version>3.2.1-SNAPSHOT</version>
</dependency>
</dependencies>
```
Expand Down

0 comments on commit e05fc3d

Please sign in to comment.