Skip to content

Commit 5f5cbe4

Browse files
committed
Upgrade to Eclipse Expressly 5.0.0
Closes gh-69
1 parent e55e913 commit 5f5cbe4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

grace-datastore-gorm/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ dependencies {
1616
testImplementation("org.hibernate.validator:hibernate-validator")
1717
testImplementation("jakarta.el:jakarta.el-api")
1818
testImplementation("jakarta.validation:jakarta.validation-api")
19-
testRuntimeOnly("org.glassfish:jakarta.el:$elImplVersion")
19+
testRuntimeOnly("org.glassfish.expressly:expressly:$expresslyVersion")
2020
testRuntimeOnly("com.h2database:h2")
2121
}
2222

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
projectVersion=2024.0.0-SNAPSHOT
22
commonsValidatorVersion=1.9.0
33
dependencyManagementPluginVersion=1.1.7
4-
elImplVersion=4.0.2
4+
expresslyVersion=5.0.0
55
graceVersion=2024.0.0-M1
66
groovyVersion=4.0.27
77
javaParserCoreVersion=3.26.2

0 commit comments

Comments
 (0)