aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-22 17:37:46 +0000
committerGitHub <noreply@github.com>2022-09-22 17:37:46 +0000
commitfb991329e45c6f76954c50dab9eef1fe88039290 (patch)
tree13d271b274c0057e9489a72eeb51e22f3df5f5e6
parent5969ab7d90583422048c88ed120e583586cb0c4f (diff)
downloadiciql-dependabot/maven/org.postgresql-postgresql-42.3.7.tar.gz
iciql-dependabot/maven/org.postgresql-postgresql-42.3.7.zip
Bump postgresql from 9.4.1212 to 42.3.7dependabot/maven/org.postgresql-postgresql-42.3.7
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 9.4.1212 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/REL9.4.1212...REL42.3.7) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 039376b..71308b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,7 +98,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
- <version>9.4.1212</version>
+ <version>42.3.7</version>
<type>jar</type>
<scope>provided</scope>
</dependency>