Skip to content

Commit

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

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and jzheaux committed Feb 13, 2025
1 parent b5844d6 commit cba713b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
mavenCentral()
}

ext.queryDslVersion = '5.0.0'
ext.queryDslVersion = '5.1.0'

dependencies {
if (project.hasProperty("isOverrideVersionCatalog")) {
Expand Down

0 comments on commit cba713b

Please sign in to comment.