Skip to content

Commit ff921db

Browse files
committed
Junit 4.13.2
1 parent ef68cdf commit ff921db

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ repositories {
2020
}
2121

2222
dependencies {
23-
testImplementation 'junit:junit:4.13.1'
23+
testImplementation 'junit:junit:4.13.2'
2424
testImplementation 'com.jayway.jsonpath:json-path:2.1.0'
2525
testImplementation 'org.mockito:mockito-core:4.2.0'
2626
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<dependency>
5858
<groupId>junit</groupId>
5959
<artifactId>junit</artifactId>
60-
<version>4.13.1</version>
60+
<version>4.13.2</version>
6161
<scope>test</scope>
6262
</dependency>
6363
<dependency>

0 commit comments

Comments
 (0)