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 {
1919 api(platform(" org.junit:junit-bom:5.9.0" ))
2020 api(platform(" org.mockito:mockito-bom:4.8.0" ))
2121 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" ))
2323
2424 constraints {
2525 api(" com.graphql-java:graphql-java:${ graphQlJavaVersion} " )
@@ -37,7 +37,7 @@ dependencies {
3737 api(" org.skyscreamer:jsonassert:1.5.1" )
3838
3939 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" )
4141 api(" org.hibernate.validator:hibernate-validator:7.0.5.Final" )
4242 api(" org.mongodb:bson:4.7.1" )
4343 api(" org.mongodb:mongodb-driver-core:4.7.1" )
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ dependencies {
4444 testImplementation ' org.springframework.data:spring-data-jpa'
4545 testImplementation ' io.micrometer:context-propagation'
4646 testImplementation ' com.h2database:h2'
47- testImplementation ' org.hibernate:hibernate-core-jakarta '
47+ testImplementation ' org.hibernate:hibernate-core'
4848 testImplementation ' org.hibernate.validator:hibernate-validator'
4949 testImplementation ' org.springframework.data:spring-data-mongodb'
5050 testImplementation ' org.mongodb:mongodb-driver-sync'
You can’t perform that action at this time.
0 commit comments