We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e55e913 commit 5f5cbe4Copy full SHA for 5f5cbe4
grace-datastore-gorm/build.gradle
@@ -16,7 +16,7 @@ dependencies {
16
testImplementation("org.hibernate.validator:hibernate-validator")
17
testImplementation("jakarta.el:jakarta.el-api")
18
testImplementation("jakarta.validation:jakarta.validation-api")
19
- testRuntimeOnly("org.glassfish:jakarta.el:$elImplVersion")
+ testRuntimeOnly("org.glassfish.expressly:expressly:$expresslyVersion")
20
testRuntimeOnly("com.h2database:h2")
21
}
22
gradle.properties
@@ -1,7 +1,7 @@
1
projectVersion=2024.0.0-SNAPSHOT
2
commonsValidatorVersion=1.9.0
3
dependencyManagementPluginVersion=1.1.7
4
-elImplVersion=4.0.2
+expresslyVersion=5.0.0
5
graceVersion=2024.0.0-M1
6
groovyVersion=4.0.27
7
javaParserCoreVersion=3.26.2
0 commit comments