Skip to content

Commit

Permalink
Merge pull request #26 from hazendaz/master
Browse files Browse the repository at this point in the history
Updated slf4j and parent
  • Loading branch information
hazendaz committed Nov 14, 2015
2 parents c1fbc6c + 0f5d8b0 commit a5bd913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.mybatis</groupId>
<artifactId>mybatis-parent</artifactId>
<version>26-SNAPSHOT</version>
<version>26</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -105,7 +105,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.12</version>
<version>1.7.13</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit a5bd913

Please sign in to comment.