Pin hibernate version in spring data latest dep tests (#9366)
This commit is contained in:
parent
d20b357c3d
commit
323be549f5
|
@ -18,6 +18,8 @@ dependencies {
|
|||
testImplementation("org.springframework.data:spring-data-jpa:3.0.0")
|
||||
|
||||
springAgent("org.springframework:spring-instrument:6.0.7")
|
||||
|
||||
latestDepTestLibrary("org.hibernate:hibernate-core:6.2.+")
|
||||
}
|
||||
|
||||
otelJava {
|
||||
|
|
|
@ -15,6 +15,8 @@ dependencies {
|
|||
testLibrary("org.springframework:spring-test:6.0.0")
|
||||
|
||||
testImplementation("org.hsqldb:hsqldb:2.0.0")
|
||||
|
||||
latestDepTestLibrary("org.hibernate.orm:hibernate-core:6.2.+")
|
||||
}
|
||||
|
||||
otelJava {
|
||||
|
|
Loading…
Reference in New Issue