From ded009a953c011791dba6e15b2f80847a826d03e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Feb 2022 14:17:23 +0000 Subject: [PATCH] Bump postgresql from 42.3.1 to 42.3.3 Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.1 to 42.3.3. - [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/REL42.3.1...REL42.3.3) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6fb78bb..71ea85f 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ dependencies { exclude group: 'nz.net.ultraq.thymeleaf', module: 'thymeleaf-layout-dialect' } - compile 'org.postgresql:postgresql:42.3.1' + compile 'org.postgresql:postgresql:42.3.3' compile 'com.zaxxer:HikariCP:5.0.1' compile 'org.webjars:webjars-locator' compile 'org.webjars:jquery:2.2.4'