mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-09 14:08:03 -05:00
GP-5680 Postgres upgrade to 15.13 and JDBC driver 42.7.6
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
##MODULE IP: Oxygen Icons - LGPL 3.0
|
||||
MODULE FILE LICENSE: postgresql-15.10.tar.gz Postgresql License
|
||||
MODULE FILE LICENSE: lib/postgresql-42.7.3.jar PostgresqlJDBC License
|
||||
MODULE FILE LICENSE: postgresql-15.13.tar.gz Postgresql License
|
||||
MODULE FILE LICENSE: lib/postgresql-42.7.6.jar PostgresqlJDBC License
|
||||
MODULE FILE LICENSE: lib/commons-dbcp2-2.9.0.jar Apache License 2.0
|
||||
MODULE FILE LICENSE: lib/commons-pool2-2.11.1.jar Apache License 2.0
|
||||
MODULE FILE LICENSE: lib/commons-logging-1.2.jar Apache License 2.0
|
||||
|
||||
@@ -27,13 +27,13 @@ import java.nio.file.Files
|
||||
import org.gradle.util.GUtil
|
||||
|
||||
// NOTE: fetchDependencies.gradle must be updated if postgresql version changes
|
||||
def postgresql_distro = "postgresql-15.10.tar.gz"
|
||||
def postgresql_distro = "postgresql-15.13.tar.gz"
|
||||
|
||||
dependencies {
|
||||
api project(":Decompiler")
|
||||
api project(":CodeCompare")
|
||||
|
||||
api "org.postgresql:postgresql:42.7.3"
|
||||
api "org.postgresql:postgresql:42.7.6"
|
||||
api "org.apache.commons:commons-dbcp2:2.9.0"
|
||||
api "org.apache.commons:commons-pool2:2.11.1"
|
||||
api "commons-logging:commons-logging:1.2"
|
||||
|
||||
@@ -86,9 +86,9 @@ ext.deps = [
|
||||
destination: file("${DEPS_DIR}/GhidraServer")
|
||||
],
|
||||
[
|
||||
name: "postgresql-15.10.tar.gz",
|
||||
url: "https://ftp.postgresql.org/pub/source/v15.10/postgresql-15.10.tar.gz",
|
||||
sha256: "173366605259a83dc189c4327ff4c37254afed65b4f866cbd8a5ef2ea449e8f3",
|
||||
name: "postgresql-15.13.tar.gz",
|
||||
url: "https://ftp.postgresql.org/pub/source/v15.13/postgresql-15.13.tar.gz",
|
||||
sha256: "afdc22b0a6e5bec7b65723756b90d44ea911e61b2f7b01c4dc5524ab813b4d89",
|
||||
destination: file("${DEPS_DIR}/BSim")
|
||||
],
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user