|
1 | 1 | buildscript {
|
2 |
| - ext.kotlinVersion = '1.3.40' |
| 2 | + ext.kotlinVersion = '1.3.50' |
3 | 3 | repositories {
|
4 | 4 | maven { url 'https://repo.spring.io/plugins-release' }
|
5 | 5 | }
|
@@ -37,23 +37,23 @@ ext {
|
37 | 37 | modifiedFiles =
|
38 | 38 | files(grgit.status().unstaged.modified).filter{ f -> f.name.endsWith('.java') || f.name.endsWith('.kt') }
|
39 | 39 |
|
40 |
| - assertjVersion = '3.12.2' |
| 40 | + assertjVersion = '3.13.2' |
41 | 41 | googleJsr305Version = '3.0.2'
|
42 | 42 | hamcrestVersion = '1.3'
|
43 |
| - hibernateValidationVersion = '6.0.16.Final' |
| 43 | + hibernateValidationVersion = '6.0.17.Final' |
44 | 44 | jacksonVersion = '2.9.9.20190807'
|
45 | 45 | jaywayJsonPathVersion = '2.4.0'
|
46 | 46 | junit4Version = '4.12'
|
47 | 47 | junitJupiterVersion = '5.5.1'
|
48 | 48 | junitPlatformVersion = '1.5.1'
|
49 | 49 | kafkaVersion = '2.3.0'
|
50 |
| - log4jVersion = '2.12.0' |
| 50 | + log4jVersion = '2.12.1' |
51 | 51 | mockitoVersion = '3.0.0'
|
52 |
| - reactorVersion = '3.3.0.BUILD-SNAPSHOT' |
| 52 | + reactorVersion = '3.3.0.RC1' |
53 | 53 | reactorKafkaVersion = '1.1.1.RELEASE'
|
54 | 54 | scalaVersion = '2.12'
|
55 | 55 | springRetryVersion = '1.2.4.RELEASE'
|
56 |
| - springVersion = '5.2.0.BUILD-SNAPSHOT' |
| 56 | + springVersion = '5.2.0.RC2' |
57 | 57 | springDataCommonsVersion = '2.2.0.BUILD-SNAPSHOT'
|
58 | 58 |
|
59 | 59 | idPrefix = 'kafka'
|
@@ -113,7 +113,7 @@ subprojects { subproject ->
|
113 | 113 | eclipse.project.natures += 'org.springframework.ide.eclipse.core.springnature'
|
114 | 114 |
|
115 | 115 | jacoco {
|
116 |
| - toolVersion = '0.8.3' |
| 116 | + toolVersion = '0.8.4' |
117 | 117 | }
|
118 | 118 |
|
119 | 119 | // dependencies that are common across all java projects
|
@@ -148,7 +148,7 @@ subprojects { subproject ->
|
148 | 148 |
|
149 | 149 | checkstyle {
|
150 | 150 | configFile = file("${rootDir}/src/checkstyle/checkstyle.xml")
|
151 |
| - toolVersion = "8.21" |
| 151 | + toolVersion = "8.24" |
152 | 152 | }
|
153 | 153 |
|
154 | 154 | jacocoTestReport {
|
|
0 commit comments