From 821f3968ce1c9e458d43871b001b7535311fd43d Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 22 Sep 2022 17:33:51 +0000
Subject: [PATCH] Bump postgresql from 42.3.3 to 42.3.7 in
 /aci/e2e/aci-demo/words

Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.3 to 42.3.7.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.3.3...REL42.3.7)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 aci/e2e/aci-demo/words/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aci/e2e/aci-demo/words/pom.xml b/aci/e2e/aci-demo/words/pom.xml
index 0e4239ba1..171219bbd 100644
--- a/aci/e2e/aci-demo/words/pom.xml
+++ b/aci/e2e/aci-demo/words/pom.xml
@@ -93,7 +93,7 @@
         <dependency>
             <groupId>org.postgresql</groupId>
             <artifactId>postgresql</artifactId>
-            <version>42.3.3</version>
+            <version>42.3.7</version>
         </dependency>
     </dependencies>
 </project>