Skip to content

Commit

Permalink
Merge pull request #28 from javabeanz/cve-2017-5929
Browse files Browse the repository at this point in the history
Update Logback dependency
  • Loading branch information
augustd authored Jan 18, 2018
2 parents ceb73fe + e38df72 commit 18d4d2d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion owasp-security-logging-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>security-logging</artifactId>
<groupId>org.owasp</groupId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>security-logging-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion owasp-security-logging-log4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>security-logging</artifactId>
<groupId>org.owasp</groupId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>security-logging-log4j</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions owasp-security-logging-logback/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>security-logging</artifactId>
<groupId>org.owasp</groupId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>security-logging-logback</artifactId>
Expand Down Expand Up @@ -53,12 +53,12 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.1.3</version>
<version>1.1.11</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.1.3</version>
<version>1.1.11</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<!-- Top-level Parent POM -->
<groupId>org.owasp</groupId>
<artifactId>security-logging</artifactId>
<version>1.1.4-SNAPSHOT</version>
<version>1.1.4</version>
<packaging>pom</packaging>
<name>OWASP Security Logging</name>
<description>The OWASP Security Logging project provides developers and ops personnel with APIs for logging security-related events.</description>
Expand Down

0 comments on commit 18d4d2d

Please sign in to comment.