mirror of https://github.com/apache/druid.git
Bump PostgreSQL JDBC driver to 42.3.3 (CVE-2022-21724) (#12410)
* Bump PostgreSQL JDBC driver to 42.3.3 (CVE-2022-21724) * update license file
This commit is contained in:
parent
b74cb7624d
commit
d2a6754692
|
@ -4142,7 +4142,7 @@ name: PostgreSQL JDBC Driver
|
|||
license_category: binary
|
||||
module: extensions/druid-lookups-cached-single
|
||||
license_name: BSD-2-Clause License
|
||||
version: 42.2.14
|
||||
version: 42.3.3
|
||||
copyright: PostgreSQL Global Development Group
|
||||
license_file_path: licenses/bin/postgresql.BSD2
|
||||
libraries:
|
||||
|
@ -4154,7 +4154,7 @@ name: PostgreSQL JDBC Driver
|
|||
license_category: binary
|
||||
module: extensions/druid-lookups-cached-global
|
||||
license_name: BSD-2-Clause License
|
||||
version: 42.2.14
|
||||
version: 42.3.3
|
||||
copyright: PostgreSQL Global Development Group
|
||||
license_file_path: licenses/bin/postgresql.BSD2
|
||||
libraries:
|
||||
|
@ -4166,7 +4166,7 @@ name: PostgreSQL JDBC Driver
|
|||
license_category: binary
|
||||
module: extensions/postgresql-metadata-storage
|
||||
license_name: BSD-2-Clause License
|
||||
version: 42.2.14
|
||||
version: 42.3.3
|
||||
copyright: PostgreSQL Global Development Group
|
||||
license_file_path: licenses/bin/postgresql.BSD2
|
||||
libraries:
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -102,7 +102,7 @@
|
|||
<mariadb.version>2.7.3</mariadb.version>
|
||||
<netty3.version>3.10.6.Final</netty3.version>
|
||||
<netty4.version>4.1.68.Final</netty4.version>
|
||||
<postgresql.version>42.2.14</postgresql.version>
|
||||
<postgresql.version>42.3.3</postgresql.version>
|
||||
<protobuf.version>3.11.0</protobuf.version>
|
||||
<resilience4j.version>1.3.1</resilience4j.version>
|
||||
<slf4j.version>1.7.36</slf4j.version>
|
||||
|
|
Loading…
Reference in New Issue