File tree 1 file changed +1
-11
lines changed 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change 91
91
<aws-embedded-metrics .version>4.1.2</aws-embedded-metrics .version>
92
92
<jmespath .version>0.6.0</jmespath .version>
93
93
<elastic .version>1.6.0</elastic .version>
94
- <mockito .version>5.6 .0</mockito .version>
94
+ <mockito .version>5.12 .0</mockito .version>
95
95
96
96
<!-- As we have a .mvn directory at the root of the project, this will evaluate to the root directory
97
97
regardless of where maven is run - sub-module, or root. -->
469
469
<autoReleaseAfterClose >true</autoReleaseAfterClose >
470
470
</configuration >
471
471
</plugin >
472
- <plugin >
473
- <groupId >org.apache.maven.plugins</groupId >
474
- <artifactId >maven-surefire-plugin</artifactId >
475
- <configuration >
476
- <systemPropertyVariables >
477
- <!-- TODO: remove when updating mockito / bytebuddy with Java21 compat -->
478
- <net .bytebuddy.experimental>true</net .bytebuddy.experimental>
479
- </systemPropertyVariables >
480
- </configuration >
481
- </plugin >
482
472
<plugin >
483
473
<groupId >org.apache.maven.plugins</groupId >
484
474
<artifactId >maven-checkstyle-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments