Skip to content

Commit 3cb0dac

Browse files
committed
revert: build(pom.xml): update mysql-connector-java to 5.1.47
This reverts commit 21e3a7a. It's turned out that the new version causes NullPointerException. See https://bugs.mysql.com/bug.php?id=92089 for details.
1 parent 21e3a7a commit 3cb0dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@
548548
<minify.plugin.version>1.7.6</minify.plugin.version>
549549

550550
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.16.RELEASE/spring-boot-dependencies/pom.xml) -->
551-
<mysql.version>5.1.47</mysql.version>
551+
<mysql.version>5.1.46</mysql.version>
552552

553553
<native2ascii.plugin.version>2.0.1</native2ascii.plugin.version>
554554
<owasp-plugin.version>3.0.2</owasp-plugin.version>

0 commit comments

Comments
 (0)