Skip to content

Commit 926fef6

Browse files
authored
Merge pull request #1340 from aws-samples/dependabot/maven/labs/unicorn-store/infrastructure/db-setup/postgresql-4ccae73097
Bump the postgresql group across 3 directories with 1 update
2 parents e98eb05 + c4e606b commit 926fef6

File tree

2 files changed

+2
-2
lines changed
  • labs/unicorn-store
    • infrastructure/db-setup
    • software/alternatives/unicorn-store-spring-graalvm

2 files changed

+2
-2
lines changed

labs/unicorn-store/infrastructure/db-setup/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>org.postgresql</groupId>
4747
<artifactId>postgresql</artifactId>
48-
<version>42.7.5</version>
48+
<version>42.7.7</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>com.amazonaws</groupId>

labs/unicorn-store/software/alternatives/unicorn-store-spring-graalvm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>org.postgresql</groupId>
6161
<artifactId>postgresql</artifactId>
62-
<version>42.7.5</version>
62+
<version>42.7.7</version>
6363
</dependency>
6464
</dependencies>
6565

0 commit comments

Comments
 (0)