Skip to content

Commit d3f2e2f

Browse files
Bump querydslVersion from 4.1.3 to 4.2.1
Bumps `querydslVersion` from 4.1.3 to 4.2.1. Updates `querydsl-apt` from 4.1.3 to 4.2.1 Updates `querydsl-jpa` from 4.1.3 to 4.2.1 Signed-off-by: dependabot[bot] <[email protected]>
1 parent 08807db commit d3f2e2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SpringBootQueryDsl/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ task generateQueryDSL(type: JavaCompile, group: 'build') {
6060
compileTestJava.dependsOn(generateQueryDSL)
6161

6262
dependencies {
63-
def querydslVersion = "4.1.3"
63+
def querydslVersion = "4.2.1"
6464

6565
compile('org.springframework.boot:spring-boot-starter-data-jpa')
6666
runtime('com.h2database:h2')

0 commit comments

Comments
 (0)