Skip to content

Commit

Permalink
Post-release changes.
Browse files Browse the repository at this point in the history
Change-Id: I66377ecc81d563ae0c76e0c5fa61c30337f121cc
  • Loading branch information
fjssilva committed Mar 10, 2023
1 parent 7d6b080 commit 4bccb1d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog
# https://dev.mysql.com/doc/relnotes/connector-j/8.0/en/

Version 8.0.34

Version 8.0.33

- Fix for Bug#34558945, PS using setCharacterStream() fails with "Incorrect string value" if the Java program encoding is not UTF-8 after 8.0.29.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Alternatively, MySQL Connector/J can be obtained automatically via [Maven's depe
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.0.33</version>
<version>8.0.34</version>
</dependency>
```

Expand All @@ -45,7 +45,7 @@ MySQL Connector/J's own Project Object Model (POM) file specifies a transitive d
<dependency>
<groupId>com.mysql</groupId>
<artifactId>mysql-connector-j</artifactId>
<version>8.0.33</version>
<version>8.0.34</version>
<exclusions>
<exclusion>
<groupId>com.google.protobuf</groupId>
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ See also com.mysql.cj.conf.PropertyDefinitions.SYSP_* variables for other test o

<property name="com.mysql.cj.build.driver.version.major" value="8" />
<property name="com.mysql.cj.build.driver.version.minor" value="0" />
<property name="com.mysql.cj.build.driver.version.subminor" value="33" />
<property name="com.mysql.cj.build.driver.version.subminor" value="34" />
<property name="com.mysql.cj.build.driver.version.status" value="" />
<property name="com.mysql.cj.build.driver.version.series" value="${com.mysql.cj.build.driver.version.major}.${com.mysql.cj.build.driver.version.minor}" />
<property name="com.mysql.cj.build.driver.version.numeric"
Expand Down

0 comments on commit 4bccb1d

Please sign in to comment.