未验证 提交 4b90b9ab 编写于 作者: D dependabot[bot] 提交者: GitHub

Bump powermock-api-mockito2 from 2.0.0-beta.5 to 2.0.9 (#5152)

Co-authored-by: Ndependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: NTim Jacomb <21194782+timja@users.noreply.github.com>
上级 ab8411ee
......@@ -112,6 +112,7 @@ THE SOFTWARE.
<access-modifier-annotation.version>1.16</access-modifier-annotation.version>
<access-modifier-checker.version>1.16</access-modifier-checker.version>
<junit.jupiter.version>5.7.0</junit.jupiter.version>
<powermock.version>2.0.9</powermock.version>
</properties>
<!-- Note that the 'repositories' and 'pluginRepositories' blocks below are actually copy-pasted
......@@ -139,18 +140,18 @@ THE SOFTWARE.
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>3.0.0</version>
<version>3.7.0</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
<version>2.0.0-beta.5</version>
<version>${powermock.version}</version>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito2</artifactId>
<version>2.0.0-beta.5</version>
<version>${powermock.version}</version>
</dependency>
<dependency>
<groupId>org.objenesis</groupId>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册