Skip to content

Commit d0a662e

Browse files
Update pom.xml | Bump up JUnit 4 version to latest stable version (#271)
Upgrading the JUnit 4 version from 4.13.1 to 4.13.2 (Latest and Stable version for JUnit4). Signed-off-by: Siddhant Chadha <[email protected]>
1 parent 446f3b8 commit d0a662e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<checkstyle.version>8.18</checkstyle.version>
3030
<grpc.version>1.48.1</grpc.version>
3131
<guava.version>31.1-android</guava.version><!-- Keep the Guava version in sync with grpc-java -->
32-
<junit.version>4.13.1</junit.version>
32+
<junit.version>4.13.2</junit.version>
3333
<protobuf.version>3.21.5</protobuf.version><!-- Keep the Protobuf version in sync with grpc-java -->
3434
<rest-assured.version>3.1.0</rest-assured.version>
3535
<slf4j.version>1.7.26</slf4j.version>

0 commit comments

Comments
 (0)