mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 17:59:46 +02:00
Merge remote-tracking branch 'origin/Ghidra_11.4'
This commit is contained in:
commit
bca1fa5219
3 changed files with 7 additions and 7 deletions
|
@ -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")
|
||||
],
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue