Skip to content

Commit

Permalink
#145 Setting specific version
Browse files Browse the repository at this point in the history
  • Loading branch information
starnowski committed Nov 18, 2024
1 parent f193e86 commit 076f542
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
<dependency>
<groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-core</artifactId>
<version>[6.6.2,7.0.0)</version>
<!-- There are some problems with downloading 7.0.0.Beta version for hibernate-->
<!-- <version>[6.6.2,7.0.0)</version>-->
<version>6.6.2.Final</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 076f542

Please sign in to comment.