aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEric Hartmann <hartmann.eric@gmail.com>2017-06-27 12:02:33 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-07-11 15:07:33 +0200
commit1aa12c9a77e72810645b1526440cbd18b21e02e8 (patch)
treef326c75f3b4b18181d93a288604908c1833db4f1 /pom.xml
parent8e94530f0560b53230626d3a8e222d7052654d3a (diff)
downloadsonarqube-1aa12c9a77e72810645b1526440cbd18b21e02e8.tar.gz
sonarqube-1aa12c9a77e72810645b1526440cbd18b21e02e8.zip
SONAR-9535 Upgrade to MyBatis 3.4.4
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 254439d45da..3fddb7189f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -804,7 +804,7 @@
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis</artifactId>
- <version>3.2.7</version>
+ <version>3.4.4</version>
</dependency>
<dependency>
<groupId>org.nanohttpd</groupId>