DATAJPA-1181 - Upgrade to Hibernate 5.2.11.
Upgraded snapshot build profile to 5.2.12 snapshots.
This commit is contained in:
@@ -7,7 +7,7 @@ env:
|
||||
matrix:
|
||||
- PROFILE=ci
|
||||
- PROFILE=spring5-next
|
||||
- PROFILE=hibernate-52-next
|
||||
- PROFILE=hibernate-next
|
||||
- PROFILE=eclipselink-next
|
||||
- PROFILE=eclipselink-27-next
|
||||
- PROFILE=querydsl-next
|
||||
|
||||
8
pom.xml
8
pom.xml
@@ -22,7 +22,7 @@
|
||||
<dist.key>DATAJPA</dist.key>
|
||||
|
||||
<eclipselink>2.6.4</eclipselink>
|
||||
<hibernate>5.2.10.Final</hibernate>
|
||||
<hibernate>5.2.11.Final</hibernate>
|
||||
<hsqldb1>1.8.0.10</hsqldb1>
|
||||
<jpa>2.0.0</jpa>
|
||||
<springdata.commons>2.0.0.BUILD-SNAPSHOT</springdata.commons>
|
||||
@@ -35,9 +35,9 @@
|
||||
|
||||
<profiles>
|
||||
<profile>
|
||||
<id>hibernate-52-next</id>
|
||||
<id>hibernate-next</id>
|
||||
<properties>
|
||||
<hibernate>5.2.11-SNAPSHOT</hibernate>
|
||||
<hibernate>5.2.12-SNAPSHOT</hibernate>
|
||||
</properties>
|
||||
<repositories>
|
||||
<repository>
|
||||
@@ -213,7 +213,7 @@
|
||||
<version>1.0.1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
<dependency>
|
||||
<groupId>javax.interceptor</groupId>
|
||||
<artifactId>javax.interceptor-api</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user