File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -26,15 +26,13 @@ introspection of method/constructor parameter names, without having to add expli
2626 <packageVersion .dir>com/fasterxml/jackson/module/paramnames</packageVersion .dir>
2727 <packageVersion .package>${project.groupId} .paramnames</packageVersion .package>
2828
29- <assertj-core .version>3.8.0</assertj-core .version>
3029 <mockito-core .version>4.5.0</mockito-core .version>
3130 </properties >
3231
3332 <dependencies >
3433 <dependency >
3534 <groupId >org.assertj</groupId >
3635 <artifactId >assertj-core</artifactId >
37- <version >${assertj-core.version} </version >
3836 <scope >test</scope >
3937 </dependency >
4038 <dependency >
@@ -70,7 +68,6 @@ introspection of method/constructor parameter names, without having to add expli
7068 <plugin >
7169 <groupId >org.apache.maven.plugins</groupId >
7270 <artifactId >maven-compiler-plugin</artifactId >
73- <version >3.2</version >
7471 <inherited >true</inherited >
7572 <configuration >
7673 <source >${javac.src.version} </source >
You can’t perform that action at this time.
0 commit comments