diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-09-22 17:37:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-22 17:37:46 +0000 |
commit | fb991329e45c6f76954c50dab9eef1fe88039290 (patch) | |
tree | 13d271b274c0057e9489a72eeb51e22f3df5f5e6 | |
parent | 5969ab7d90583422048c88ed120e583586cb0c4f (diff) | |
download | iciql-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |