Parcourir la source

Bump junit from 3.8.1 to 4.13.1 in /frameworks/Java/baratine (#6076)

Bumps [junit](https://github.com/junit-team/junit4) from 3.8.1 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](https://github.com/junit-team/junit4/commits/r4.13.1)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] il y a 4 ans
Parent
commit
09065c4863
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      frameworks/Java/baratine/pom.xml

+ 1 - 1
frameworks/Java/baratine/pom.xml

@@ -25,7 +25,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>3.8.1</version>
+      <version>4.13.1</version>
       <scope>test</scope>
     </dependency>
   </dependencies>