File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -53,19 +53,19 @@ ext {
53
53
googleJsr305Version = ' 3.0.2'
54
54
hamcrestVersion = ' 2.2'
55
55
hibernateValidationVersion = ' 6.1.6.Final'
56
- jacksonVersion = ' 2.12.0'
56
+ jacksonBomVersion = ' 2.12.0'
57
57
jaywayJsonPathVersion = ' 2.4.0'
58
58
junit4Version = ' 4.13.1'
59
59
junitJupiterVersion = ' 5.7.0'
60
60
kafkaVersion = ' 2.7.0'
61
61
log4jVersion = ' 2.14.0'
62
62
micrometerVersion = ' 1.6.1'
63
63
mockitoVersion = ' 3.6.28'
64
- reactorVersion = ' 2020.0.1 '
64
+ reactorVersion = ' 2020.0.2 '
65
65
scalaVersion = ' 2.13'
66
- springDataVersion = ' 2021.0.0-SNAPSHOT '
66
+ springDataVersion = ' 2021.0.0-M1 '
67
67
springRetryVersion = ' 1.3.0'
68
- springVersion = ' 5.3.1 '
68
+ springVersion = ' 5.3.2 '
69
69
70
70
idPrefix = ' kafka'
71
71
}
@@ -90,7 +90,7 @@ allprojects {
90
90
}
91
91
92
92
imports {
93
- mavenBom " com.fasterxml.jackson:jackson-bom:$j acksonVersion "
93
+ mavenBom " com.fasterxml.jackson:jackson-bom:$j acksonBomVersion "
94
94
mavenBom " org.junit:junit-bom:$junitJupiterVersion "
95
95
mavenBom " org.springframework:spring-framework-bom:$springVersion "
96
96
mavenBom " io.projectreactor:reactor-bom:$reactorVersion "
You can’t perform that action at this time.
0 commit comments