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 @@ -29,7 +29,7 @@ or maven :
29
29
<dependency>
30
30
<groupId>org.mariadb.jdbc</groupId>
31
31
<artifactId>mariadb-java-client</artifactId>
32
- <version>3.5.2 </version>
32
+ <version>3.5.3 </version>
33
33
</dependency>
34
34
```
35
35
@@ -48,7 +48,7 @@ Development snapshot are available on sonatype nexus repository
48
48
<dependency>
49
49
<groupId>org.mariadb.jdbc</groupId>
50
50
<artifactId>mariadb-java-client</artifactId>
51
- <version>3.5.3 -SNAPSHOT</version>
51
+ <version>3.5.4 -SNAPSHOT</version>
52
52
</dependency>
53
53
</dependencies>
54
54
```
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.5.3-SNAPSHOT </version >
10
+ <version >3.5.3</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