diff --git a/build.gradle b/build.gradle index f37b3787b3..e1e045d732 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ buildscript { // 3rd party plugin repositories can be configured in settings.gradle plugins { - id "io.spring.dependency-management" version "1.0.5.RELEASE" apply false + id "io.spring.dependency-management" version "1.0.7.RELEASE" apply false id "org.jetbrains.kotlin.jvm" version "1.2.71" apply false id "org.jetbrains.dokka" version "0.9.17" id "org.asciidoctor.convert" version "1.5.8" @@ -143,7 +143,7 @@ configure(allprojects) { project -> } checkstyle { - toolVersion = "8.19" + toolVersion = "8.20" configDir = rootProject.file("src/checkstyle") } diff --git a/spring-core/spring-core.gradle b/spring-core/spring-core.gradle index 698ec19ce1..685f18de2f 100644 --- a/spring-core/spring-core.gradle +++ b/spring-core/spring-core.gradle @@ -10,7 +10,7 @@ dependencyManagement { // spring-core includes asm and repackages cglib, inlining both into the spring-core jar. // cglib itself depends on asm and is therefore further transformed by the JarJar task to // depend on org.springframework.asm; this avoids including two different copies of asm. -def cglibVersion = "3.2.10" +def cglibVersion = "3.2.11" def objenesisVersion = "3.0.1" configurations {