diff --git a/build.gradle b/build.gradle index 12fe6638..5a2b31f6 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ dependencies { implementation 'com.google.code.gson:gson:2.11.0' // jakarta is only used for annotations, we do not add it as implementation dependency on purpose to avoid forcing - // users to use jakarta jars in their project when they might not event be using JPA or JAXB at all + // users to use jakarta jars in their project when they might not even be using JPA or JAXB at all compileOnly 'jakarta.persistence:jakarta.persistence-api:3.1.0' compileOnly 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.0' compileOnly 'jakarta.validation:jakarta.validation-api:3.0.2'