You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by cs...@apache.org on 2017/04/18 14:26:47 UTC

aries-jpa git commit: Update slf4j version

Repository: aries-jpa
Updated Branches:
  refs/heads/master 4514bb683 -> 9d983b3bb


Update slf4j version


Project: http://git-wip-us.apache.org/repos/asf/aries-jpa/repo
Commit: http://git-wip-us.apache.org/repos/asf/aries-jpa/commit/9d983b3b
Tree: http://git-wip-us.apache.org/repos/asf/aries-jpa/tree/9d983b3b
Diff: http://git-wip-us.apache.org/repos/asf/aries-jpa/diff/9d983b3b

Branch: refs/heads/master
Commit: 9d983b3bb2892ac95ccc851bc9389d1beb893933
Parents: 4514bb6
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Tue Apr 18 16:26:42 2017 +0200
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Tue Apr 18 16:26:42 2017 +0200

----------------------------------------------------------------------
 jpa-parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aries-jpa/blob/9d983b3b/jpa-parent/pom.xml
----------------------------------------------------------------------
diff --git a/jpa-parent/pom.xml b/jpa-parent/pom.xml
index e72ba88..b9fca6b 100644
--- a/jpa-parent/pom.xml
+++ b/jpa-parent/pom.xml
@@ -42,7 +42,7 @@
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
-            <version>1.7.10</version>
+            <version>1.7.25</version>
         </dependency>
 
         <!-- Test dependencies -->
@@ -62,7 +62,7 @@
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-jdk14</artifactId>
-            <version>1.7.10</version>
+            <version>1.7.25</version>
             <scope>test</scope>
         </dependency>
     </dependencies>