Skip to content

Commit d65270f

Browse files
fix(deps): replace dependency org.hibernate:hibernate-spatial with org.hibernate.orm:hibernate-spatial
1 parent e2a9074 commit d65270f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<sonar.organization>bcgov-sonarcloud</sonar.organization>
4040
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
4141
<oci.revision>${project.version}</oci.revision>
42-
<hibernate.version>6.6.40.Final</hibernate.version>
42+
<hibernate.version>7.2.5.Final</hibernate.version>
4343
</properties>
4444

4545
<profiles>

0 commit comments

Comments
 (0)