File tree Expand file tree Collapse file tree 3 files changed +6
-22
lines changed Expand file tree Collapse file tree 3 files changed +6
-22
lines changed Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.cosium.spring.data</groupId >
77 <artifactId >spring-data-jpa-entity-graph-parent</artifactId >
8- <version >3.0.2 -SNAPSHOT</version >
8+ <version >3.1.0 -SNAPSHOT</version >
99 </parent >
1010
1111 <name >Spring Data JPA EntityGraph</name >
106106
107107 <build >
108108 <plugins >
109- <plugin >
110- <groupId >com.mysema.maven</groupId >
111- <artifactId >apt-maven-plugin</artifactId >
112- <version >1.1.3</version >
113- <executions >
114- <execution >
115- <goals >
116- <goal >test-process</goal >
117- </goals >
118- <configuration >
119- <outputDirectory >target/generated-test-sources/test-annotations</outputDirectory >
120- <processor >com.querydsl.apt.jpa.JPAAnnotationProcessor</processor >
121- </configuration >
122- </execution >
123- </executions >
124- </plugin >
125109 <plugin >
126110 <groupId >org.apache.maven.plugins</groupId >
127111 <artifactId >maven-jar-plugin</artifactId >
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >com.cosium.spring.data</groupId >
77 <artifactId >spring-data-jpa-entity-graph-parent</artifactId >
8- <version >3.0.2 -SNAPSHOT</version >
8+ <version >3.1.0 -SNAPSHOT</version >
99 </parent >
1010
1111 <name >Spring Data JPA EntityGraph Generator</name >
Original file line number Diff line number Diff line change 88
99 <groupId >com.cosium.spring.data</groupId >
1010 <artifactId >spring-data-jpa-entity-graph-parent</artifactId >
11- <version >3.0.2 -SNAPSHOT</version >
11+ <version >3.1.0 -SNAPSHOT</version >
1212 <packaging >pom</packaging >
1313
1414 <modules >
2020 <maven .compiler.source>17</maven .compiler.source>
2121 <maven .compiler.target>17</maven .compiler.target>
2222
23- <spring .data.jpa>3.0.5 </spring .data.jpa>
23+ <spring .data.jpa>3.1.3 </spring .data.jpa>
2424 <querydsl >5.0.0</querydsl >
2525
2626 <dbunit >2.7.3</dbunit >
2727 <spring-test-dbunit >1.3.0</spring-test-dbunit >
2828 <spring .framework.version>6.0.11</spring .framework.version>
29- <hibernate .version>6.1.5 .Final</hibernate .version>
29+ <hibernate .version>6.2.7 .Final</hibernate .version>
3030 <hsqldb .version>2.7.2</hsqldb .version>
3131 <assertj >3.24.2</assertj >
3232 <logback >1.4.11</logback >
4040 <dependency >
4141 <groupId >jakarta.persistence</groupId >
4242 <artifactId >jakarta.persistence-api</artifactId >
43- <version >3.0 .0</version >
43+ <version >3.1 .0</version >
4444 </dependency >
4545 <dependency >
4646 <groupId >org.springframework.data</groupId >
You can’t perform that action at this time.
0 commit comments