Update `org.postgresql:postgresql` to version `42.7.3` (#130)
diff --git a/pom.xml b/pom.xml
index e3ec183..81918c6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -172,7 +172,7 @@
     <log4j2.version>2.21.1</log4j2.version>
     <mockito.version>5.11.0</mockito.version>
     <plexus-utils.version>4.0.0</plexus-utils.version>
-    <postgresql.version>42.7.2</postgresql.version>
+    <postgresql.version>42.7.3</postgresql.version>
     <spring.boot.version>2.7.18</spring.boot.version>
     <spring.agent.version>2.5.6</spring.agent.version>
     <spring.data.jpa.version>1.11.1.RELEASE</spring.data.jpa.version>
diff --git a/src/changelog/.1.x.x/update_org_postgresql_postgresql.xml b/src/changelog/.1.x.x/update_org_postgresql_postgresql.xml
index ce09707..fe67900 100644
--- a/src/changelog/.1.x.x/update_org_postgresql_postgresql.xml
+++ b/src/changelog/.1.x.x/update_org_postgresql_postgresql.xml
@@ -3,6 +3,6 @@
        xmlns="http://logging.apache.org/log4j/changelog"
        xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
        type="updated">
-  <issue id="122" link="https://github.com/apache/logging-log4j-audit/pull/122"/>
-  <description format="asciidoc">Update `org.postgresql:postgresql` to version `42.7.2`</description>
+  <issue id="130" link="https://github.com/apache/logging-log4j-audit/pull/130"/>
+  <description format="asciidoc">Update `org.postgresql:postgresql` to version `42.7.3`</description>
 </entry>