Skip to content
This repository has been archived by the owner on Oct 18, 2023. It is now read-only.

Commit

Permalink
Dependency Updates; (DOECODE-854)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Sowers committed Jul 23, 2020
1 parent 5b2c282 commit 0da847e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -381,24 +381,24 @@
<dependency>
<groupId>com.github.jknack</groupId>
<artifactId>handlebars</artifactId>
<version>4.1.2</version>
<version>4.2.0</version>
</dependency>
<dependency>
<groupId>com.github.jknack</groupId>
<artifactId>handlebars-jackson2</artifactId>
<version>4.1.2</version>
<version>4.2.0</version>
</dependency>
<!--Jackson Library for JSON-->
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.10.2</version>
<version>2.11.0</version>
</dependency>
<!--Jsoup (for scrubbing out script tags to prevent XSS attacks)-->
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.12.1</version>
<version>1.13.1</version>
</dependency>
<!--Logging-->
<dependency>
Expand All @@ -410,7 +410,7 @@
<dependency>
<groupId>org.javalite</groupId>
<artifactId>javalite-common</artifactId>
<version>2.3.1-j8</version>
<version>2.3.2-j8</version>
</dependency>

<!-- -->
Expand All @@ -420,7 +420,7 @@
<!--Used for most string manipulation, null checking, etc-->
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.9</version>
<version>3.10</version>
</dependency>
<dependency>
<!--Used to get data from google during the captcha process-->
Expand Down

0 comments on commit 0da847e

Please sign in to comment.