Skip to content

Commit a5950ca

Browse files
committed
Polish "Fix spring-orm tests with eclipselink and Java 18+"
We can't upgrade to Eclipselink 4 as it would change the baseline that this generation uses. However, there is a recent release in the current line that adds compatibility with recent JDKs. See gh-31078
1 parent ce778ce commit a5950ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework-platform/framework-platform.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ dependencies {
116116
api("org.crac:crac:1.4.0")
117117
api("org.dom4j:dom4j:2.1.4")
118118
api("org.eclipse.jetty:jetty-reactive-httpclient:4.0.0")
119-
api("org.eclipse.persistence:org.eclipse.persistence.jpa:4.0.2")
119+
api("org.eclipse.persistence:org.eclipse.persistence.jpa:3.0.4-RC1")
120120
api("org.eclipse:yasson:2.0.4")
121121
api("org.ehcache:ehcache:3.10.8")
122122
api("org.ehcache:jcache:1.0.1")

0 commit comments

Comments
 (0)