File tree Expand file tree Collapse file tree
lib/src/test/java/org/sonarsource/scanner/lib/internal/cache Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333import org .junit .rules .TemporaryFolder ;
3434
3535import static org .assertj .core .api .Assertions .assertThat ;
36- import static org .mockito .Matchers .any ;
37- import static org .mockito .Matchers .anyInt ;
36+ import static org .mockito .ArgumentMatchers .any ;
37+ import static org .mockito .ArgumentMatchers .anyInt ;
3838import static org .mockito .Mockito .mock ;
3939import static org .mockito .Mockito .when ;
4040
Original file line number Diff line number Diff line change 5454 <!-- used for deployment to SonarSource Artifactory -->
5555 <gitRepositoryName >sonar-scanner-java-library</gitRepositoryName >
5656 <okhttp .version>4.12.0</okhttp .version>
57- <mockito .version>3 .12.4 </mockito .version>
57+ <mockito .version>5 .12.0 </mockito .version>
5858 <byte-buddy .version>1.14.18</byte-buddy .version>
5959 </properties >
6060
130130 <artifactId >commons-codec</artifactId >
131131 <version >1.16.1</version >
132132 </dependency >
133- <dependency >
134- <groupId >net.bytebuddy</groupId >
135- <artifactId >byte-buddy</artifactId >
136- <version >${byte-buddy.version} </version >
137- <scope >test</scope >
138- </dependency >
139- <dependency >
140- <groupId >net.bytebuddy</groupId >
141- <artifactId >byte-buddy-agent</artifactId >
142- <version >${byte-buddy.version} </version >
143- <scope >test</scope >
144- </dependency >
133+ <!-- <dependency> -- >
134+ <!-- <groupId>net.bytebuddy</groupId> -- >
135+ <!-- <artifactId>byte-buddy</artifactId> -- >
136+ <!-- <version>${byte-buddy.version}</version> -- >
137+ <!-- <scope>test</scope> -- >
138+ <!-- </dependency> -- >
139+ <!-- <dependency> -- >
140+ <!-- <groupId>net.bytebuddy</groupId> -- >
141+ <!-- <artifactId>byte-buddy-agent</artifactId> -- >
142+ <!-- <version>${byte-buddy.version}</version> -- >
143+ <!-- <scope>test</scope> -- >
144+ <!-- </dependency> -- >
145145 </dependencies >
146146 </dependencyManagement >
147147
You can’t perform that action at this time.
0 commit comments