Skip to content

Commit a8f845c

Browse files
committed
Upgrade to Checkstyle 8.20 and CGLIB 3.2.11
Includes dependency management plugin 1.0.7.
1 parent 90d4e90 commit a8f845c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010

1111
// 3rd party plugin repositories can be configured in settings.gradle
1212
plugins {
13-
id "io.spring.dependency-management" version "1.0.5.RELEASE" apply false
13+
id "io.spring.dependency-management" version "1.0.7.RELEASE" apply false
1414
id "org.jetbrains.kotlin.jvm" version "1.2.71" apply false
1515
id "org.jetbrains.dokka" version "0.9.17"
1616
id "org.asciidoctor.convert" version "1.5.8"
@@ -143,7 +143,7 @@ configure(allprojects) { project ->
143143
}
144144

145145
checkstyle {
146-
toolVersion = "8.19"
146+
toolVersion = "8.20"
147147
configDir = rootProject.file("src/checkstyle")
148148
}
149149

spring-core/spring-core.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencyManagement {
1010
// spring-core includes asm and repackages cglib, inlining both into the spring-core jar.
1111
// cglib itself depends on asm and is therefore further transformed by the JarJar task to
1212
// depend on org.springframework.asm; this avoids including two different copies of asm.
13-
def cglibVersion = "3.2.10"
13+
def cglibVersion = "3.2.11"
1414
def objenesisVersion = "3.0.1"
1515

1616
configurations {

0 commit comments

Comments
 (0)