diff --git a/schema/build.gradle b/schema/build.gradle index 16e439de9..8b60750b6 100644 --- a/schema/build.gradle +++ b/schema/build.gradle @@ -10,7 +10,7 @@ repositories { dependencies { api 'jakarta.xml.bind:jakarta.xml.bind-api:4.0.2' api 'com.sun.xml.bind:jaxb-impl:4.0.5' - api 'com.sun.istack:istack-commons-runtime:4.1.0-M1' + api 'com.sun.istack:istack-commons-runtime:4.2.0' implementation 'org.apache.commons:commons-lang3:3.14.0' implementation 'org.projectlombok:lombok:1.18.32'