File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 106
106
<artifactId >hibernate-core</artifactId >
107
107
<version >6.1.4.Final</version >
108
108
</dependency >
109
+
110
+ <!-- QueryDSL -->
109
111
<dependency >
110
- <groupId >com .querydsl</groupId >
112
+ <groupId >io.github.openfeign .querydsl</groupId >
111
113
<artifactId >querydsl-apt</artifactId >
112
- <version >5.0.0</version >
113
114
<classifier >jakarta</classifier >
115
+ <version >6.10.1</version >
114
116
</dependency >
115
-
116
117
<dependency >
117
- <groupId >com .querydsl</groupId >
118
+ <groupId >io.github.openfeign .querydsl</groupId >
118
119
<artifactId >querydsl-jpa</artifactId >
119
- <version >5.0.0</version >
120
- <classifier >jakarta</classifier >
120
+ <version >6.10.1</version >
121
121
</dependency >
122
-
122
+
123
123
<dependency >
124
124
<groupId >jakarta.annotation</groupId >
125
125
<artifactId >jakarta.annotation-api</artifactId >
You can’t perform that action at this time.
0 commit comments