Skip to content

Commit

Permalink
feat: Quarkus uses hibernate 6.4 but this lib still depends on hypers…
Browse files Browse the repository at this point in the history
…istence-utils-hibernate-62 (#197)
  • Loading branch information
wglanzer committed Apr 25, 2024
1 parent c5e78c4 commit 0a61834
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/includes/attributes.adoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
:quarkus-version: 3.7.0
:quarkus-version: 3.10.0
:quarkus-hibernate-types-version: 2.1.0
:maven-version: 3.8.1+

Expand Down
4 changes: 2 additions & 2 deletions runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
<!-- Hibernate Types -->
<dependency>
<groupId>io.hypersistence</groupId>
<artifactId>hypersistence-utils-hibernate-62</artifactId>
<version>3.7.3</version>
<artifactId>hypersistence-utils-hibernate-63</artifactId>
<version>3.7.4</version>
</dependency>

<!-- Custom VertX Object Mapper -->
Expand Down

0 comments on commit 0a61834

Please sign in to comment.