Skip to content

Commit

Permalink
Upgrade to SLF4J 1.4.25
Browse files Browse the repository at this point in the history
  • Loading branch information
Jochen Schalanda committed May 8, 2017
1 parent bf83b7c commit e874b9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jest-droid/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-android</artifactId>
<version>1.7.13</version>
<version>${slf4j.version}</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<httpAsyncClient.version>4.1.3</httpAsyncClient.version>
<httpclientandroid.version>4.3.5.1</httpclientandroid.version>

<slf4j.version>1.7.21</slf4j.version>
<slf4j.version>1.7.25</slf4j.version>
<log4j.version>2.7</log4j.version>

<guava.version>21.0</guava.version>
Expand Down

0 comments on commit e874b9f

Please sign in to comment.