File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Add the following dependencies to your project:
51
51
</dependency>
52
52
<dependency>
53
53
<groupId>com.blazebit</groupId>
54
- <artifactId>blaze-persistence-integration-hibernate-7.0 </artifactId>
54
+ <artifactId>blaze-persistence-integration-hibernate-7.1 </artifactId>
55
55
<scope>runtime</scope>
56
56
</dependency>
57
57
----
@@ -60,7 +60,7 @@ Add the following dependencies to your project:
60
60
.Using Gradle
61
61
----
62
62
implementation("com.blazebit:blaze-persistence-integration-quarkus-3")
63
- runtimeOnly("com.blazebit:blaze-persistence-integration-hibernate-7.0 ")
63
+ runtimeOnly("com.blazebit:blaze-persistence-integration-hibernate-7.1 ")
64
64
----
65
65
66
66
The use in native images requires a dependency on the entity view annotation processor that may be extracted into a separate `native` profile:
You can’t perform that action at this time.
0 commit comments