Fix spring-orm tests with eclipselink and Java 18+

See gh-31078
This commit is contained in:
Dmitrii Bocharov
2023-08-20 23:00:44 +02:00
committed by Stéphane Nicoll
parent a33791e2b8
commit ce778cee27
4 changed files with 1 additions and 10 deletions

View File

@@ -116,7 +116,7 @@ dependencies {
api("org.crac:crac:1.4.0")
api("org.dom4j:dom4j:2.1.4")
api("org.eclipse.jetty:jetty-reactive-httpclient:4.0.0")
api("org.eclipse.persistence:org.eclipse.persistence.jpa:3.0.3")
api("org.eclipse.persistence:org.eclipse.persistence.jpa:4.0.2")
api("org.eclipse:yasson:2.0.4")
api("org.ehcache:ehcache:3.10.8")
api("org.ehcache:jcache:1.0.1")