From 5efb908febcc21b1f34552656802ef3574eba2f0 Mon Sep 17 00:00:00 2001 From: Felix Pauck Date: Thu, 18 Jun 2026 13:40:29 +0200 Subject: [PATCH 1/2] Downgrade dependencies to latest released versions Co-Authored-By: Claude Sonnet 4.6 --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8a47af384..9e4e39f94 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,14 +6,14 @@ ch-qos-logback-logback = "1.5.34" jsr305 = "3.0.2" junit = "6.1.0" mockito = "5.23.0" -sonar-commons = "2.25.0.4905" +sonar-commons = "2.24.0.4903" sonar-orchestrator = "6.3.0.4458" # Before updating the plugin-api version, make sure to check the compatibility matrix and stick to the lowest denominator # https://github.com/SonarSource/sonar-plugin-api?tab=readme-ov-file#compatibility sonar-plugin-api = "13.4.2.4284" sonarlint = "11.5.0.85769" -sonarqube = "26.7.0.123958" -sslr = "1.26.0.4095" +sonarqube = "26.6.0.123539" +sslr = "1.25.1.3886" staxmate = "2.0.1" woodstox = "7.2.1" From c53329c4fae272c12c371f12d260825d3bb4b0c3 Mon Sep 17 00:00:00 2001 From: Felix Pauck Date: Thu, 18 Jun 2026 13:42:19 +0200 Subject: [PATCH 2/2] Adjust lockfiles --- its/plugin/gradle.lockfile | 22 ++++++++--------- its/ruling/gradle.lockfile | 2 +- php-checks/gradle.lockfile | 18 +++++++------- php-custom-rules-plugin/gradle.lockfile | 16 ++++++------ php-frontend/gradle.lockfile | 33 +++++++++++++------------ sonar-php-plugin/gradle.lockfile | 32 ++++++++++++------------ 6 files changed, 62 insertions(+), 61 deletions(-) diff --git a/its/plugin/gradle.lockfile b/its/plugin/gradle.lockfile index cbb4af588..a06d2ec3e 100644 --- a/its/plugin/gradle.lockfile +++ b/its/plugin/gradle.lockfile @@ -10,22 +10,22 @@ com.fasterxml.jackson.core:jackson-databind:2.21.1=integrationTestCompileClasspa com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.21.1=integrationTestCompileClasspath,integrationTestRuntimeClasspath com.fasterxml.jackson:jackson-bom:2.21.1=integrationTestCompileClasspath,integrationTestRuntimeClasspath com.fasterxml.woodstox:woodstox-core:7.1.1=integrationTestCompileClasspath,integrationTestRuntimeClasspath -com.github.spotbugs:spotbugs-annotations:4.10.1=integrationTestCompileClasspath,integrationTestRuntimeClasspath +com.github.spotbugs:spotbugs-annotations:4.9.8=integrationTestCompileClasspath,integrationTestRuntimeClasspath com.google.code.findbugs:jsr305:3.0.2=integrationTestCompileClasspath,integrationTestRuntimeClasspath -com.google.code.gson:gson:2.14.0=integrationTestCompileClasspath,integrationTestRuntimeClasspath -com.google.errorprone:error_prone_annotations:2.48.0=integrationTestCompileClasspath,integrationTestRuntimeClasspath +com.google.code.gson:gson:2.13.2=integrationTestCompileClasspath,integrationTestRuntimeClasspath +com.google.errorprone:error_prone_annotations:2.47.0=integrationTestCompileClasspath,integrationTestRuntimeClasspath com.google.guava:failureaccess:1.0.3=integrationTestCompileClasspath,integrationTestRuntimeClasspath com.google.guava:guava:33.6.0-jre=integrationTestCompileClasspath,integrationTestRuntimeClasspath com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=integrationTestCompileClasspath,integrationTestRuntimeClasspath com.google.j2objc:j2objc-annotations:3.1=integrationTestCompileClasspath,integrationTestRuntimeClasspath -com.google.protobuf:protobuf-java:4.35.0=integrationTestCompileClasspath,integrationTestRuntimeClasspath +com.google.protobuf:protobuf-java:4.34.1=integrationTestCompileClasspath,integrationTestRuntimeClasspath com.googlecode.javaewah:JavaEWAH:1.2.3=integrationTestCompileClasspath,integrationTestRuntimeClasspath com.h2database:h2:2.4.240=integrationTestCompileClasspath,integrationTestRuntimeClasspath -com.squareup.okhttp3:logging-interceptor:5.4.0=integrationTestCompileClasspath,integrationTestRuntimeClasspath -com.squareup.okhttp3:okhttp-jvm:5.4.0=integrationTestCompileClasspath,integrationTestRuntimeClasspath -com.squareup.okhttp3:okhttp:5.4.0=integrationTestCompileClasspath,integrationTestRuntimeClasspath -com.squareup.okio:okio-jvm:3.17.0=integrationTestCompileClasspath,integrationTestRuntimeClasspath -com.squareup.okio:okio:3.17.0=integrationTestCompileClasspath,integrationTestRuntimeClasspath +com.squareup.okhttp3:logging-interceptor:5.3.2=integrationTestCompileClasspath,integrationTestRuntimeClasspath +com.squareup.okhttp3:okhttp-jvm:5.3.2=integrationTestCompileClasspath,integrationTestRuntimeClasspath +com.squareup.okhttp3:okhttp:5.3.2=integrationTestCompileClasspath,integrationTestRuntimeClasspath +com.squareup.okio:okio-jvm:3.16.4=integrationTestCompileClasspath,integrationTestRuntimeClasspath +com.squareup.okio:okio:3.16.4=integrationTestCompileClasspath,integrationTestRuntimeClasspath commons-codec:commons-codec:1.21.0=integrationTestCompileClasspath,integrationTestRuntimeClasspath commons-io:commons-io:2.21.0=integrationTestCompileClasspath,integrationTestRuntimeClasspath io.github.hakky54:ayza:10.0.4=integrationTestCompileClasspath,integrationTestRuntimeClasspath @@ -93,7 +93,7 @@ org.slf4j:jcl-over-slf4j:2.0.17=integrationTestRuntimeClasspath org.slf4j:jul-to-slf4j:2.0.17=integrationTestCompileClasspath,integrationTestRuntimeClasspath org.slf4j:log4j-over-slf4j:2.0.17=integrationTestRuntimeClasspath org.slf4j:slf4j-api:2.0.17=integrationTestCompileClasspath,integrationTestRuntimeClasspath -org.sonarsource.api.plugin:sonar-plugin-api:13.8.0.4399=integrationTestCompileClasspath,integrationTestRuntimeClasspath +org.sonarsource.api.plugin:sonar-plugin-api:13.7.0.4381=integrationTestCompileClasspath,integrationTestRuntimeClasspath org.sonarsource.classloader:sonar-classloader:1.2.1.2095=integrationTestCompileClasspath,integrationTestRuntimeClasspath org.sonarsource.git.blame:git-files-blame:2.0.2.54=integrationTestCompileClasspath,integrationTestRuntimeClasspath org.sonarsource.orchestrator:sonar-orchestrator-build:6.3.0.4458=integrationTestCompileClasspath,integrationTestRuntimeClasspath @@ -118,7 +118,7 @@ org.sonarsource.sonarlint.core:sonarlint-server-connection:11.5.0.85769=integrat org.sonarsource.sonarlint.core:sonarlint-telemetry:11.5.0.85769=integrationTestCompileClasspath,integrationTestRuntimeClasspath org.sonarsource.sonarqube:sonar-markdown:25.3.0.104237=integrationTestCompileClasspath,integrationTestRuntimeClasspath org.sonarsource.sonarqube:sonar-scanner-protocol:9.9.0.65466=integrationTestCompileClasspath,integrationTestRuntimeClasspath -org.sonarsource.sonarqube:sonar-ws:26.7.0.123958=integrationTestCompileClasspath,integrationTestRuntimeClasspath +org.sonarsource.sonarqube:sonar-ws:26.6.0.123539=integrationTestCompileClasspath,integrationTestRuntimeClasspath org.springframework:spring-aop:6.2.16=integrationTestCompileClasspath,integrationTestRuntimeClasspath org.springframework:spring-beans:6.2.16=integrationTestCompileClasspath,integrationTestRuntimeClasspath org.springframework:spring-context:6.2.16=integrationTestCompileClasspath,integrationTestRuntimeClasspath diff --git a/its/ruling/gradle.lockfile b/its/ruling/gradle.lockfile index 1f9ff9d4a..48a80c02a 100644 --- a/its/ruling/gradle.lockfile +++ b/its/ruling/gradle.lockfile @@ -47,7 +47,7 @@ org.ow2.asm:asm:9.9=jacocoAnt org.slf4j:jcl-over-slf4j:2.0.17=integrationTestRuntimeClasspath org.slf4j:log4j-over-slf4j:2.0.17=integrationTestRuntimeClasspath org.slf4j:slf4j-api:2.0.17=integrationTestCompileClasspath,integrationTestRuntimeClasspath -org.sonarsource.analyzer-commons:sonar-analyzer-commons:2.25.0.4905=integrationTestCompileClasspath,integrationTestRuntimeClasspath +org.sonarsource.analyzer-commons:sonar-analyzer-commons:2.24.0.4903=integrationTestCompileClasspath,integrationTestRuntimeClasspath org.sonarsource.orchestrator:sonar-orchestrator-build:6.3.0.4458=integrationTestCompileClasspath,integrationTestRuntimeClasspath org.sonarsource.orchestrator:sonar-orchestrator-config:6.3.0.4458=integrationTestCompileClasspath,integrationTestRuntimeClasspath org.sonarsource.orchestrator:sonar-orchestrator-http:6.3.0.4458=integrationTestCompileClasspath,integrationTestRuntimeClasspath diff --git a/php-checks/gradle.lockfile b/php-checks/gradle.lockfile index 2e1d5a78d..357ee594e 100644 --- a/php-checks/gradle.lockfile +++ b/php-checks/gradle.lockfile @@ -3,10 +3,10 @@ # This file is expected to be part of source control. ch.qos.logback:logback-classic:1.5.34=testRuntimeClasspath ch.qos.logback:logback-core:1.5.34=testRuntimeClasspath -com.github.spotbugs:spotbugs-annotations:4.10.1=testRuntimeClasspath +com.github.spotbugs:spotbugs-annotations:4.9.8=testRuntimeClasspath com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -commons-codec:commons-codec:1.22.0=testRuntimeClasspath -commons-io:commons-io:2.22.0=testRuntimeClasspath +commons-codec:commons-codec:1.21.0=testRuntimeClasspath +commons-io:commons-io:2.21.0=testRuntimeClasspath junit:junit:4.13.2=testCompileClasspath,testRuntimeClasspath net.bytebuddy:byte-buddy-agent:1.17.7=testCompileClasspath,testRuntimeClasspath net.bytebuddy:byte-buddy:1.18.3=testCompileClasspath,testRuntimeClasspath @@ -37,12 +37,12 @@ org.ow2.asm:asm:9.0=compileClasspath,runtimeClasspath,testCompileClasspath,testR org.ow2.asm:asm:9.9=jacocoAnt org.slf4j:slf4j-api:1.7.30=compileClasspath,testCompileClasspath org.slf4j:slf4j-api:2.0.17=testRuntimeClasspath -org.sonarsource.analyzer-commons:sonar-analyzer-commons:2.25.0.4905=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.sonarsource.analyzer-commons:sonar-analyzer-test-commons:2.25.0.4905=testCompileClasspath,testRuntimeClasspath -org.sonarsource.analyzer-commons:sonar-regex-parsing:2.25.0.4905=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.sonarsource.analyzer-commons:sonar-analyzer-commons:2.24.0.4903=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.sonarsource.analyzer-commons:sonar-analyzer-test-commons:2.24.0.4903=testCompileClasspath,testRuntimeClasspath +org.sonarsource.analyzer-commons:sonar-regex-parsing:2.24.0.4903=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.sonarsource.api.plugin:sonar-plugin-api-test-fixtures:13.4.2.4284=testCompileClasspath,testRuntimeClasspath org.sonarsource.api.plugin:sonar-plugin-api:13.4.2.4284=compileClasspath,testCompileClasspath -org.sonarsource.api.plugin:sonar-plugin-api:13.8.0.4399=testRuntimeClasspath -org.sonarsource.sonarqube:sonar-plugin-api-impl:26.7.0.123958=testRuntimeClasspath -org.sonarsource.sslr:sslr-core:1.26.0.4095=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.sonarsource.api.plugin:sonar-plugin-api:13.7.0.4381=testRuntimeClasspath +org.sonarsource.sonarqube:sonar-plugin-api-impl:26.6.0.123539=testRuntimeClasspath +org.sonarsource.sslr:sslr-core:1.25.1.3886=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath empty=annotationProcessor,testAnnotationProcessor diff --git a/php-custom-rules-plugin/gradle.lockfile b/php-custom-rules-plugin/gradle.lockfile index c9e2789aa..46376b73d 100644 --- a/php-custom-rules-plugin/gradle.lockfile +++ b/php-custom-rules-plugin/gradle.lockfile @@ -1,10 +1,10 @@ # This is a Gradle generated file for dependency locking. # Manual edits can break the build and are not advised. # This file is expected to be part of source control. -com.github.spotbugs:spotbugs-annotations:4.10.1=testCompileClasspath,testRuntimeClasspath +com.github.spotbugs:spotbugs-annotations:4.9.8=testCompileClasspath,testRuntimeClasspath com.google.code.findbugs:jsr305:3.0.2=compileClasspath,testCompileClasspath,testRuntimeClasspath -commons-codec:commons-codec:1.22.0=testCompileClasspath,testRuntimeClasspath -commons-io:commons-io:2.22.0=testCompileClasspath,testRuntimeClasspath +commons-codec:commons-codec:1.21.0=testCompileClasspath,testRuntimeClasspath +commons-io:commons-io:2.21.0=testCompileClasspath,testRuntimeClasspath junit:junit:4.13.2=testCompileClasspath,testRuntimeClasspath org.apache.commons:commons-csv:1.14.1=testCompileClasspath,testRuntimeClasspath org.apache.commons:commons-lang3:3.20.0=testCompileClasspath,testRuntimeClasspath @@ -29,10 +29,10 @@ org.ow2.asm:asm-tree:9.9=jacocoAnt org.ow2.asm:asm:9.0=compileClasspath,testCompileClasspath,testRuntimeClasspath org.ow2.asm:asm:9.9=jacocoAnt org.slf4j:slf4j-api:1.7.30=compileClasspath,testCompileClasspath,testRuntimeClasspath -org.sonarsource.analyzer-commons:sonar-analyzer-test-commons:2.25.0.4905=testRuntimeClasspath -org.sonarsource.analyzer-commons:sonar-regex-parsing:2.25.0.4905=compileClasspath,testCompileClasspath,testRuntimeClasspath +org.sonarsource.analyzer-commons:sonar-analyzer-test-commons:2.24.0.4903=testRuntimeClasspath +org.sonarsource.analyzer-commons:sonar-regex-parsing:2.24.0.4903=compileClasspath,testCompileClasspath,testRuntimeClasspath org.sonarsource.api.plugin:sonar-plugin-api:13.4.2.4284=compileClasspath -org.sonarsource.api.plugin:sonar-plugin-api:13.8.0.4399=testCompileClasspath,testRuntimeClasspath -org.sonarsource.sonarqube:sonar-plugin-api-impl:26.7.0.123958=testCompileClasspath,testRuntimeClasspath -org.sonarsource.sslr:sslr-core:1.26.0.4095=compileClasspath,testCompileClasspath,testRuntimeClasspath +org.sonarsource.api.plugin:sonar-plugin-api:13.7.0.4381=testCompileClasspath,testRuntimeClasspath +org.sonarsource.sonarqube:sonar-plugin-api-impl:26.6.0.123539=testCompileClasspath,testRuntimeClasspath +org.sonarsource.sslr:sslr-core:1.25.1.3886=compileClasspath,testCompileClasspath,testRuntimeClasspath empty=annotationProcessor,runtimeClasspath,shadow,testAnnotationProcessor diff --git a/php-frontend/gradle.lockfile b/php-frontend/gradle.lockfile index 272d7b7d8..7b4b5e796 100644 --- a/php-frontend/gradle.lockfile +++ b/php-frontend/gradle.lockfile @@ -3,14 +3,14 @@ # This file is expected to be part of source control. ch.qos.logback:logback-classic:1.5.34=testRuntimeClasspath ch.qos.logback:logback-core:1.5.34=testRuntimeClasspath -com.github.spotbugs:spotbugs-annotations:4.10.1=testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath +com.github.spotbugs:spotbugs-annotations:4.9.8=testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath -com.google.code.gson:gson:2.14.0=testCompileClasspath,testRuntimeClasspath -com.google.errorprone:error_prone_annotations:2.48.0=testCompileClasspath,testRuntimeClasspath +com.google.code.gson:gson:2.13.2=testCompileClasspath,testRuntimeClasspath +com.google.errorprone:error_prone_annotations:2.41.0=testCompileClasspath,testRuntimeClasspath com.google.guava:guava:10.0.1=testCompileClasspath,testRuntimeClasspath com.googlecode.json-simple:json-simple:1.1.1=testCompileClasspath,testRuntimeClasspath -commons-codec:commons-codec:1.22.0=testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath -commons-io:commons-io:2.22.0=testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath +commons-codec:commons-codec:1.21.0=testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath +commons-io:commons-io:2.21.0=testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath jakarta.activation:jakarta.activation-api:2.1.4=testCompileClasspath,testRuntimeClasspath jakarta.mail:jakarta.mail-api:2.1.5=testCompileClasspath,testRuntimeClasspath jaxen:jaxen:1.1.4=testCompileClasspath,testRuntimeClasspath @@ -31,7 +31,7 @@ org.jacoco:org.jacoco.agent:0.8.14=jacocoAgent,jacocoAnt org.jacoco:org.jacoco.ant:0.8.14=jacocoAnt org.jacoco:org.jacoco.core:0.8.14=jacocoAnt org.jacoco:org.jacoco.report:0.8.14=jacocoAnt -org.jsoup:jsoup:1.22.2=testCompileClasspath,testRuntimeClasspath +org.jsoup:jsoup:1.22.1=testCompileClasspath,testRuntimeClasspath org.jspecify:jspecify:1.0.0=testCompileClasspath org.junit.jupiter:junit-jupiter-api:6.1.0=testCompileClasspath,testRuntimeClasspath org.junit.jupiter:junit-jupiter-engine:6.1.0=testRuntimeClasspath @@ -40,7 +40,8 @@ org.junit.jupiter:junit-jupiter:6.1.0=testCompileClasspath,testRuntimeClasspath org.junit.platform:junit-platform-commons:6.1.0=testCompileClasspath,testRuntimeClasspath org.junit.platform:junit-platform-engine:6.1.0=testRuntimeClasspath org.junit.platform:junit-platform-launcher:6.1.0=testRuntimeClasspath -org.junit:junit-bom:6.1.0=testCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath +org.junit:junit-bom:5.14.0=testFixturesRuntimeClasspath +org.junit:junit-bom:6.1.0=testCompileClasspath,testRuntimeClasspath org.mockito:mockito-core:5.23.0=testCompileClasspath,testRuntimeClasspath org.objenesis:objenesis:3.3=testRuntimeClasspath org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath @@ -50,15 +51,15 @@ org.ow2.asm:asm:9.0=compileClasspath,runtimeClasspath,testCompileClasspath,testF org.ow2.asm:asm:9.9=jacocoAnt org.slf4j:slf4j-api:1.7.30=compileClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath org.slf4j:slf4j-api:2.0.17=testRuntimeClasspath -org.sonarsource.analyzer-commons:sonar-analyzer-test-commons:2.25.0.4905=testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath -org.sonarsource.analyzer-commons:sonar-regex-parsing:2.25.0.4905=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath +org.sonarsource.analyzer-commons:sonar-analyzer-test-commons:2.24.0.4903=testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath +org.sonarsource.analyzer-commons:sonar-regex-parsing:2.24.0.4903=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath org.sonarsource.api.plugin:sonar-plugin-api-test-fixtures:13.4.2.4284=testCompileClasspath,testRuntimeClasspath org.sonarsource.api.plugin:sonar-plugin-api:13.4.2.4284=compileClasspath -org.sonarsource.api.plugin:sonar-plugin-api:13.8.0.4399=testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath -org.sonarsource.sonarqube:sonar-plugin-api-impl:26.7.0.123958=testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath -org.sonarsource.sonarqube:sonar-testing-harness:26.7.0.123958=testCompileClasspath,testRuntimeClasspath -org.sonarsource.sslr:sslr-core:1.26.0.4095=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath -org.sonarsource.sslr:sslr-testing-harness:1.26.0.4095=testCompileClasspath,testRuntimeClasspath -org.sonarsource.sslr:sslr-toolkit:1.26.0.4095=testCompileClasspath,testRuntimeClasspath -org.sonarsource.sslr:sslr-xpath:1.26.0.4095=testCompileClasspath,testRuntimeClasspath +org.sonarsource.api.plugin:sonar-plugin-api:13.7.0.4381=testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath +org.sonarsource.sonarqube:sonar-plugin-api-impl:26.6.0.123539=testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath +org.sonarsource.sonarqube:sonar-testing-harness:26.6.0.123539=testCompileClasspath,testRuntimeClasspath +org.sonarsource.sslr:sslr-core:1.25.1.3886=compileClasspath,runtimeClasspath,testCompileClasspath,testFixturesCompileClasspath,testFixturesRuntimeClasspath,testRuntimeClasspath +org.sonarsource.sslr:sslr-testing-harness:1.25.1.3886=testCompileClasspath,testRuntimeClasspath +org.sonarsource.sslr:sslr-toolkit:1.25.1.3886=testCompileClasspath,testRuntimeClasspath +org.sonarsource.sslr:sslr-xpath:1.25.1.3886=testCompileClasspath,testRuntimeClasspath empty=annotationProcessor,testAnnotationProcessor,testFixturesAnnotationProcessor diff --git a/sonar-php-plugin/gradle.lockfile b/sonar-php-plugin/gradle.lockfile index 9ae761429..61ab734db 100644 --- a/sonar-php-plugin/gradle.lockfile +++ b/sonar-php-plugin/gradle.lockfile @@ -4,14 +4,14 @@ ch.qos.logback:logback-classic:1.5.34=testRuntimeClasspath ch.qos.logback:logback-core:1.5.34=testRuntimeClasspath com.fasterxml.woodstox:woodstox-core:7.2.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.github.spotbugs:spotbugs-annotations:4.10.1=testCompileClasspath,testRuntimeClasspath +com.github.spotbugs:spotbugs-annotations:4.9.8=testCompileClasspath,testRuntimeClasspath com.google.code.findbugs:jsr305:3.0.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.google.code.gson:gson:2.14.0=testCompileClasspath,testRuntimeClasspath -com.google.errorprone:error_prone_annotations:2.48.0=testCompileClasspath,testRuntimeClasspath +com.google.code.gson:gson:2.13.2=testCompileClasspath,testRuntimeClasspath +com.google.errorprone:error_prone_annotations:2.41.0=testCompileClasspath,testRuntimeClasspath com.google.guava:guava:10.0.1=testCompileClasspath,testRuntimeClasspath com.googlecode.json-simple:json-simple:1.1.1=testCompileClasspath,testRuntimeClasspath -commons-codec:commons-codec:1.22.0=testCompileClasspath,testRuntimeClasspath -commons-io:commons-io:2.22.0=testCompileClasspath,testRuntimeClasspath +commons-codec:commons-codec:1.21.0=testCompileClasspath,testRuntimeClasspath +commons-io:commons-io:2.21.0=testCompileClasspath,testRuntimeClasspath jakarta.activation:jakarta.activation-api:2.1.4=testCompileClasspath,testRuntimeClasspath jakarta.mail:jakarta.mail-api:2.1.5=testCompileClasspath,testRuntimeClasspath jaxen:jaxen:1.1.4=testCompileClasspath,testRuntimeClasspath @@ -34,7 +34,7 @@ org.jacoco:org.jacoco.agent:0.8.14=jacocoAgent,jacocoAnt org.jacoco:org.jacoco.ant:0.8.14=jacocoAnt org.jacoco:org.jacoco.core:0.8.14=jacocoAnt org.jacoco:org.jacoco.report:0.8.14=jacocoAnt -org.jsoup:jsoup:1.22.2=testCompileClasspath,testRuntimeClasspath +org.jsoup:jsoup:1.22.1=testCompileClasspath,testRuntimeClasspath org.jspecify:jspecify:1.0.0=testCompileClasspath org.junit.jupiter:junit-jupiter-api:6.1.0=testCompileClasspath,testRuntimeClasspath org.junit.jupiter:junit-jupiter-engine:6.1.0=testRuntimeClasspath @@ -53,17 +53,17 @@ org.ow2.asm:asm:9.0=compileClasspath,runtimeClasspath,testCompileClasspath,testR org.ow2.asm:asm:9.9=jacocoAnt org.slf4j:slf4j-api:1.7.30=compileClasspath,testCompileClasspath org.slf4j:slf4j-api:2.0.17=testRuntimeClasspath -org.sonarsource.analyzer-commons:sonar-analyzer-commons:2.25.0.4905=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.sonarsource.analyzer-commons:sonar-analyzer-test-commons:2.25.0.4905=testRuntimeClasspath -org.sonarsource.analyzer-commons:sonar-regex-parsing:2.25.0.4905=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.sonarsource.analyzer-commons:sonar-analyzer-commons:2.24.0.4903=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.sonarsource.analyzer-commons:sonar-analyzer-test-commons:2.24.0.4903=testRuntimeClasspath +org.sonarsource.analyzer-commons:sonar-regex-parsing:2.24.0.4903=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.sonarsource.api.plugin:sonar-plugin-api-test-fixtures:13.4.2.4284=testCompileClasspath,testRuntimeClasspath org.sonarsource.api.plugin:sonar-plugin-api:13.4.2.4284=compileClasspath -org.sonarsource.api.plugin:sonar-plugin-api:13.8.0.4399=testCompileClasspath,testRuntimeClasspath -org.sonarsource.sonarqube:sonar-plugin-api-impl:26.7.0.123958=testCompileClasspath,testRuntimeClasspath -org.sonarsource.sonarqube:sonar-testing-harness:26.7.0.123958=testCompileClasspath,testRuntimeClasspath -org.sonarsource.sslr:sslr-core:1.26.0.4095=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.sonarsource.sslr:sslr-testing-harness:1.26.0.4095=testCompileClasspath,testRuntimeClasspath -org.sonarsource.sslr:sslr-toolkit:1.26.0.4095=testCompileClasspath,testRuntimeClasspath -org.sonarsource.sslr:sslr-xpath:1.26.0.4095=testCompileClasspath,testRuntimeClasspath +org.sonarsource.api.plugin:sonar-plugin-api:13.7.0.4381=testCompileClasspath,testRuntimeClasspath +org.sonarsource.sonarqube:sonar-plugin-api-impl:26.6.0.123539=testCompileClasspath,testRuntimeClasspath +org.sonarsource.sonarqube:sonar-testing-harness:26.6.0.123539=testCompileClasspath,testRuntimeClasspath +org.sonarsource.sslr:sslr-core:1.25.1.3886=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.sonarsource.sslr:sslr-testing-harness:1.25.1.3886=testCompileClasspath,testRuntimeClasspath +org.sonarsource.sslr:sslr-toolkit:1.25.1.3886=testCompileClasspath,testRuntimeClasspath +org.sonarsource.sslr:sslr-xpath:1.25.1.3886=testCompileClasspath,testRuntimeClasspath stax:stax-api:1.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath empty=annotationProcessor,shadow,testAnnotationProcessor