Upgrade dependencies
* switch to expected Hibernate version * upgrade log4j2 dependency
This commit is contained in:
@@ -19,7 +19,7 @@ dependencies {
|
||||
api(platform("org.junit:junit-bom:5.9.0"))
|
||||
api(platform("org.mockito:mockito-bom:4.8.0"))
|
||||
api(platform("org.testcontainers:testcontainers-bom:1.17.3"))
|
||||
api(platform("org.apache.logging.log4j:log4j-bom:2.18.0"))
|
||||
api(platform("org.apache.logging.log4j:log4j-bom:2.19.0"))
|
||||
|
||||
constraints {
|
||||
api("com.graphql-java:graphql-java:${graphQlJavaVersion}")
|
||||
@@ -37,7 +37,7 @@ dependencies {
|
||||
api("org.skyscreamer:jsonassert:1.5.1")
|
||||
|
||||
api("com.h2database:h2:2.1.214")
|
||||
api("org.hibernate:hibernate-core-jakarta:5.6.11.Final")
|
||||
api("org.hibernate:hibernate-core:6.1.4.Final")
|
||||
api("org.hibernate.validator:hibernate-validator:7.0.5.Final")
|
||||
api("org.mongodb:bson:4.7.1")
|
||||
api("org.mongodb:mongodb-driver-core:4.7.1")
|
||||
|
||||
@@ -44,7 +44,7 @@ dependencies {
|
||||
testImplementation 'org.springframework.data:spring-data-jpa'
|
||||
testImplementation 'io.micrometer:context-propagation'
|
||||
testImplementation 'com.h2database:h2'
|
||||
testImplementation 'org.hibernate:hibernate-core-jakarta'
|
||||
testImplementation 'org.hibernate:hibernate-core'
|
||||
testImplementation 'org.hibernate.validator:hibernate-validator'
|
||||
testImplementation 'org.springframework.data:spring-data-mongodb'
|
||||
testImplementation 'org.mongodb:mongodb-driver-sync'
|
||||
|
||||
Reference in New Issue
Block a user