Skip to content
Snippets Groups Projects
Commit 639f28a6 authored by Vincent Massol's avatar Vincent Massol
Browse files

[Misc] Upgrade to MySQL 8.0.22 JDBC driver version

parent e2e580fe
No related branches found
No related tags found
No related merge requests found
......@@ -62,8 +62,10 @@ RUN rm -rf /usr/local/tomcat/webapps/* && \\
<% if (db == 'mysql') {
println "# For MYSQL, download the MySQL driver version from the Maven Central repository since there's no up to "
println "# date Debian repository for it anymore."
println "ENV MYSQL_JDBC_VERSION=\"8.0.21\""
println "ENV MYSQL_JDBC_SHA256=\"2f62d886270a75ebc8e8fd89127d4a30ccc711f02256ade2cfb7090817132003\""
println "ENV MYSQL_JDBC_VERSION=\"8.0.22\""
# Get the SHA256 from the JAR at https://search.maven.org/artifact/mysql/mysql-connector-java and using the
# command line defined in build.gradle.
println "ENV MYSQL_JDBC_SHA256=\"5019defbd12316295e97a6e88f2a9b07f118345a4e982710bba232e499b22f4f\""
println "ENV MYSQL_JDBC_PREFIX=\"https://repo1.maven.org/maven2/mysql/mysql-connector-java/\${MYSQL_JDBC_VERSION}\""
println "ENV MYSQL_JDBC_ARTIFACT=\"mysql-connector-java-\${MYSQL_JDBC_VERSION}.jar\""
println "ENV MYSQL_JDBC_TARGET=\"/usr/local/tomcat/webapps/ROOT/WEB-INF/lib/\${MYSQL_JDBC_ARTIFACT}\""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment

Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.