From 6bd85d604ad62fccc7477171b04c44798fa7e2c2 Mon Sep 17 00:00:00 2001 From: Craig Andrews Date: Thu, 27 Feb 2025 13:17:21 -0500 Subject: [PATCH] chore(deps): update plugin name.remal.sonarlint to v5 --- build.gradle.kts | 2 +- gradle.lockfile | 83 ++++++++++++++++++++++++++++++++++++++++-------- 2 files changed, 71 insertions(+), 14 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 832dc63a9..c8c542eac 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -5,7 +5,7 @@ plugins { id("io.spring.dependency-management") version "1.1.7" id("org.springframework.boot") version "3.4.3" id("com.gorylenko.gradle-git-properties") version "2.4.2" - id("name.remal.sonarlint") version "4.2.16" + id("name.remal.sonarlint") version "5.1.5" //id("nebula.lint") version "18.1.0" // this plugin doesn't (currently?) support Gradle kotlin: https://github.com/nebula-plugins/gradle-lint-plugin/issues/166 id("nu.studer.credentials") version "3.0" id("com.github.node-gradle.node") version "7.1.0" diff --git a/gradle.lockfile b/gradle.lockfile index 52d994521..526354ef1 100644 --- a/gradle.lockfile +++ b/gradle.lockfile @@ -16,30 +16,44 @@ com.fasterxml:classmate:1.7.0=compileClasspath,productionRuntimeClasspath,runtim com.github.docker-java:docker-java-api:3.4.1=testCompileClasspath,testRuntimeClasspath com.github.docker-java:docker-java-transport-zerodep:3.4.1=testCompileClasspath,testRuntimeClasspath com.github.docker-java:docker-java-transport:3.4.1=testCompileClasspath,testRuntimeClasspath -com.google.code.findbugs:jsr305:3.0.2=sonarlintCoreClasspath -com.google.code.gson:gson:2.11.0=sonarlintCoreClasspath +com.google.code.findbugs:jsr305:3.0.2=sonarlintCore,sonarlintCoreClasspath +com.google.code.gson:gson:2.11.0=sonarlintCore,sonarlintCoreClasspath com.google.errorprone:error_prone_annotations:2.27.0=sonarlintCoreClasspath +com.google.errorprone:error_prone_annotations:2.36.0=sonarlintCore +com.google.guava:failureaccess:1.0.2=sonarlintCore +com.google.guava:guava:33.4.0-jre=sonarlintCore +com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=sonarlintCore +com.google.j2objc:j2objc-annotations:3.0.0=sonarlintCore com.google.protobuf:protobuf-java:3.25.5=sonarlintCoreClasspath +com.google.protobuf:protobuf-java:4.28.2=sonarlintCore +com.googlecode.javaewah:JavaEWAH:1.2.3=sonarlintCore com.jayway.jsonpath:json-path:2.9.0=testCompileClasspath,testRuntimeClasspath com.opencsv:opencsv:5.9=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.sun.istack:istack-commons-runtime:4.1.2=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath com.vaadin.external.google:android-json:0.0.20131108.vaadin1=testCompileClasspath,testRuntimeClasspath com.zaxxer:HikariCP:5.1.0=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +commons-codec:commons-codec:1.17.2=sonarlintCore commons-io:commons-io:2.15.1=sonarlintCoreClasspath commons-io:commons-io:2.16.1=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.micrometer:micrometer-commons:1.14.4=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testAndDevelopmentOnly,testCompileClasspath,testRuntimeClasspath +commons-io:commons-io:2.18.0=sonarlintCore +commons-lang:commons-lang:2.6=sonarlintCore +io.github.hakky54:sslcontext-kickstart:9.0.0=sonarlintCore +io.github.microutils:kotlin-logging:1.7.9=sonarlintCore +io.micrometer:micrometer-commons:1.14.4=compileClasspath,productionRuntimeClasspath,runtimeClasspath,sonarlintCore,testAndDevelopmentOnly,testCompileClasspath,testRuntimeClasspath io.micrometer:micrometer-core:1.14.4=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath io.micrometer:micrometer-jakarta9:1.14.4=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -io.micrometer:micrometer-observation:1.14.4=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testAndDevelopmentOnly,testCompileClasspath,testRuntimeClasspath +io.micrometer:micrometer-observation:1.14.4=compileClasspath,productionRuntimeClasspath,runtimeClasspath,sonarlintCore,testAndDevelopmentOnly,testCompileClasspath,testRuntimeClasspath +io.sentry:sentry:8.0.0=sonarlintCore io.smallrye:jandex:3.2.0=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath jakarta.activation:jakarta.activation-api:2.1.3=productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -jakarta.annotation:jakarta.annotation-api:2.1.1=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +jakarta.annotation:jakarta.annotation-api:2.1.1=compileClasspath,productionRuntimeClasspath,runtimeClasspath,sonarlintCore,testCompileClasspath,testRuntimeClasspath jakarta.el:jakarta.el-api:4.0.0=sonarlintCoreClasspath -jakarta.inject:jakarta.inject-api:2.0.1=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath +jakarta.inject:jakarta.inject-api:2.0.1=productionRuntimeClasspath,runtimeClasspath,sonarlintCore,testRuntimeClasspath jakarta.persistence:jakarta.persistence-api:3.1.0=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath jakarta.transaction:jakarta.transaction-api:2.0.1=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath jakarta.validation:jakarta.validation-api:3.0.2=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath jakarta.xml.bind:jakarta.xml.bind-api:4.0.2=productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +javax.annotation:javax.annotation-api:1.3.2=sonarlintCore javax.xml.bind:jaxb-api:2.3.1=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath junit:junit:4.13.2=testCompileClasspath,testRuntimeClasspath net.bytebuddy:byte-buddy-agent:1.15.11=testCompileClasspath,testRuntimeClasspath @@ -53,8 +67,13 @@ org.antlr:antlr4-runtime:4.13.0=compileClasspath,productionRuntimeClasspath,runt org.apache.commons:commons-collections4:4.4=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.apache.commons:commons-compress:1.24.0=testCompileClasspath,testRuntimeClasspath org.apache.commons:commons-compress:1.26.0=sonarlintCoreClasspath -org.apache.commons:commons-lang3:3.17.0=compileClasspath,productionRuntimeClasspath,runtimeClasspath,sonarlintCoreClasspath,testCompileClasspath,testRuntimeClasspath +org.apache.commons:commons-compress:1.27.1=sonarlintCore +org.apache.commons:commons-csv:1.13.0=sonarlintCore +org.apache.commons:commons-lang3:3.17.0=compileClasspath,productionRuntimeClasspath,runtimeClasspath,sonarlintCore,sonarlintCoreClasspath,testCompileClasspath,testRuntimeClasspath org.apache.commons:commons-text:1.12.0=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.apache.httpcomponents.client5:httpclient5:5.4.2=sonarlintCore +org.apache.httpcomponents.core5:httpcore5-h2:5.3.3=sonarlintCore +org.apache.httpcomponents.core5:httpcore5:5.3.3=sonarlintCore org.apache.logging.log4j:log4j-api:2.24.3=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.apache.logging.log4j:log4j-to-slf4j:2.24.3=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.apache.tomcat.embed:tomcat-embed-core:10.1.36=compileClasspath,productionRuntimeClasspath,runtimeClasspath,sonarlintCoreClasspath,testCompileClasspath,testRuntimeClasspath @@ -66,9 +85,14 @@ org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath org.aspectj:aspectjweaver:1.9.22.1=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.assertj:assertj-core:3.26.3=testCompileClasspath,testRuntimeClasspath org.awaitility:awaitility:4.2.2=testCompileClasspath,testRuntimeClasspath +org.checkerframework:checker-qual:3.43.0=sonarlintCore org.checkerframework:checker-qual:3.48.3=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath +org.codehaus.sonar:sonar-channel:4.2=sonarlintCore +org.codehaus.sonar:sonar-classloader:1.0=sonarlintCore org.codehaus.woodstox:stax2-api:4.2.1=sonarlintCoreClasspath org.eclipse.angus:angus-activation:2.0.2=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath +org.eclipse.jgit:org.eclipse.jgit:6.9.0.202403050737-r=sonarlintCore +org.eclipse.lsp4j:org.eclipse.lsp4j.jsonrpc:0.22.0=sonarlintCore org.glassfish.jaxb:jaxb-core:4.0.5=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath org.glassfish.jaxb:jaxb-runtime:4.0.5=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath org.glassfish.jaxb:txw2:4.0.5=productionRuntimeClasspath,runtimeClasspath,testRuntimeClasspath @@ -85,7 +109,16 @@ org.jacoco:org.jacoco.ant:0.8.12=jacocoAnt org.jacoco:org.jacoco.core:0.8.12=jacocoAnt org.jacoco:org.jacoco.report:0.8.12=jacocoAnt org.jboss.logging:jboss-logging:3.6.1.Final=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +org.jetbrains.kotlin:kotlin-stdlib-common:1.9.25=sonarlintCore +org.jetbrains.kotlin:kotlin-stdlib:1.9.25=sonarlintCore +org.jetbrains.xodus:xodus-compress:2.0.1=sonarlintCore +org.jetbrains.xodus:xodus-entity-store:2.0.1=sonarlintCore +org.jetbrains.xodus:xodus-environment:2.0.1=sonarlintCore +org.jetbrains.xodus:xodus-openAPI:2.0.1=sonarlintCore +org.jetbrains.xodus:xodus-utils:2.0.1=sonarlintCore +org.jetbrains.xodus:xodus-vfs:2.0.1=sonarlintCore org.jetbrains:annotations:17.0.0=testCompileClasspath,testRuntimeClasspath +org.jetbrains:annotations:19.0.0=sonarlintCore org.junit.jupiter:junit-jupiter-api:5.11.4=testCompileClasspath,testRuntimeClasspath org.junit.jupiter:junit-jupiter-engine:5.11.4=testRuntimeClasspath org.junit.jupiter:junit-jupiter-params:5.11.4=testCompileClasspath,testRuntimeClasspath @@ -116,7 +149,11 @@ org.sonarsource.analyzer-commons:sonar-analyzer-recognizers:2.14.0.3087=sonarlin org.sonarsource.analyzer-commons:sonar-performance-measure:2.14.0.3087=sonarlintCoreClasspath org.sonarsource.analyzer-commons:sonar-regex-parsing:2.14.0.3087=sonarlintCoreClasspath org.sonarsource.analyzer-commons:sonar-xml-parsing:2.14.0.3087=sonarlintCoreClasspath +org.sonarsource.api.plugin:sonar-plugin-api:11.1.0.2693=sonarlintCore +org.sonarsource.git.blame:git-files-blame:1.1.0.1835=sonarlintCore org.sonarsource.html:sonar-html-plugin:3.16.0.5274=sonarlintCoreClasspath +org.sonarsource.html:sonar-html-plugin:3.18.0.5605=sonarlintCorePlugins +org.sonarsource.iac:sonar-iac-plugin:1.43.0.14517=sonarlintCorePlugins org.sonarsource.java:check-list:8.6.0.37351=sonarlintCoreClasspath org.sonarsource.java:external-reports:8.6.0.37351=sonarlintCoreClasspath org.sonarsource.java:java-checks-aws:8.6.0.37351=sonarlintCoreClasspath @@ -126,18 +163,38 @@ org.sonarsource.java:java-frontend:8.6.0.37351=sonarlintCoreClasspath org.sonarsource.java:java-jsp:8.6.0.37351=sonarlintCoreClasspath org.sonarsource.java:java-surefire:8.6.0.37351=sonarlintCoreClasspath org.sonarsource.java:jdt-package:1.3.0.89=sonarlintCoreClasspath +org.sonarsource.java:sonar-java-plugin:8.10.0.38194=sonarlintCorePlugins org.sonarsource.java:sonar-java-plugin:8.6.0.37351=sonarlintCoreClasspath +org.sonarsource.java:sonar-java-symbolic-execution-plugin:8.10.0.38194=sonarlintCorePlugins org.sonarsource.javascript:api:10.16.0.27621=sonarlintCoreClasspath org.sonarsource.javascript:bridge:10.16.0.27621=sonarlintCoreClasspath org.sonarsource.javascript:css:10.16.0.27621=sonarlintCoreClasspath org.sonarsource.javascript:javascript-checks:10.16.0.27621=sonarlintCoreClasspath org.sonarsource.javascript:sonar-javascript-plugin:10.16.0.27621=sonarlintCoreClasspath +org.sonarsource.javascript:sonar-javascript-plugin:10.21.0.30473=sonarlintCorePlugins org.sonarsource.kotlin:sonar-kotlin-plugin:2.20.0.4382=sonarlintCoreClasspath +org.sonarsource.kotlin:sonar-kotlin-plugin:2.23.0.6359=sonarlintCorePlugins org.sonarsource.slang:sonar-ruby-plugin:1.17.1.134=sonarlintCoreClasspath org.sonarsource.slang:sonar-scala-plugin:1.17.1.166=sonarlintCoreClasspath -org.sonarsource.sonarlint.core:sonarlint-core:9.8.0.76914=sonarlintCore,sonarlintCoreClasspath +org.sonarsource.slang:sonar-scala-plugin:1.18.0.266=sonarlintCorePlugins +org.sonarsource.sonarlint.core:sonarlint-analysis-engine:10.15.0.80289=sonarlintCore +org.sonarsource.sonarlint.core:sonarlint-commons:10.15.0.80289=sonarlintCore +org.sonarsource.sonarlint.core:sonarlint-core:10.15.0.80289=sonarlintCore +org.sonarsource.sonarlint.core:sonarlint-core:9.8.0.76914=sonarlintCoreClasspath +org.sonarsource.sonarlint.core:sonarlint-http:10.15.0.80289=sonarlintCore +org.sonarsource.sonarlint.core:sonarlint-plugin-api:10.15.0.80289=sonarlintCore +org.sonarsource.sonarlint.core:sonarlint-plugin-commons:10.15.0.80289=sonarlintCore +org.sonarsource.sonarlint.core:sonarlint-rpc-protocol:10.15.0.80289=sonarlintCore +org.sonarsource.sonarlint.core:sonarlint-rule-extractor:10.15.0.80289=sonarlintCore +org.sonarsource.sonarlint.core:sonarlint-server-api:10.15.0.80289=sonarlintCore +org.sonarsource.sonarlint.core:sonarlint-server-connection:10.15.0.80289=sonarlintCore +org.sonarsource.sonarlint.core:sonarlint-telemetry:10.15.0.80289=sonarlintCore +org.sonarsource.sonarqube:sonar-markdown:9.4.0.54424=sonarlintCore +org.sonarsource.sonarqube:sonar-scanner-protocol:9.9.0.65466=sonarlintCore org.sonarsource.sslr:sslr-core:1.24.0.633=sonarlintCoreClasspath +org.sonarsource.text:sonar-text-plugin:2.21.0.5225=sonarlintCorePlugins org.sonarsource.xml:sonar-xml-plugin:2.11.0.5671=sonarlintCoreClasspath +org.sonarsource.xml:sonar-xml-plugin:2.12.0.5749=sonarlintCorePlugins org.springframework.boot:spring-boot-actuator-autoconfigure:3.4.3=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.springframework.boot:spring-boot-actuator:3.4.3=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.springframework.boot:spring-boot-autoconfigure:3.4.3=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testAndDevelopmentOnly,testCompileClasspath,testRuntimeClasspath @@ -166,12 +223,12 @@ org.springframework.security:spring-security-test:6.4.3=testCompileClasspath,tes org.springframework.security:spring-security-web:6.4.3=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.springframework.session:spring-session-core:3.4.2=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.springframework.session:spring-session-jdbc:3.4.2=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.springframework:spring-aop:6.2.3=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testAndDevelopmentOnly,testCompileClasspath,testRuntimeClasspath +org.springframework:spring-aop:6.2.3=compileClasspath,productionRuntimeClasspath,runtimeClasspath,sonarlintCore,testAndDevelopmentOnly,testCompileClasspath,testRuntimeClasspath org.springframework:spring-aspects:6.2.3=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -org.springframework:spring-beans:6.2.3=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testAndDevelopmentOnly,testCompileClasspath,testRuntimeClasspath -org.springframework:spring-context:6.2.3=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testAndDevelopmentOnly,testCompileClasspath,testRuntimeClasspath -org.springframework:spring-core:6.2.3=compileClasspath,productionRuntimeClasspath,runtimeClasspath,sonarlintCoreClasspath,testAndDevelopmentOnly,testCompileClasspath,testRuntimeClasspath -org.springframework:spring-expression:6.2.3=compileClasspath,productionRuntimeClasspath,runtimeClasspath,sonarlintCoreClasspath,testAndDevelopmentOnly,testCompileClasspath,testRuntimeClasspath +org.springframework:spring-beans:6.2.3=compileClasspath,productionRuntimeClasspath,runtimeClasspath,sonarlintCore,testAndDevelopmentOnly,testCompileClasspath,testRuntimeClasspath +org.springframework:spring-context:6.2.3=compileClasspath,productionRuntimeClasspath,runtimeClasspath,sonarlintCore,testAndDevelopmentOnly,testCompileClasspath,testRuntimeClasspath +org.springframework:spring-core:6.2.3=compileClasspath,productionRuntimeClasspath,runtimeClasspath,sonarlintCore,sonarlintCoreClasspath,testAndDevelopmentOnly,testCompileClasspath,testRuntimeClasspath +org.springframework:spring-expression:6.2.3=compileClasspath,productionRuntimeClasspath,runtimeClasspath,sonarlintCore,sonarlintCoreClasspath,testAndDevelopmentOnly,testCompileClasspath,testRuntimeClasspath org.springframework:spring-jcl:6.2.3=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testAndDevelopmentOnly,testCompileClasspath,testRuntimeClasspath org.springframework:spring-jdbc:6.2.3=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath org.springframework:spring-orm:6.2.3=compileClasspath,productionRuntimeClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath