File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 77
77
<guava .version>30.1.1-jre</guava .version>
78
78
<guava-retrying .version>2.0.0</guava-retrying .version>
79
79
<caffeine .version>2.6.2</caffeine .version>
80
+ <junit .jupiter.version>5.7.2</junit .jupiter.version>
80
81
<h2 .version>1.4.196</h2 .version>
81
82
<mockito .version>4.3.1</mockito .version>
82
83
</properties >
101
102
<dependency >
102
103
<groupId >org.junit.jupiter</groupId >
103
104
<artifactId >junit-jupiter</artifactId >
104
- <version >5.7.2</version >
105
- <scope >test</scope >
106
- </dependency >
107
- <dependency >
108
- <groupId >org.junit.jupiter</groupId >
109
- <artifactId >junit-jupiter-api</artifactId >
110
- <version >5.7.2</version >
105
+ <version >${junit.jupiter.version} </version >
111
106
<scope >test</scope >
112
107
</dependency >
113
108
<dependency >
187
182
<source >1.8</source >
188
183
<target >1.8</target >
189
184
<annotationProcessors >
190
- <annotationProcessor >lombok.launch.AnnotationProcessorHider$AnnotationProcessor</annotationProcessor >
185
+ <annotationProcessor >lombok.launch.AnnotationProcessorHider$AnnotationProcessor
186
+ </annotationProcessor >
191
187
</annotationProcessors >
192
188
<annotationProcessorPaths >
193
189
<annotationProcessorPath >
You can’t perform that action at this time.
0 commit comments