Skip to content

Commit

Permalink
Merge into master from pull request #521:
Browse files Browse the repository at this point in the history
Update version of slf4j (#521)
  • Loading branch information
abat committed Oct 4, 2016
2 parents 72ee071 + 7950ce7 commit 477a6e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions java_gen/pre-written/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,17 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.12</version>
<version>1.7.21</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.1.3</version>
<version>1.1.7</version>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.1.3</version>
<version>1.1.7</version>
</dependency>
</dependencies>
<build>
Expand Down

0 comments on commit 477a6e5

Please sign in to comment.