aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2018-07-31 22:18:00 +0200
committerSonarTech <sonartech@sonarsource.com>2018-08-01 20:21:21 +0200
commitc89828c612156a93044a9765018adc584fa7f232 (patch)
tree535c882b7d01ed086283b983e8c29cb0dc64c5bc /sonar-application
parent15bd606076a05e852ce18a40bfc7eb426a6df442 (diff)
downloadsonarqube-c89828c612156a93044a9765018adc584fa7f232.tar.gz
sonarqube-c89828c612156a93044a9765018adc584fa7f232.zip
SONARSCSVN-19 Fix compatibility of SVN plugin
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/build.gradle b/sonar-application/build.gradle
index fcee0fea230..837a20115e0 100644
--- a/sonar-application/build.gradle
+++ b/sonar-application/build.gradle
@@ -56,7 +56,7 @@ dependencies {
bundledPlugin 'org.sonarsource.php:sonar-php-plugin:2.14.0.3569@jar'
bundledPlugin 'org.sonarsource.python:sonar-python-plugin:1.10.0.2131@jar'
bundledPlugin 'org.sonarsource.scm.git:sonar-scm-git-plugin:1.4.1.1128@jar'
- bundledPlugin 'org.sonarsource.scm.svn:sonar-scm-svn-plugin:1.7.0.1017@jar'
+ bundledPlugin 'org.sonarsource.scm.svn:sonar-scm-svn-plugin:1.8.0.1168@jar'
bundledPlugin 'org.sonarsource.typescript:sonar-typescript-plugin:1.7.0.2893@jar'
bundledPlugin 'org.sonarsource.xml:sonar-xml-plugin:1.5.1.1452@jar'