Skip to content

Commit

Permalink
Bump junit from 4.13.1 to 4.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
albfernandez committed May 29, 2024
1 parent ba528a2 commit 5d2e3fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
<version.spotbugs>4.8.5.0</version.spotbugs>
<version.findsecbugs>1.13.0</version.findsecbugs>
<version.pmd>3.22.0</version.pmd>
<version.junit>4.13.2</version.junit>
</properties>


Expand All @@ -49,7 +50,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
<version>${version.junit}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 5d2e3fa

Please sign in to comment.