Skip to content

Commit 40e71d0

Browse files
committed
upgrading junit jar
1 parent b47cc6e commit 40e71d0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ Retry Pattern allows to retry sending a failed request and it will only work wit
238238
This is getting downloaded as compile time dependency of wss4j:1.6.19.Apache Commons Logging is a thin adapter allowing configurable bridging to other, well known logging systems.
239239
7. org.slf4j:slf4j-api:1.7.21 and org.slf4j:slf4j-jcl:1.7.21
240240
slf4j-api is getting used as a dependency for wss4j. Modified to latest version.
241-
8. junit:junit:4.12
241+
8. junit:junit:4.13.1
242242
JUnit is a unit testing framework for Java.
243243
9. org.mockito:mockito-all:1.10.19
244244
Mock objects library for java

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@
219219
<dependency>
220220
<groupId>junit</groupId>
221221
<artifactId>junit</artifactId>
222-
<version>4.12</version>
222+
<version>4.13.1</version>
223223
<scope>test</scope>
224224
</dependency>
225225
<dependency>

0 commit comments

Comments
 (0)