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:
5151</dependency>
5252<dependency>
5353 <groupId>com.blazebit</groupId>
54- <artifactId>blaze-persistence-integration-hibernate-6.2 </artifactId>
54+ <artifactId>blaze-persistence-integration-hibernate-7.0 </artifactId>
5555 <scope>runtime</scope>
5656</dependency>
5757----
@@ -60,7 +60,7 @@ Add the following dependencies to your project:
6060.Using Gradle
6161----
6262implementation("com.blazebit:blaze-persistence-integration-quarkus-3")
63- runtimeOnly("com.blazebit:blaze-persistence-integration-hibernate-6.2 ")
63+ runtimeOnly("com.blazebit:blaze-persistence-integration-hibernate-7.0 ")
6464----
6565
6666The 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