File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ dependencies {
19
19
api(platform(" org.junit:junit-bom:5.9.0" ))
20
20
api(platform(" org.mockito:mockito-bom:4.8.0" ))
21
21
api(platform(" org.testcontainers:testcontainers-bom:1.17.3" ))
22
- api(platform(" org.apache.logging.log4j:log4j-bom:2.18 .0" ))
22
+ api(platform(" org.apache.logging.log4j:log4j-bom:2.19 .0" ))
23
23
24
24
constraints {
25
25
api(" com.graphql-java:graphql-java:${ graphQlJavaVersion} " )
@@ -37,7 +37,7 @@ dependencies {
37
37
api(" org.skyscreamer:jsonassert:1.5.1" )
38
38
39
39
api(" com.h2database:h2:2.1.214" )
40
- api(" org.hibernate:hibernate-core-jakarta:5.6.11 .Final" )
40
+ api(" org.hibernate:hibernate-core:6.1.4 .Final" )
41
41
api(" org.hibernate.validator:hibernate-validator:7.0.5.Final" )
42
42
api(" org.mongodb:bson:4.7.1" )
43
43
api(" org.mongodb:mongodb-driver-core:4.7.1" )
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ dependencies {
44
44
testImplementation ' org.springframework.data:spring-data-jpa'
45
45
testImplementation ' io.micrometer:context-propagation'
46
46
testImplementation ' com.h2database:h2'
47
- testImplementation ' org.hibernate:hibernate-core-jakarta '
47
+ testImplementation ' org.hibernate:hibernate-core'
48
48
testImplementation ' org.hibernate.validator:hibernate-validator'
49
49
testImplementation ' org.springframework.data:spring-data-mongodb'
50
50
testImplementation ' org.mongodb:mongodb-driver-sync'
You can’t perform that action at this time.
0 commit comments