@@ -14,7 +14,7 @@ plugins {
1414 id(" com.github.ben-manes.versions" ) version " 0.53.0"
1515 id(" ru.vyarus.pom" ) version " 3.0.0"
1616 id(" org.jreleaser" ) version " 1.21.0"
17- id(" org.sonarqube" ) version " 7.2.0.6526 "
17+ id(" org.sonarqube" ) version " 7.2.2.6593 "
1818 id(" me.champeau.jmh" ) version " 0.7.3"
1919}
2020
@@ -59,7 +59,7 @@ dependencies {
5959
6060 // прочее
6161 implementation(" commons-io" , " commons-io" , " 2.18.0" )
62- implementation(" io.github.1c-syntax" , " bsl-common-library" , " 0.9.0 " )
62+ implementation(" io.github.1c-syntax" , " bsl-common-library" , " 0.9.1 " )
6363 implementation(" io.github.1c-syntax" , " utils" , " 0.6.4" )
6464 implementation(" io.github.1c-syntax" , " supportconf" , " 0.15.0" ) {
6565 exclude(" io.github.1c-syntax" , " bsl-common-library" )
@@ -68,6 +68,8 @@ dependencies {
6868 // быстрый поиск классов
6969 implementation(" io.github.classgraph" , " classgraph" , " 4.8.179" )
7070
71+ implementation(" org.jspecify" , " jspecify" , " 1.0.0" )
72+
7173 // тестирование
7274 testImplementation(" org.junit.jupiter" , " junit-jupiter-api" , " 5.11.4" )
7375 testImplementation(" org.junit.jupiter" , " junit-jupiter-engine" , " 5.11.4" )
0 commit comments