File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -42,19 +42,19 @@ ext {
42
42
googleJsr305Version = ' 3.0.2'
43
43
hamcrestVersion = ' 2.2'
44
44
hibernateValidationVersion = ' 6.0.21.Final'
45
- jacksonVersion = ' 2.10.5'
45
+ jacksonBomVersion = ' 2.10.5.20201202 '
46
46
jaywayJsonPathVersion = ' 2.4.0'
47
47
junit4Version = ' 4.13.1'
48
48
junitJupiterVersion = ' 5.5.2'
49
49
kafkaVersion = ' 2.3.1'
50
50
log4jVersion = ' 2.12.1'
51
- micrometerVersion = ' 1.3.15 '
51
+ micrometerVersion = ' 1.3.16 '
52
52
mockitoVersion = ' 3.1.0'
53
- reactorVersion = ' Dysprosium-SR13 '
53
+ reactorVersion = ' Dysprosium-SR15 '
54
54
scalaVersion = ' 2.12'
55
55
springRetryVersion = ' 1.2.5.RELEASE'
56
- springVersion = ' 5 .2.10 .RELEASE'
57
- springDataCommonsVersion = ' 2 .2.11 .RELEASE'
56
+ springDataCommonsVersion = ' 2 .2.12 .RELEASE'
57
+ springVersion = ' 5 .2.12 .RELEASE'
58
58
59
59
idPrefix = ' kafka'
60
60
}
@@ -79,7 +79,7 @@ allprojects {
79
79
}
80
80
81
81
imports {
82
- mavenBom " com.fasterxml.jackson:jackson-bom:$j acksonVersion "
82
+ mavenBom " com.fasterxml.jackson:jackson-bom:$j acksonBomVersion "
83
83
mavenBom " org.junit:junit-bom:$junitJupiterVersion "
84
84
mavenBom " org.springframework:spring-framework-bom:$springVersion "
85
85
mavenBom " io.projectreactor:reactor-bom:$reactorVersion "
You can’t perform that action at this time.
0 commit comments