Skip to content

Commit

Permalink
Security fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikVerheul committed Oct 27, 2021
1 parent c15605f commit 629d49b
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 @@ -30,7 +30,7 @@
<groupId>nl.verheulconsultants.monitorisp</groupId>
<artifactId>monitorisp</artifactId>
<packaging>war</packaging>
<version>0.73</version>
<version>0.74</version>
<name>MonitorISP</name>
<description></description>

Expand Down Expand Up @@ -83,7 +83,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<version>4.13.2</version>
<scope>test</scope>
</dependency>

Expand All @@ -99,7 +99,7 @@
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.2</version>
<version>4.5.13</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down

0 comments on commit 629d49b

Please sign in to comment.