summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorMatthias Benkard <code@mulk.eu>2023-02-07 03:55:45 +0000
committerMatthias Benkard <code@mulk.eu>2023-02-07 03:55:45 +0000
commit04ca550e0b70ffb03c771075dcdda078b09b26be (patch)
treeb83a49c8f9e29cb1577ddd16145802f2d4306ed3 /pom.xml
parentab27bb54fc8571d1389a9effdb47f1a2c9d772fe (diff)
parentc2adc5462231b4d9c4008306c1e4a06c7241aa12 (diff)
Update hibernate core to v5.6.15.Final (mulk/mulkcms2!17)
This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.hibernate:hibernate-envers](https://hibernate.org/orm) ([source](https://github.com/hibernate/hibernate-orm)) | build | patch | `5.6.14.Final` -> `5.6.15.Final` | | [org.hibernate:hibernate-entitymanager](https://hibernate.org/orm) ([source](https://github.com/hibernate/hibernate-orm)) | build | patch | `5.6.14.Final` -> `5.6.15.Final` | | [org.hibernate:hibernate-core](https://hibernate.org/orm) ([source](https://github.com/hibernate/hibernate-orm)) | build | patch | `5.6.14.Final` -> `5.6.15.Final` | | [org.hibernate:hibernate-jpamodelgen](https://hibernate.org/orm) ([source](https://github.com/hibernate/hibernate-orm)) | provided | patch | `5.6.14.Final` -> `5.6.15.Final` | --- ### Release Notes <details> <summary>hibernate/hibernate-orm</summary> ### [`v5.6.15.Final`](https://github.com/hibernate/hibernate-orm/compare/5.6.14...5.6.15) [Compare Source](https://github.com/hibernate/hibernate-orm/compare/5.6.14...5.6.15) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 these updates 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-->
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 1bd4ae2..afcad0a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
<findbugs-jsr305.version>3.0.2</findbugs-jsr305.version>
<flexmark.version>0.64.0</flexmark.version>
<google.java.format.version>1.15.0</google.java.format.version>
- <hibernate.version>5.6.14.Final</hibernate.version>
+ <hibernate.version>5.6.15.Final</hibernate.version>
<hibernate-types.version>2.21.1</hibernate-types.version>
<jakarta-jacc-api.version>1.6.1</jakarta-jacc-api.version>
<jna.version>5.13.0</jna.version>