Skip to content

Commit 745ef7b

Browse files
committed
bump 3.1.4
1 parent 531fc88 commit 745ef7b

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Change Log
22

3+
## [3.1.4](https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.1.4) (Apr 2023)
4+
[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.1.3...3.1.4)
5+
6+
* CONJ-1065 wrong Resultset.wasNull() for zero-date timestamps
7+
* CONJ-1070 getBlob on TEXT columns throw Exception
8+
* CONJ-1071 Error response during Bulk execution might result in connection wrong state
9+
* CONJ-1067 When some numeric data types are set to UNSIGNED, ResultSetMetaData.getColumnTypeName() does not return UNSIGNED
10+
311
## [3.1.3](https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.1.3) (Mar 2023)
412
[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.1.2...3.1.3)
513

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ or maven :
2626
<dependency>
2727
<groupId>org.mariadb.jdbc</groupId>
2828
<artifactId>mariadb-java-client</artifactId>
29-
<version>3.1.3</version>
29+
<version>3.1.4</version>
3030
</dependency>
3131
```
3232

@@ -45,7 +45,7 @@ Development snapshot are available on sonatype nexus repository
4545
<dependency>
4646
<groupId>org.mariadb.jdbc</groupId>
4747
<artifactId>mariadb-java-client</artifactId>
48-
<version>3.1.4-SNAPSHOT</version>
48+
<version>3.1.5-SNAPSHOT</version>
4949
</dependency>
5050
</dependencies>
5151
```

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>mariadb-java-client</artifactId>
88
<packaging>jar</packaging>
99
<name>mariadb-java-client</name>
10-
<version>3.1.4-SNAPSHOT</version>
10+
<version>3.1.4</version>
1111
<description>JDBC driver for MariaDB and MySQL</description>
1212
<url>https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j/</url>
1313

0 commit comments

Comments
 (0)