hibernate version updated

pull/4550/merge
Nikita Koksharov 2 years ago
parent 0c93092117
commit df4809d1ab

@ -17,14 +17,14 @@
<dependency> <dependency>
<groupId>org.hibernate.orm</groupId> <groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-core</artifactId> <artifactId>hibernate-core</artifactId>
<version>6.0.2.Final</version> <version>6.1.3.Final</version>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.hibernate.orm</groupId> <groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-testing</artifactId> <artifactId>hibernate-testing</artifactId>
<version>6.0.2.Final</version> <version>6.1.3.Final</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>

Loading…
Cancel
Save