File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
core/src/main/java/com/cosium/spring/data/jpa/entity/graph/repository/query Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
33import com .cosium .spring .data .jpa .entity .graph .domain2 .EntityGraph ;
44import org .springframework .core .MethodParameter ;
5+ import org .springframework .data .core .TypeInformation ;
56import org .springframework .data .jpa .repository .query .JpaParameters ;
67import org .springframework .data .repository .query .ParametersSource ;
7- import org .springframework .data .util .TypeInformation ;
88
99/**
1010 * @author Réda Housni Alaoui
Original file line number Diff line number Diff line change 1919 <properties >
2020 <maven .compiler.release>17</maven .compiler.release>
2121
22- <spring .data.jpa>4.0.0-RC1 </spring .data.jpa>
22+ <spring .data.jpa>4.0.0-RC2 </spring .data.jpa>
2323 <querydsl >5.1.0</querydsl >
2424
2525 <dbunit >3.0.0</dbunit >
2626 <spring-test-dbunit >1.3.0</spring-test-dbunit >
27- <spring .framework.version>7.0.0-RC2 </spring .framework.version>
28- <hibernate .version>7.1.4 .Final</hibernate .version>
27+ <spring .framework.version>7.0.0-RC3 </spring .framework.version>
28+ <hibernate .version>7.1.6 .Final</hibernate .version>
2929 <hsqldb .version>2.7.4</hsqldb .version>
3030 <assertj >3.27.6</assertj >
3131 <logback >1.5.20</logback >
32- <junit .version>6.0.0 </junit .version>
32+ <junit .version>6.0.1 </junit .version>
3333 <auto-service .version>1.1.1</auto-service .version>
3434 <git-code-format-maven-plugin .version>5.4</git-code-format-maven-plugin .version>
3535 </properties >
You can’t perform that action at this time.
0 commit comments