Cap latest supported version for Spring Data JPA (#1522)
This commit is contained in:
parent
fd03a4b1e1
commit
f3559de4a3
|
@ -28,4 +28,6 @@ dependencies {
|
|||
// https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/1042
|
||||
latestDepTestLibrary group: 'org.hibernate', name: 'hibernate-core', version: '4.+'
|
||||
latestDepTestLibrary group: 'org.hibernate', name: 'hibernate-entitymanager', version: '4.+'
|
||||
|
||||
latestDepTestLibrary group: 'org.springframework.data', name: 'spring-data-jpa', version: '(,2.4.0)'
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue