aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDavid Gageot <david@gageot.net>2012-07-10 16:53:25 +0200
committerDavid Gageot <david@gageot.net>2012-07-10 16:53:31 +0200
commite7467797855692324c6d8ebe014be49681e68c1d (patch)
tree9d2b0ff4b51cccdd4767faf936fedf6f5c53d27d /pom.xml
parent0269f5c8de13f6d36b03708ab974bf3d9842f143 (diff)
downloadsonarqube-e7467797855692324c6d8ebe014be49681e68c1d.tar.gz
sonarqube-e7467797855692324c6d8ebe014be49681e68c1d.zip
Support null values without jdbctypes in MyBatis
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 243e8912258..3ead717e790 100644
--- a/pom.xml
+++ b/pom.xml
@@ -754,7 +754,7 @@
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
- <version>3.0.6</version>
+ <version>3.1.1</version>
</dependency>
<dependency>
<groupId>org.picocontainer</groupId>