Skip to content

Commit aa04ab4

Browse files
committed
Updated dependencies to resolve security issues reported on GitHub.
CVE-2019-12418 CVE-2019-17563
1 parent 3fbcc3f commit aa04ab4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.bluelotussoftware</groupId>
77
<artifactId>tomcat-9-embedded</artifactId>
8-
<version>1.0.2</version>
8+
<version>1.0.3</version>
99
<packaging>jar</packaging>
1010
<properties>
1111
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1212
<maven.compiler.source>1.8</maven.compiler.source>
1313
<maven.compiler.target>1.8</maven.compiler.target>
14-
<tomcat.version>9.0.21</tomcat.version>
14+
<tomcat.version>9.0.30</tomcat.version>
1515
</properties>
1616
<dependencies>
1717
<dependency>
@@ -76,7 +76,7 @@
7676
<plugin>
7777
<groupId>org.apache.maven.plugins</groupId>
7878
<artifactId>maven-jar-plugin</artifactId>
79-
<version>3.1.2</version>
79+
<version>3.2.0</version>
8080
<configuration>
8181
<archive>
8282
<manifest>

0 commit comments

Comments
 (0)