diff --git a/schema/build.gradle b/schema/build.gradle index ac34da926..4318061b8 100644 --- a/schema/build.gradle +++ b/schema/build.gradle @@ -12,7 +12,7 @@ dependencies { api 'com.sun.xml.bind:jaxb-impl:4.0.5' api 'com.sun.istack:istack-commons-runtime:4.2.0' - implementation 'org.apache.commons:commons-lang3:3.19.0' + implementation 'org.apache.commons:commons-lang3:3.20.0' implementation 'org.projectlombok:lombok:1.18.36' testImplementation(platform('org.junit:junit-bom:5.13.4')) testImplementation 'org.junit.jupiter:junit-jupiter'