diff --git a/build.gradle b/build.gradle index 0ccfa48..feeeb98 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ repositories { dependencies { implementation 'org.jetbrains:annotations:22.0.0' - implementation "de.cyklon:ReflectionUtils:1.1.1" + implementation "de.cyklon:ReflectionUtils:1.1.2" testImplementation platform('org.junit:junit-bom:5.9.1') testImplementation 'org.junit.jupiter:junit-jupiter'