Skip to content

Commit c414411

Browse files
committed
Upgrade dependencies
* switch to expected Hibernate version * upgrade log4j2 dependency
1 parent 39d97ef commit c414411

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

platform/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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")

spring-graphql/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)