Merge pull request #834 from microsoft/dependabot/maven/samples/tutorials/java/Windows/SqlServerHibernateSample/junit-junit-4.13.1

Bump junit from 3.8.1 to 4.13.1 in /samples/tutorials/java/Windows/SqlServerHibernateSample
This commit is contained in:
Umachandar Jayachandran
2022-03-02 22:16:19 -08:00
committed by GitHub
@@ -16,7 +16,7 @@
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>3.8.1</version> <version>4.13.1</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>