Skip to content

Commit

Permalink
Update slf4j to 1.7.40 and sevlet API to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arkanovicz committed Dec 28, 2019
1 parent c4b080d commit 3bc31d1
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 @@ -26,7 +26,7 @@ under the License.
</parent>
<groupId>com.republicate</groupId>
<artifactId>webapp-slf4j-logger</artifactId>
<version>1.5</version>
<version>1.5.1</version>
<packaging>jar</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<description>SLF4J backend to log to a WebApp's ServletContext</description>
Expand Down Expand Up @@ -60,8 +60,8 @@ under the License.
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<junit.version>4.12</junit.version>
<slf4j.version>1.7.25</slf4j.version>
<servlet.version>3.0.1</servlet.version>
<slf4j.version>1.7.30</slf4j.version>
<servlet.version>3.1.0</servlet.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 3bc31d1

Please sign in to comment.