bump up mysql connector version to 8.2.0

This commit is contained in:
itiligent 2023-11-10 11:55:56 +11:00
parent 377374240c
commit 2b3695e56d
2 changed files with 2 additions and 2 deletions

View file

@ -85,7 +85,7 @@ GITHUB="https://raw.githubusercontent.com/itiligent/Guacamole-Install/main"
GUAC_VERSION="1.5.3"
# MySQL Connector/J version to install
MYSQLJCON="8.1.0"
MYSQLJCON="8.2.0"
# Set preferred Apache CDN download link
GUAC_SOURCE_LINK="http://apache.org/dyn/closer.cgi?action=download&filename=guacamole/${GUAC_VERSION}"

View file

@ -53,7 +53,7 @@ chown -R $SUDO_USER:root $DOWNLOAD_DIR
NEW_GUAC_VERSION="1.5.3"
# MySQL Connector/J version. See https://dev.mysql.com/downloads/connector/j/ for latest version number.
NEW_MYSQLJCON="8.1.0"
NEW_MYSQLJCON="8.2.0"
# Get the currently installed Tomcat version.
TOMCAT_VERSION=$(ls /etc/ | grep tomcat)