diff --git a/build.gradle b/build.gradle index deeee69..53a305e 100644 --- a/build.gradle +++ b/build.gradle @@ -46,6 +46,7 @@ dependencies { } implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.18.2' + implementation('org.hibernate:hibernate-core:5.4.18.Final') hello("com.apollographql.apollo3:apollo-runtime:3.8.2") hello("com.squareup.okhttp3:okhttp:4.11.0")