11buildscript {
2- ext. kotlinVersion = ' 1.3.21 '
2+ ext. kotlinVersion = ' 1.3.30 '
33 repositories {
44 maven { url ' https://repo.spring.io/plugins-release' }
55 }
@@ -15,8 +15,8 @@ plugins {
1515 id ' base'
1616 id ' project-report'
1717 id ' idea'
18- id ' org.asciidoctor.convert' version ' 1.5.9.2 '
19- id ' org.ajoberstar.grgit' version ' 3.0.0 '
18+ id ' org.asciidoctor.convert' version ' 1.5.10 '
19+ id ' org.ajoberstar.grgit' version ' 3.1.1 '
2020}
2121
2222description = ' Spring Kafka'
@@ -80,11 +80,11 @@ subprojects { subproject ->
8080 junitPlatformVersion = ' 1.4.1'
8181 kafkaVersion = ' 2.0.1'
8282 log4jVersion = ' 2.11.2'
83- mockitoVersion = ' 2.25.1 '
83+ mockitoVersion = ' 2.26.0 '
8484 scalaVersion = ' 2.11'
8585 springRetryVersion = ' 1.2.4.RELEASE'
86- springVersion = ' 5.1.6 .RELEASE'
87- springDataCommonsVersion = ' 2.1.6 .RELEASE'
86+ springVersion = ' 5.1.7 .RELEASE'
87+ springDataCommonsVersion = ' 2.1.7 .RELEASE'
8888
8989 idPrefix = ' kafka'
9090
@@ -93,7 +93,7 @@ subprojects { subproject ->
9393 eclipse. project. natures + = ' org.springframework.ide.eclipse.core.springnature'
9494
9595 jacoco {
96- toolVersion = ' 0.8.2 '
96+ toolVersion = ' 0.8.3 '
9797 }
9898
9999 // dependencies that are common across all java projects
@@ -131,7 +131,7 @@ subprojects { subproject ->
131131
132132 checkstyle {
133133 configFile = file(" ${ rootDir} /src/checkstyle/checkstyle.xml" )
134- toolVersion = " 8.18 "
134+ toolVersion = " 8.20 "
135135 }
136136
137137 jacocoTestReport {
0 commit comments