Update to Querydsl 5.0.0

Closes gh-682
This commit is contained in:
Josh Cummings
2022-08-09 11:22:30 -06:00
parent caa49063a2
commit b1de219342

View File

@@ -11,7 +11,7 @@ repositories {
mavenCentral()
}
ext.queryDslVersion = '4.0.9'
ext.queryDslVersion = '5.0.0'
dependencies {
api platform("org.springframework:spring-framework-bom:6.0.0-M5")