Merge branch '5.3.x'

This commit is contained in:
Juergen Hoeller
2021-09-30 18:14:15 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ configure(allprojects) { project ->
entry 'log4j-jul'
entry 'log4j-slf4j-impl'
}
dependency "org.slf4j:slf4j-api:1.7.30"
dependency "org.slf4j:slf4j-api:1.7.32"
dependency("com.google.code.findbugs:findbugs:3.0.1") {
exclude group: "dom4j", name: "dom4j"
}

View File

@@ -453,7 +453,7 @@ public class ReflectUtils {
// in case of plain LinkageError (class already defined)
// or IllegalArgumentException (class in different package):
// fall through to traditional ClassLoader.defineClass below
t = ex;
t = target;
}
catch (Throwable ex) {
throw new CodeGenerationException(ex);