Skip to content

Commit 96a5aac

Browse files
Bump postgresql from 42.3.3 to 42.4.0 (#183)
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.3 to 42.4.0. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](pgjdbc/pgjdbc@REL42.3.3...REL42.4.0) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ae0c469 commit 96a5aac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<dependency>
5656
<groupId>org.postgresql</groupId>
5757
<artifactId>postgresql</artifactId>
58-
<version>42.3.3</version>
58+
<version>42.4.0</version>
5959
</dependency>
6060
</dependencies>
6161
</profile>
@@ -107,7 +107,7 @@
107107
<dependency>
108108
<groupId>org.postgresql</groupId>
109109
<artifactId>postgresql</artifactId>
110-
<version>42.3.3</version>
110+
<version>42.4.0</version>
111111
</dependency>
112112
</dependencies>
113113
</profile>

0 commit comments

Comments
 (0)