diff --git a/build.gradle b/build.gradle index 3ea749d7..7c54735e 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ repositories { dependencies { api 'org.jooq:jooq-codegen:3.19.1' - runtimeOnly 'org.glassfish.jaxb:jaxb-core:3.0.2' + runtimeOnly 'org.glassfish.jaxb:jaxb-core:4.0.5' runtimeOnly 'org.glassfish.jaxb:jaxb-runtime:3.0.2' testImplementation 'com.h2database:h2:2.2.224'