File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed
spring-kafka/src/test/java/org/springframework/kafka/retrytopic Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -50,24 +50,24 @@ ext {
50
50
files(grgit. status(). unstaged. modified). filter{ f -> f. name. endsWith(' .java' ) || f. name. endsWith(' .kt' ) }
51
51
}
52
52
53
- assertjVersion = ' 3.21 .0'
54
- awaitilityVersion = ' 4.1.1 '
53
+ assertjVersion = ' 3.22 .0'
54
+ awaitilityVersion = ' 4.2.0 '
55
55
googleJsr305Version = ' 3.0.2'
56
56
hamcrestVersion = ' 2.2'
57
57
hibernateValidationVersion = ' 6.2.3.Final'
58
- jacksonBomVersion = ' 2.13.2.20220328 '
58
+ jacksonBomVersion = ' 2.13.2.1 '
59
59
jaywayJsonPathVersion = ' 2.6.0'
60
60
junit4Version = ' 4.13.2'
61
61
junitJupiterVersion = ' 5.8.2'
62
62
kafkaVersion = ' 3.1.0'
63
63
log4jVersion = ' 2.17.2'
64
- micrometerVersion = ' 1.9.0-M4 '
65
- mockitoVersion = ' 4.0 .0'
66
- reactorVersion = ' 2020.0.17 '
64
+ micrometerVersion = ' 1.9.0-RC1 '
65
+ mockitoVersion = ' 4.5 .0'
66
+ reactorVersion = ' 2020.0.18 '
67
67
scalaVersion = ' 2.13'
68
- springBootVersion = ' 2.5.10 ' // docs module
69
- springDataVersion = ' 2021.1.3 '
70
- springRetryVersion = ' 1.3.2 '
68
+ springBootVersion = ' 2.6.7 ' // docs module
69
+ springDataVersion = ' 2021.2.0-RC1 '
70
+ springRetryVersion = ' 1.3.3 '
71
71
springVersion = ' 5.3.19'
72
72
zookeeperVersion = ' 3.6.3'
73
73
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ class RetryTopicInternalBeanNamesTests {
45
45
46
46
static final String DEFAULT_KAFKA_TEMPLATE_BEAN_NAME = "retryTopicDefaultKafkaTemplate" ;
47
47
48
+ @ SuppressWarnings ("deprecation" )
48
49
@ Test
49
50
public void assertRetryTopicInternalBeanNamesConstants () {
50
51
new RetryTopicInternalBeanNames () { }; // for coverage
You can’t perform that action at this time.
0 commit comments