summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Benkard <code@mulk.eu>2023-02-04 06:25:55 +0000
committerMatthias Benkard <code@mulk.eu>2023-02-04 06:25:55 +0000
commit77fcdd9b6e66e84f010615659a2fa1eef43866ad (patch)
treedaff24fa1b860d581a233e3243e15442a8f7259b
parentb9e425d93a3c74e1700fe0b73e7ae2bf35ea92bc (diff)
parent35399c712b167050c1abc0740dbaccf23d4c8128 (diff)
Update dependency org.postgresql:postgresql to v42.5.3 (mulk/mulkcms2!15)
This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.postgresql:postgresql](https://jdbc.postgresql.org) ([source](https://github.com/pgjdbc/pgjdbc)) | build | patch | `42.5.2` -> `42.5.3` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjQuMCJ9-->
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index c1d97d8..f886c0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
<jsoup.version>1.15.3</jsoup.version>
<kotlin-annotations.version>1.8.0</kotlin-annotations.version>
<liquibase.version>4.19.0</liquibase.version>
- <postgresql.version>42.5.2</postgresql.version>
+ <postgresql.version>42.5.3</postgresql.version>
<rome.version>1.18.0</rome.version>
</properties>