Skip to content

Commit da68a02

Browse files
SONARRUBY-27 Fix CPD crashes when reusing out-of-sync cached information (#16)
1 parent cba3c51 commit da68a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ pluginManagement {
66
}
77

88
dependencyResolutionManagement {
9-
def slangDependenciesVersion = '1.16.0.6230'
9+
def slangDependenciesVersion = '1.16.1.6262'
1010
def analyzerCommonsVersion = '2.13.0.3004'
1111
def pluginApiVersion = '10.10.0.2391'
1212
def sonarqubeVersion = '10.0.0.68432'

0 commit comments

Comments
 (0)