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 5
5
<parent >
6
6
<groupId >com.cosium.spring.data</groupId >
7
7
<artifactId >spring-data-jpa-entity-graph-parent</artifactId >
8
- <version >3.0.2 -SNAPSHOT</version >
8
+ <version >3.1.0 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<name >Spring Data JPA EntityGraph</name >
106
106
107
107
<build >
108
108
<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 >
125
109
<plugin >
126
110
<groupId >org.apache.maven.plugins</groupId >
127
111
<artifactId >maven-jar-plugin</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >com.cosium.spring.data</groupId >
7
7
<artifactId >spring-data-jpa-entity-graph-parent</artifactId >
8
- <version >3.0.2 -SNAPSHOT</version >
8
+ <version >3.1.0 -SNAPSHOT</version >
9
9
</parent >
10
10
11
11
<name >Spring Data JPA EntityGraph Generator</name >
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.cosium.spring.data</groupId >
10
10
<artifactId >spring-data-jpa-entity-graph-parent</artifactId >
11
- <version >3.0.2 -SNAPSHOT</version >
11
+ <version >3.1.0 -SNAPSHOT</version >
12
12
<packaging >pom</packaging >
13
13
14
14
<modules >
20
20
<maven .compiler.source>17</maven .compiler.source>
21
21
<maven .compiler.target>17</maven .compiler.target>
22
22
23
- <spring .data.jpa>3.0.5 </spring .data.jpa>
23
+ <spring .data.jpa>3.1.3 </spring .data.jpa>
24
24
<querydsl >5.0.0</querydsl >
25
25
26
26
<dbunit >2.7.3</dbunit >
27
27
<spring-test-dbunit >1.3.0</spring-test-dbunit >
28
28
<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>
30
30
<hsqldb .version>2.7.2</hsqldb .version>
31
31
<assertj >3.24.2</assertj >
32
32
<logback >1.4.11</logback >
40
40
<dependency >
41
41
<groupId >jakarta.persistence</groupId >
42
42
<artifactId >jakarta.persistence-api</artifactId >
43
- <version >3.0 .0</version >
43
+ <version >3.1 .0</version >
44
44
</dependency >
45
45
<dependency >
46
46
<groupId >org.springframework.data</groupId >
You can’t perform that action at this time.
0 commit comments