Skip to content

Commit 795dff0

Browse files
committed
Upgrade to Eclipse Expressly 5.0.0
Closes gh-121
1 parent 6848701 commit 795dff0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

grace-datastore-gorm-hibernate/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343

4444
testRuntimeOnly "org.slf4j:slf4j-simple"
4545
testRuntimeOnly "org.slf4j:jcl-over-slf4j"
46-
testRuntimeOnly "org.glassfish:jakarta.el:$jakartaElVersion"
46+
testRuntimeOnly "org.glassfish.expressly:expressly:$jakartaElImplVersion"
4747
// The groovydoc task needs the Hibernate 4.x jars in the classpath
4848
documentation("org.hibernate:hibernate-core-jakarta:${hibernateCoreVersion}")
4949
}

grace-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies {
4343
testRuntimeOnly "org.apache.tomcat:tomcat-jdbc"
4444
testRuntimeOnly "org.springframework:spring-aop"
4545
testRuntimeOnly "org.springframework:spring-expression"
46-
testRuntimeOnly "org.glassfish:jakarta.el:$jakartaElVersion"
46+
testRuntimeOnly "org.glassfish.expressly:expressly:$jakartaElImplVersion"
4747
}
4848

4949
groovydoc.classpath += configurations.documentation

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ graceVersion=2024.0.0-M1
44
groovyVersion=4.0.27
55
hibernateCoreVersion=5.6.15.Final
66
hibernateValidatorVersion=8.0.2.Final
7-
jakartaElVersion=4.0.2
7+
jakartaElImplVersion=5.0.0
88
jansiVersion=2.4.1
99
javaParserCoreVersion=3.26.4
1010
javassistVersion=3.30.2-GA

0 commit comments

Comments
 (0)