diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-05-12 20:29:39 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-05-14 20:20:48 +0200 |
commit | 7fb43549fb85a0f79e61106ab770338d868b033d (patch) | |
tree | 7bd00238bc2ee87ef29bd07e90f3df123475640c /build.gradle | |
parent | 9f450751b935bbf313a5c64a56a4071a6e2c6dff (diff) | |
download | sonarqube-7fb43549fb85a0f79e61106ab770338d868b033d.tar.gz sonarqube-7fb43549fb85a0f79e61106ab770338d868b033d.zip |
Upgrade MySQL driver from 5.1.42 to 5.1.46
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index e896d9d7edf..ad98a7dcbb8 100644 --- a/build.gradle +++ b/build.gradle @@ -128,7 +128,7 @@ subprojects { dependency 'javax.servlet:javax.servlet-api:3.0.1' dependency 'javax.xml.bind:jaxb-api:2.3.0' dependency 'junit:junit:4.12' - dependency 'mysql:mysql-connector-java:5.1.42' + dependency 'mysql:mysql-connector-java:5.1.46' dependency 'net.jpountz.lz4:lz4:1.3.0' dependency 'org.apache.commons:commons-csv:1.4' dependency 'org.apache.commons:commons-email:1.5' |