Skip to content
  • Cristian Berner's avatar
    Fixes ISSUE-44832: Update postgresql driver to support scram password encrypt · 08236f77
    Cristian Berner authored
    Postgresql version >= 42.2.x is needed to support scram-sha-256 postgres
    password encryption. This exists since postgres 11 and it requires
    updating the client driver. Note, jre7 42.2.2 version didn't have this
    feature included.
    
    This updated driver also fixes several security issues and vulnerabilities.
    
    Updated postgresql driver 42.2.2.jre7 -> 42.2.16
    08236f77