Skip to content

Commit 644fab6

Browse files
Bump junit from 4.13 to 4.13.1
Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md) - [Commits](junit-team/junit4@r4.13...r4.13.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent e585344 commit 644fab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2020
<maven.compiler.source>${java.version}</maven.compiler.source>
2121
<maven.compiler.target>${java.version}</maven.compiler.target>
22-
<junit.version>4.13</junit.version>
22+
<junit.version>4.13.1</junit.version>
2323
<mockito-core.version>3.3.3</mockito-core.version>
2424
<jackson-datatype-jsr310.version>2.10.2</jackson-datatype-jsr310.version>
2525
</properties>

0 commit comments

Comments
 (0)