Skip to content

Commit 6dbe219

Browse files
authored
chore(deps): update dependency org.postgresql:postgresql to v42.5.3 (#1146)
1 parent 4936285 commit 6dbe219

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jdbc/postgres/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
<dependency>
124124
<groupId>org.postgresql</groupId>
125125
<artifactId>postgresql</artifactId>
126-
<version>42.5.2</version>
126+
<version>42.5.3</version>
127127
<scope>provided</scope>
128128
</dependency>
129129
<dependency>
@@ -157,7 +157,7 @@
157157
<dependency>
158158
<groupId>org.postgresql</groupId>
159159
<artifactId>postgresql</artifactId>
160-
<version>42.5.2</version>
160+
<version>42.5.3</version>
161161
</dependency>
162162
</dependencies>
163163
</profile>
@@ -171,7 +171,7 @@
171171
<dependency>
172172
<groupId>org.postgresql</groupId>
173173
<artifactId>postgresql</artifactId>
174-
<version>42.5.2</version>
174+
<version>42.5.3</version>
175175
</dependency>
176176
</dependencies>
177177
</profile>

0 commit comments

Comments
 (0)