Skip to content

Commit

Permalink
S-113491 CVE - upgrade db connector jar versions (#242)
Browse files Browse the repository at this point in the history
* S-113491 CVE - upgrade mysql connector jar version for non slim images

* S-113491 CVE - upgrade db connector jar versions
  • Loading branch information
d-venkat authored Oct 22, 2024
1 parent 0817cd3 commit bd77479
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions templates/resources/common/bin/drivers.sh.j2
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash
set -e

POSTGRESQL_VERSION="42.6.1"
POSTGRESQL_VERSION="42.7.3"
{%- if not is_slim %}
MYSQL_VERSION="8.1.0"
H2_VERSION="2.2.224"
MSSQL_VERSION="11.2.3.jre17"
MYSQL_VERSION="9.0.0"
H2_VERSION="2.3.230"
MSSQL_VERSION="12.8.0.jre11"
{%- endif %}

echo "Downloading DB drivers to ${APP_ROOT}/db-libs"
Expand Down

0 comments on commit bd77479

Please sign in to comment.