File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ or maven :
27
27
<dependency>
28
28
<groupId>org.mariadb.jdbc</groupId>
29
29
<artifactId>mariadb-java-client</artifactId>
30
- <version>3.0.4 </version>
30
+ <version>3.0.5 </version>
31
31
</dependency>
32
32
```
33
33
@@ -46,7 +46,7 @@ Development snapshot are available on sonatype nexus repository
46
46
<dependency>
47
47
<groupId>org.mariadb.jdbc</groupId>
48
48
<artifactId>mariadb-java-client</artifactId>
49
- <version>3.0.5 -SNAPSHOT</version>
49
+ <version>3.0.6 -SNAPSHOT</version>
50
50
</dependency>
51
51
</dependencies>
52
52
```
Original file line number Diff line number Diff line change 7
7
<artifactId >mariadb-java-client</artifactId >
8
8
<packaging >jar</packaging >
9
9
<name >mariadb-java-client</name >
10
- <version >3.0.5-SNAPSHOT </version >
10
+ <version >3.0.5</version >
11
11
<description >JDBC driver for MariaDB and MySQL</description >
12
12
<url >https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j/</url >
13
13
You can’t perform that action at this time.
0 commit comments