Merge pull request #1238 from bwssytems/dependabot/maven/junit-junit-4.13.1

Bump junit from 4.12 to 4.13.1
This commit is contained in:
BWS Systems
2020-11-09 13:08:53 -05:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -222,7 +222,7 @@ proxy.server = (
``` ```
### nginx Example ### nginx Example
``` ```
location /api/ { location /api {
proxy_pass http://127.0.0.1:8080/api; proxy_pass http://127.0.0.1:8080/api;
} }
``` ```

View File

@@ -116,7 +116,7 @@
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>4.12</version> <version>4.13.1</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>