Browse Source

Bump hibernate-core in /frameworks/Java/ninja-standalone (#7112)

Bumps [hibernate-core](https://github.com/hibernate/hibernate-orm) from 5.4.2.Final to 5.4.24.Final.
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/5.4.24/changelog.txt)
- [Commits](https://github.com/hibernate/hibernate-orm/compare/5.4.2...5.4.24)

---
updated-dependencies:
- dependency-name: org.hibernate:hibernate-core
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 3 years ago
parent
commit
545439224a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Java/ninja-standalone/pom.xml

+ 1 - 1
frameworks/Java/ninja-standalone/pom.xml

@@ -19,7 +19,7 @@
         <maven-war-plugin.version>3.2.0</maven-war-plugin.version>
 
         <h2.version>2.1.210</h2.version>
-        <hibernate.version>5.4.2.Final</hibernate.version>
+        <hibernate.version>5.4.24.Final</hibernate.version>
         <hibernate-validator.version>6.0.20.Final</hibernate-validator.version>
         <jaxb-api.version>2.3.0</jaxb-api.version>
         <jetty.version>9.4.18.v20190429</jetty.version>