Merge branch 'GP-5680_ghidra1_Postgres15.13' into Ghidra_11.4

(Closes #8122)
This commit is contained in:
ghidra1 2025-06-11 13:11:11 -04:00
commit ea414bd23e
3 changed files with 7 additions and 7 deletions

View file

@ -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

View file

@ -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"

View file

@ -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")
],
[