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 @@ -51,19 +51,19 @@ ext {
51
51
googleJsr305Version = ' 3.0.2'
52
52
hamcrestVersion = ' 2.2'
53
53
hibernateValidationVersion = ' 6.0.21.Final'
54
- jacksonVersion = ' 2.10.5'
54
+ jacksonBomVersion = ' 2.10.5.20201202 '
55
55
jaywayJsonPathVersion = ' 2.4.0'
56
56
junit4Version = ' 4.13.1'
57
57
junitJupiterVersion = ' 5.5.2'
58
58
kafkaVersion = ' 2.4.1'
59
59
log4jVersion = ' 2.12.1'
60
- micrometerVersion = ' 1.3.15 '
60
+ micrometerVersion = ' 1.3.16 '
61
61
mockitoVersion = ' 3.1.0'
62
- reactorVersion = ' Dysprosium-SR13 '
62
+ reactorVersion = ' Dysprosium-SR15 '
63
63
scalaVersion = ' 2.12'
64
64
springRetryVersion = ' 1.2.5.RELEASE'
65
- springVersion = ' 5 .2.10 .RELEASE'
66
- springDataCommonsVersion = ' 2 .2.11 .RELEASE'
65
+ springDataCommonsVersion = ' 2 .2.12 .RELEASE'
66
+ springVersion = ' 5 .2.12 .RELEASE'
67
67
68
68
idPrefix = ' kafka'
69
69
}
@@ -88,7 +88,7 @@ allprojects {
88
88
}
89
89
90
90
imports {
91
- mavenBom " com.fasterxml.jackson:jackson-bom:$j acksonVersion "
91
+ mavenBom " com.fasterxml.jackson:jackson-bom:$j acksonBomVersion "
92
92
mavenBom " org.junit:junit-bom:$junitJupiterVersion "
93
93
mavenBom " org.springframework:spring-framework-bom:$springVersion "
94
94
mavenBom " io.projectreactor:reactor-bom:$reactorVersion "
You can’t perform that action at this time.
0 commit comments