Skip to content

Commit

Permalink
Bump querydsl from 5.0.0 to 5.1.0
Browse files Browse the repository at this point in the history
Bumps `querydsl` from 5.0.0 to 5.1.0.

Updates `com.querydsl:querydsl-apt` from 5.0.0 to 5.1.0

Updates `com.querydsl:querydsl-jpa` from 5.0.0 to 5.1.0

---
updated-dependencies:
- dependency-name: com.querydsl:querydsl-apt
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.querydsl:querydsl-jpa
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 5, 2024
1 parent e5c46d6 commit 0b9d8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<maven.compiler.release>17</maven.compiler.release>

<spring.data.jpa>3.2.1</spring.data.jpa>
<querydsl>5.0.0</querydsl>
<querydsl>5.1.0</querydsl>

<dbunit>2.7.3</dbunit>
<spring-test-dbunit>1.3.0</spring-test-dbunit>
Expand Down

0 comments on commit 0b9d8a6

Please sign in to comment.