Skip to content

Commit ae595a2

Browse files
committed
Downgraded Hibernate because of non-compatibility
See spring-projects/spring-data-jpa#2472
1 parent 3f87ebe commit ae595a2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>org.openconext</groupId>
66
<artifactId>teams</artifactId>
7-
<version>9.0.2</version>
7+
<version>9.0.2-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<name>teams</name>

teams-server/pom.xml

+1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
<dependency>
7272
<groupId>org.hibernate</groupId>
7373
<artifactId>hibernate-core</artifactId>
74+
<version>5.6.5.Final</version>
7475
</dependency>
7576
<dependency>
7677
<groupId>com.fasterxml.jackson.datatype</groupId>

0 commit comments

Comments
 (0)