Repository: aurora
Updated Branches:
  refs/heads/master 14f867cde -> 0df94f6e7


Bump mybatis dependency to 3.3.1. The release notes[1] indicate a few changes
including one performance improvement[2].

[1]: http://blog.mybatis.org/2016/02/mybatis-331-and-mybatis-spring-124.html
[2]: https://github.com/mybatis/mybatis-3/issues/574

Reviewed at https://reviews.apache.org/r/43866/


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

Branch: refs/heads/master
Commit: 0df94f6e74ee9b13e8e0e6f27f0962c88bc41ef3
Parents: 14f867c
Author: Zameer Manji <[email protected]>
Authored: Tue Feb 23 10:47:17 2016 -0800
Committer: Zameer Manji <[email protected]>
Committed: Tue Feb 23 10:47:17 2016 -0800

----------------------------------------------------------------------
 build.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/aurora/blob/0df94f6e/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index 3d37187..dc94a35 100644
--- a/build.gradle
+++ b/build.gradle
@@ -366,7 +366,7 @@ dependencies {
   compile "org.eclipse.jetty:jetty-server:${jettyDep}"
   compile "org.eclipse.jetty:jetty-servlet:${jettyDep}"
   compile "org.eclipse.jetty:jetty-servlets:${jettyDep}"
-  compile 'org.mybatis:mybatis:3.3.0'
+  compile 'org.mybatis:mybatis:3.3.1'
   compile 'org.mybatis:mybatis-guice:3.7'
   compile 'org.quartz-scheduler:quartz:2.2.2'
   compile "uno.perk:forward:1.0.0"

Reply via email to