diff --git a/Ghidra/Features/BSim/Module.manifest b/Ghidra/Features/BSim/Module.manifest
index aaf095e736..46e50f5669 100755
--- a/Ghidra/Features/BSim/Module.manifest
+++ b/Ghidra/Features/BSim/Module.manifest
@@ -1,6 +1,6 @@
##MODULE IP: Oxygen Icons - LGPL 3.0
-MODULE FILE LICENSE: postgresql-15.3.tar.gz Postgresql License
-MODULE FILE LICENSE: lib/postgresql-42.6.2.jar PostgresqlJDBC License
+MODULE FILE LICENSE: postgresql-15.10.tar.gz Postgresql License
+MODULE FILE LICENSE: lib/postgresql-42.7.3.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
diff --git a/Ghidra/Features/BSim/build.gradle b/Ghidra/Features/BSim/build.gradle
index e7550196d5..93c6c8b4d1 100755
--- a/Ghidra/Features/BSim/build.gradle
+++ b/Ghidra/Features/BSim/build.gradle
@@ -26,13 +26,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.3.tar.gz"
+def postgresql_distro = "postgresql-15.10.tar.gz"
dependencies {
api project(":Decompiler")
api project(":CodeCompare")
- api "org.postgresql:postgresql:42.6.2"
+ api "org.postgresql:postgresql:42.7.3"
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"
diff --git a/Ghidra/Features/BSim/src/main/help/help/topics/BSim/DatabaseConfiguration.html b/Ghidra/Features/BSim/src/main/help/help/topics/BSim/DatabaseConfiguration.html
index 9b9df85a76..22da4e61ed 100644
--- a/Ghidra/Features/BSim/src/main/help/help/topics/BSim/DatabaseConfiguration.html
+++ b/Ghidra/Features/BSim/src/main/help/help/topics/BSim/DatabaseConfiguration.html
@@ -107,13 +107,13 @@
in the module directory Ghidra/Features/BSim/support that builds both the PostgreSQL
server and the BSim extension from source and prepares the installation for use with
Ghidra. If not already included in the Ghidra installation, the source distribution
- file, currently postgresql-15.3.tar.gz, can be obtained from the PostgreSQL
+ file, currently postgresql-15.10.tar.gz, can be obtained from the PostgreSQL
website at
https://www.postgresql.org/ftp/source/v15.3
+ |
The steps to build the PostgreSQL server with the BSim extension then are:
1) If not already present, place the PostgreSQL source distribution file
- postgresql-15.3.tar.gz in the Ghidra installation at
postgresql-15.10.tar.gz in the Ghidra installation at
$(ROOT)/Ghidra/Features/BSim/support/postgresql-15.3.tar.gz
+ |