This is an automated email from the ASF dual-hosted git repository. eskabetxe pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/bahir-flink.git
commit ad22ec65cd853258500c2ed92acbdd13bd02f987 Author: Joao Boto <[email protected]> AuthorDate: Mon Dec 27 17:11:52 2021 +0100 BAHIR-296: Bump powermock to 1.7.4 --- flink-connector-activemq/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flink-connector-activemq/pom.xml b/flink-connector-activemq/pom.xml index cef4db0..3380e0c 100644 --- a/flink-connector-activemq/pom.xml +++ b/flink-connector-activemq/pom.xml @@ -101,14 +101,14 @@ under the License. <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-module-junit4</artifactId> - <version>1.5.5</version> + <version>1.7.4</version> <scope>test</scope> </dependency> <dependency> <groupId>org.powermock</groupId> <artifactId>powermock-api-mockito</artifactId> - <version>1.5.5</version> + <version>1.7.4</version> <scope>test</scope> </dependency>
