Skip to content

Commit

Permalink
Updated to latest version based on security notice from GitHub. Fixed…
Browse files Browse the repository at this point in the history
… the following issues:

CVE-2019-0232 High severity
CVE-2019-0199 Moderate severity
CVE-2019-0221 Moderate severity
  • Loading branch information
jyeary committed Jun 25, 2019
1 parent 98df2b9 commit e0b59a6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.bluelotussoftware</groupId>
<artifactId>tomcat-8-embedded</artifactId>
<version>1.0.1</version>
<version>1.0.2</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>
</properties>
<dependencies>
<!-- The Apache Tomcat Download for Embedded uses 4.6.3, but it is not on Maven Central at this time. -->
Expand All @@ -32,12 +33,12 @@
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>8.5.34</version>
<version>${apache.tomcat.version}</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-dbcp</artifactId>
<version>8.5.27</version>
<version>${apache.tomcat.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.tomcat</groupId>
Expand All @@ -48,12 +49,12 @@
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-el</artifactId>
<version>8.5.34</version>
<version>${apache.tomcat.version}</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-jasper</artifactId>
<version>8.5.34</version>
<version>${apache.tomcat.version}</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.jdt</groupId>
Expand All @@ -64,12 +65,12 @@
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-websocket</artifactId>
<version>8.5.34</version>
<version>${apache.tomcat.version}</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-annotations-api</artifactId>
<version>8.5.34</version>
<version>${apache.tomcat.version}</version>
</dependency>
</dependencies>
<build>
Expand Down Expand Up @@ -97,7 +98,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.1.0</version>
<version>3.1.2</version>
<configuration>
<archive>
<manifest>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2017 Blue Lotus Software, LLC.
* Copyright 2017-2019 Blue Lotus Software, LLC.
* Copyright 2017 John Yeary <[email protected]>.
*
* Licensed under the Apache License, Version 2.0 (the "License");
Expand Down

0 comments on commit e0b59a6

Please sign in to comment.