Skip to content

Commit 32ecbd8

Browse files
committed
Upgrade to Eclipse Expressly 5.0.0
Closes gh-39
1 parent 8ee45a3 commit 32ecbd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

grace-datastore-gorm-mongodb/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies {
1919
testImplementation "org.graceframework:grace-datastore-gorm-support:$datastoreVersion", {
2020
exclude group: "org.graceframework", module:"grace-datastore-gorm-hibernate-core"
2121
}
22-
testRuntimeOnly "org.glassfish:jakarta.el:$jakartaElVersion"
22+
testRuntimeOnly "org.glassfish.expressly:expressly:$jakartaElVersion"
2323
testRuntimeOnly "org.springframework:spring-aop"
2424
}
2525

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ datastoreVersion=2023.3.0
44
graceVersion=2024.0.0-M1
55
graceViewsVersion=6.3.0
66
groovyVersion=4.0.27
7-
jakartaElVersion=4.0.2
7+
jakartaElVersion=5.0.0
88
jansiVersion=2.4.1
99
javaParserCoreVersion=3.26.4
1010
mongodbDriverVersion=5.2.1

0 commit comments

Comments
 (0)