Cap latest supported version for Spring Data JPA (#1522)

This commit is contained in:
Nikita Salnikov-Tarnovski 2020-10-29 10:24:27 +02:00 committed by GitHub
parent fd03a4b1e1
commit f3559de4a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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)'
}