Skip to content

Commit

Permalink
Update junit and undertow for security vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
pawandubey committed May 21, 2021
1 parent b44e640 commit 2a8fc05
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.pawandubey</groupId>
<artifactId>griffin</artifactId>
<version>0.3.1</version>
<version>0.3.2</version>
<name>griffin</name>
<url>http://github.com/pawandubey/griffin</url>
<licenses>
Expand Down Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.10</version>
<version>4.13.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -74,7 +74,7 @@
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-core</artifactId>
<version>1.3.31.Final</version>
<version>2.0.36.Final</version>
</dependency>
<dependency>
<groupId>com.github.jknack</groupId>
Expand Down

0 comments on commit 2a8fc05

Please sign in to comment.