Skip to content

Commit 2f3ca1b

Browse files
committed
bump 3.1.2
1 parent a88c466 commit 2f3ca1b

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
# Change Log
2+
3+
## [3.1.2](https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.1.2) (Jan 2023)
4+
[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.1.1...3.1.2)
5+
6+
* CONJ-1040 possible ConcurrentModificationException when connecting
7+
* CONJ-1041 possible ArrayIndexOutOfBoundsException
8+
9+
## [2.7.8](https://github.com/mariadb-corporation/mariadb-connector-j/tree/2.7.8) (Jan 2023)
10+
[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/2.7.7...2.7.8)
11+
12+
* CONJ-1039 setQueryTimeout not honored by CallableStatement for procedures depending on security context
13+
* CONJ-1041 possible ArrayIndexOutOfBoundsException
14+
* CONJ-1023 set missing SSL capability in handshake after SSL exchanges
15+
16+
217
## [3.1.1](https://github.com/mariadb-corporation/mariadb-connector-j/tree/3.1.1) (Jan 2023)
318
[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-j/compare/3.1.0...3.1.1)
419

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.1</version>
29+
<version>3.1.2</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.2-SNAPSHOT</version>
48+
<version>3.1.3-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.2-SNAPSHOT</version>
10+
<version>3.1.2</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)