Skip to content

Commit

Permalink
Updated POM to resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
jyeary committed Jul 1, 2020
1 parent aebde48 commit eb974d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<description>This provides Valve implementations to add response security
headers to container managed security on Apache Tomcat</description>
<url>https://github.com/bluelotussoftware/tomcat-security-valves</url>
<version>2.2.2</version>
<version>2.2.3</version>
<packaging>jar</packaging>
<inceptionYear>2017</inceptionYear>
<properties>
Expand Down Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>9.0.30</version>
<version>9.0.36</version>
</dependency>
</dependencies>
<distributionManagement>
Expand Down Expand Up @@ -105,7 +105,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.1</version>
<version>3.2.0</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit eb974d1

Please sign in to comment.