Skip to content

Commit ef19a4f

Browse files
author
Piotr Kubicki
committed
fix: bump query dsl version
1 parent e1cec20 commit ef19a4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,15 @@
6565
<dependency>
6666
<groupId>com.querydsl</groupId>
6767
<artifactId>querydsl-apt</artifactId>
68-
<version>5.0.0</version>
68+
<version>5.1.0</version>
6969
<classifier>jakarta</classifier>
7070
<scope>provided</scope>
7171
</dependency>
7272
<dependency>
7373
<groupId>com.querydsl</groupId>
7474
<artifactId>querydsl-jpa</artifactId>
7575
<classifier>jakarta</classifier>
76-
<version>5.0.0</version>
76+
<version>5.1.0</version>
7777
</dependency>
7878
</dependencies>
7979

0 commit comments

Comments
 (0)