File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
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
- <classifier >jakarta</classifier >
114
+ <version >6.10.1</version >
114
115
</dependency >
115
-
116
116
<dependency >
117
- <groupId >com .querydsl</groupId >
117
+ <groupId >io.github.openfeign .querydsl</groupId >
118
118
<artifactId >querydsl-jpa</artifactId >
119
- <version >5.0.0</version >
120
- <classifier >jakarta</classifier >
119
+ <version >6.10.1</version >
121
120
</dependency >
122
-
121
+
123
122
<dependency >
124
123
<groupId >jakarta.annotation</groupId >
125
124
<artifactId >jakarta.annotation-api</artifactId >
You can’t perform that action at this time.
0 commit comments