Bump version of mockito up to 4.8.1 (#2793)

* Bump version of mockito up to 4.8.1

* Change scope of byte buddy dependency to test

Co-authored-by: vrnsky <vrnsky@protonmail.com>
This commit is contained in:
Egorka Voronyansky 2022-10-21 13:40:35 +08:00 committed by GitHub
parent f5e1dcbd82
commit b0e0da4c0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View file

@ -173,6 +173,12 @@
<version>${mockito.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>${byte-buddy.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>

View file

@ -39,7 +39,8 @@
<test.containers.version>1.17.1</test.containers.version>
<okhttp3.mockwebserver.version>4.10.0</okhttp3.mockwebserver.version>
<junit-jupiter-engine.version>5.7.2</junit-jupiter-engine.version>
<mockito.version>2.21.0</mockito.version>
<mockito.version>4.8.1</mockito.version>
<byte-buddy.version>1.12.18</byte-buddy.version>
<assertj.version>3.19.0</assertj.version>
<antlr4-maven-plugin.version>4.7.1</antlr4-maven-plugin.version>
<groovy.version>3.0.9</groovy.version>