File tree Expand file tree Collapse file tree
persistence-modules/spring-data-jpa-query-2 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 <dependency >
5454 <groupId >org.hibernate.orm</groupId >
5555 <artifactId >hibernate-core</artifactId >
56- <version >6.3.1.Final </version >
56+ <version >${hibernate-core.version} </version >
5757 </dependency >
5858 <dependency >
5959 <groupId >org.hibernate.orm</groupId >
6060 <artifactId >hibernate-envers</artifactId >
61- <version >6.3.1.Final </version >
61+ <version >${hibernate-envers.version} </version >
6262 </dependency >
6363 <dependency >
6464 <groupId >org.apache.commons</groupId >
6565 <artifactId >commons-lang3</artifactId >
66- <version >3.13.0</version >
6766 </dependency >
6867 <dependency >
6968 <groupId >org.springframework</groupId >
8685 <tomcat-dbcp .version>9.0.0.M26</tomcat-dbcp .version>
8786 <jta .version>1.1</jta .version>
8887 <mysql .version>8.2.0</mysql .version>
88+ <hibernate-core .version>6.4.4.Final</hibernate-core .version>
89+ <hibernate-envers .version>6.4.4.Final</hibernate-envers .version>
8990 </properties >
9091
9192</project >
You can’t perform that action at this time.
0 commit comments