Updated dependencies

This commit is contained in:
Graham Triggs 2017-09-18 16:19:49 +01:00
parent 5320a4f665
commit 85bcf4b67c

View file

@ -237,7 +237,7 @@
<dependency> <dependency>
<groupId>org.jsoup</groupId> <groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId> <artifactId>jsoup</artifactId>
<version>1.10.1</version> <version>1.10.3</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.owasp.antisamy</groupId> <groupId>org.owasp.antisamy</groupId>
@ -247,7 +247,7 @@
<dependency> <dependency>
<groupId>com.google.code.gson</groupId> <groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId> <artifactId>gson</artifactId>
<version>2.5</version> <version>2.8.1</version>
</dependency> </dependency>
<!-- Used for JSP runtime --> <!-- Used for JSP runtime -->