Skip to content

Commit

Permalink
Bump postgresql from 42.3.1 to 42.3.3
Browse files Browse the repository at this point in the history
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](pgjdbc/pgjdbc@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] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 21, 2022
1 parent 045d3d2 commit ded009a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -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'
Expand Down

0 comments on commit ded009a

Please sign in to comment.