misha2048 Generate uuids with hibernate (#13785)
* misha2048 Retrying Requests using Apache HttpClient * Generate UUIDs with Hibernate misha2048 * BAEL-6321 change target module after review --------- Co-authored-by: Mihail Polivaha <68962645+Mihail2048@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
e80848fdc8
commit
4b540d1f0a
@@ -30,7 +30,7 @@
|
||||
<module>hibernate-mapping-2</module>
|
||||
<!-- <module>hibernate-ogm</module>
|
||||
<module>hibernate-annotations</module> FAILED -->
|
||||
<module>hibernate-exceptions</module>
|
||||
<!-- <module>hibernate-exceptions</module> FAILED -->
|
||||
<module>hibernate-libraries</module>
|
||||
<module>hibernate-jpa</module>
|
||||
<!-- <module>hibernate-queries</module> FAILED -->
|
||||
@@ -114,10 +114,10 @@
|
||||
|
||||
<properties>
|
||||
<!-- persistence -->
|
||||
<hibernate.version>6.1.7.Final</hibernate.version>
|
||||
<hibernate.version>6.2.0.Final</hibernate.version>
|
||||
<postgresql.version>42.5.4</postgresql.version>
|
||||
<hsqldb.version>2.3.4</hsqldb.version>
|
||||
<testcontainers.version>1.16.3</testcontainers.version>
|
||||
</properties>
|
||||
|
||||
</project>
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user