You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2021/05/18 13:44:07 UTC

[creadur-whisker] 02/02: WHISKER-19: Update jmock

This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-whisker.git

commit 4b9bdd505b4f1999b72cb29a72fd9492a29b776b
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Tue May 18 15:43:55 2021 +0200

    WHISKER-19: Update jmock
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index caa1536..05cbd8a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -75,7 +75,7 @@
       <dependency>
         <groupId>org.jmock</groupId>
         <artifactId>jmock-junit3</artifactId>
-        <version>2.6.0</version>
+        <version>2.12.0</version>
         <scope>test</scope>
       </dependency>
     </dependencies>