Skip to content

Commit

Permalink
Updated dependencies to resolve security issues reported on GitHub.
Browse files Browse the repository at this point in the history
  • Loading branch information
jyeary committed Jan 15, 2020
1 parent 5b42e26 commit 8ee0c8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.bluelotussoftware</groupId>
<artifactId>tomcat-8-embedded</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
<packaging>jar</packaging>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<apache.tomcat.version>8.5.42</apache.tomcat.version>
<apache.tomcat.version>8.5.50</apache.tomcat.version>
</properties>
<dependencies>
<!-- The Apache Tomcat Download for Embedded uses 4.6.3, but it is not on Maven Central at this time. -->
Expand Down

0 comments on commit 8ee0c8d

Please sign in to comment.