@@ -5,12 +5,12 @@ plugins {
55 jacoco
66 java
77 `maven- publish`
8- id(" org.sonarqube" ) version " 4.2.1.3168 "
8+ id(" org.sonarqube" ) version " 4.3.0.3225 "
99 id(" org.cadixdev.licenser" ) version " 0.6.1"
1010 id(" com.github.johnrengelman.shadow" ) version(" 7.0.0" )
1111 id(" com.github.ben-manes.versions" ) version " 0.47.0"
1212 id(" com.github.gradle-git-version-calculator" ) version " 1.1.0"
13- id(" io.freefair.lombok" ) version " 8.0.1 "
13+ id(" io.freefair.lombok" ) version " 8.1.0 "
1414}
1515
1616group = " io.github.1c-syntax"
@@ -27,18 +27,18 @@ repositories {
2727 }
2828}
2929
30- val sonarQubeVersion = " 8 .9.0.43852 "
30+ val sonarQubeVersion = " 9 .9.0.65466 "
3131
3232dependencies {
33- implementation(" org.sonarsource.sonarqube " , " sonar-plugin-api" , sonarQubeVersion )
33+ implementation(" org.sonarsource.api.plugin " , " sonar-plugin-api" , " 9.14.0.375 " )
3434
3535 // в jitpack лежат в группе com.github.1c-syntax, в централе - io.github.1c-syntax
36- implementation(" io.github.1c-syntax" , " bsl-language-server" , " 0.21 .0" ) {
36+ implementation(" io.github.1c-syntax" , " bsl-language-server" , " 0.22 .0" ) {
3737 exclude(" com.github.1c-syntax" , " utils" )
3838 }
3939 implementation(" com.github.1c-syntax" , " utils" , " 0.5.1" )
4040
41- implementation(" org.apache.commons:commons-lang3:3.12 .0" )
41+ implementation(" org.apache.commons:commons-lang3:3.13 .0" )
4242 implementation(" com.fasterxml.jackson.core:jackson-databind:2.15.2" )
4343
4444 // https://mvnrepository.com/artifact/org.sonarsource.analyzer-commons/sonar-analyzer-commons
@@ -66,21 +66,16 @@ dependencies {
6666
6767 // CONSTRAINTS
6868
69- implementation(" org.slf4j:slf4j-api" ) {
70- version {
71- strictly(" 1.7.30" )
72- }
73- }
7469 implementation(" com.google.guava:guava" ) {
7570 version {
76- strictly(" 30 .1-jre" )
71+ strictly(" 32.0 .1-jre" )
7772 }
7873 }
7974}
8075
8176java {
82- sourceCompatibility = JavaVersion .VERSION_11
83- targetCompatibility = JavaVersion .VERSION_11
77+ sourceCompatibility = JavaVersion .VERSION_17
78+ targetCompatibility = JavaVersion .VERSION_17
8479}
8580
8681tasks.withType<JavaCompile > {
0 commit comments