File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed
spring-kafka/src/test/java/org/springframework/kafka/annotation Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -55,21 +55,21 @@ ext {
55
55
files(grgit. status(). unstaged. modified). filter{ f -> f. name. endsWith(' .java' ) || f. name. endsWith(' .kt' ) }
56
56
}
57
57
58
- assertjVersion = ' 3.21 .0'
59
- awaitilityVersion = ' 4.1.1 '
58
+ assertjVersion = ' 3.22 .0'
59
+ awaitilityVersion = ' 4.2.0 '
60
60
googleJsr305Version = ' 3.0.2'
61
61
hamcrestVersion = ' 2.2'
62
- hibernateValidationVersion = ' 6.2.3 .Final'
63
- jacksonBomVersion = ' 2.13.2.20220328 '
62
+ hibernateValidationVersion = ' 7.0.4 .Final'
63
+ jacksonBomVersion = ' 2.13.3 '
64
64
jaywayJsonPathVersion = ' 2.6.0'
65
65
junit4Version = ' 4.13.2'
66
66
junitJupiterVersion = ' 5.8.2'
67
67
kafkaVersion = ' 3.2.0'
68
68
log4jVersion = ' 2.17.2'
69
- micrometerVersion = ' 1.10.0-SNAPSHOT '
70
- micrometerTracingVersion = ' 1.0.0-SNAPSHOT '
71
- mockitoVersion = ' 4.0.0 '
72
- reactorVersion = ' 2020.0.18 '
69
+ micrometerVersion = ' 1.10.0-M2 '
70
+ micrometerTracingVersion = ' 1.0.0-M5 '
71
+ mockitoVersion = ' 4.5.1 '
72
+ reactorVersion = ' 2020.0.19 '
73
73
scalaVersion = ' 2.13'
74
74
springBootVersion = ' 2.6.7' // docs module
75
75
springDataVersion = ' 2022.0.0-M4'
Original file line number Diff line number Diff line change 47
47
import java .util .concurrent .atomic .AtomicReference ;
48
48
import java .util .stream .Collectors ;
49
49
50
- import javax .validation .Valid ;
51
- import javax .validation .constraints .Max ;
52
-
53
50
import org .aopalliance .intercept .MethodInterceptor ;
54
51
import org .aopalliance .intercept .MethodInvocation ;
55
52
import org .apache .commons .logging .Log ;
159
156
import io .micrometer .core .instrument .ImmutableTag ;
160
157
import io .micrometer .core .instrument .MeterRegistry ;
161
158
import io .micrometer .core .instrument .simple .SimpleMeterRegistry ;
159
+ import jakarta .validation .Valid ;
160
+ import jakarta .validation .constraints .Max ;
162
161
163
162
/**
164
163
* @author Gary Russell
You can’t perform that action at this time.
0 commit comments