Skip to content

Commit 001b479

Browse files
committed
Use QueryDSL from io.github.openfeign instead of com.querydsl
1 parent 4a9653b commit 001b479

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -106,20 +106,20 @@
106106
<artifactId>hibernate-core</artifactId>
107107
<version>6.1.4.Final</version>
108108
</dependency>
109+
110+
<!-- QueryDSL -->
109111
<dependency>
110-
<groupId>com.querydsl</groupId>
112+
<groupId>io.github.openfeign.querydsl</groupId>
111113
<artifactId>querydsl-apt</artifactId>
112-
<version>5.0.0</version>
113114
<classifier>jakarta</classifier>
115+
<version>6.10.1</version>
114116
</dependency>
115-
116117
<dependency>
117-
<groupId>com.querydsl</groupId>
118+
<groupId>io.github.openfeign.querydsl</groupId>
118119
<artifactId>querydsl-jpa</artifactId>
119-
<version>5.0.0</version>
120-
<classifier>jakarta</classifier>
120+
<version>6.10.1</version>
121121
</dependency>
122-
122+
123123
<dependency>
124124
<groupId>jakarta.annotation</groupId>
125125
<artifactId>jakarta.annotation-api</artifactId>

0 commit comments

Comments
 (0)