You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2017/10/04 10:57:05 UTC

syncope git commit: Upgrading JUnit

Repository: syncope
Updated Branches:
  refs/heads/master d41b96a58 -> fb0118944


Upgrading JUnit


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/fb011894
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/fb011894
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/fb011894

Branch: refs/heads/master
Commit: fb0118944b9af52ca9a230a54741b3d8afdaa894
Parents: d41b96a
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Wed Oct 4 12:56:57 2017 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Wed Oct 4 12:56:57 2017 +0200

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/fb011894/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a81a7b9..d269391 100644
--- a/pom.xml
+++ b/pom.xml
@@ -407,7 +407,7 @@ under the License.
 
     <h2.version>1.4.196</h2.version>
 
-    <junit.version>5.0.0</junit.version>
+    <junit.version>5.0.1</junit.version>
 
     <conf.directory>${project.build.directory}/test-classes</conf.directory>
     <bundles.directory>${project.build.directory}/bundles</bundles.directory>