File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ buildscript {
10
10
11
11
// 3rd party plugin repositories can be configured in settings.gradle
12
12
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
14
14
id " org.jetbrains.kotlin.jvm" version " 1.2.71" apply false
15
15
id " org.jetbrains.dokka" version " 0.9.17"
16
16
id " org.asciidoctor.convert" version " 1.5.8"
@@ -143,7 +143,7 @@ configure(allprojects) { project ->
143
143
}
144
144
145
145
checkstyle {
146
- toolVersion = " 8.19 "
146
+ toolVersion = " 8.20 "
147
147
configDir = rootProject. file(" src/checkstyle" )
148
148
}
149
149
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencyManagement {
10
10
// spring-core includes asm and repackages cglib, inlining both into the spring-core jar.
11
11
// cglib itself depends on asm and is therefore further transformed by the JarJar task to
12
12
// 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 "
14
14
def objenesisVersion = " 3.0.1"
15
15
16
16
configurations {
You can’t perform that action at this time.
0 commit comments