Skip to content

Commit 3021f01

Browse files
committed
bump 2.7.9
1 parent 99cab8c commit 3021f01

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Change Log
2+
## [2.7.9](https://github.com/mariadb-corporation/mariadb-connector-j/tree/2.7.9) (Mar 2023)
3+
[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/2.7.8...2.7.9)
4+
5+
* CONJ-1062 correcting TlsSocketPlugin to use Driver classloader
6+
* CONJ-1063 DatabaseMetaData.getTypeInfo() returns wrong value for UNSIGNED_ATTRIBUTE
7+
28
## [2.7.8](https://github.com/mariadb-corporation/mariadb-connector-j/tree/2.7.8) (Jan 2023)
39
[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/2.7.7...2.7.8)
410

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<artifactId>mariadb-java-client</artifactId>
6161
<packaging>jar</packaging>
6262
<name>mariadb-java-client</name>
63-
<version>2.7.8</version>
63+
<version>2.7.9</version>
6464
<description>JDBC driver for MariaDB and MySQL</description>
6565
<url>https://mariadb.com/kb/en/mariadb/about-mariadb-connector-j/</url>
6666

0 commit comments

Comments
 (0)