diff --git a/build-conventions-secant/gradle.lockfile b/build-conventions-secant/gradle.lockfile index a2626f36..ace8422b 100644 --- a/build-conventions-secant/gradle.lockfile +++ b/build-conventions-secant/gradle.lockfile @@ -69,7 +69,7 @@ commons-codec:commons-codec:1.11=runtimeClasspath commons-io:commons-io:2.4=runtimeClasspath commons-logging:commons-logging:1.2=runtimeClasspath io.github.detekt.sarif4k:sarif4k:0.0.1=runtimeClasspath -io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.21.0=compileClasspath,runtimeClasspath +io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.22.0=compileClasspath,runtimeClasspath io.grpc:grpc-api:1.39.0=runtimeClasspath io.grpc:grpc-context:1.39.0=runtimeClasspath io.grpc:grpc-core:1.39.0=runtimeClasspath diff --git a/buildscript-gradle.lockfile b/buildscript-gradle.lockfile index 6c1d31f7..1de7345d 100644 --- a/buildscript-gradle.lockfile +++ b/buildscript-gradle.lockfile @@ -76,7 +76,7 @@ commons-io:commons-io:2.4=classpath commons-logging:commons-logging:1.2=classpath io.github.detekt.sarif4k:sarif4k:0.0.1=classpath io.github.x-stream:mxparser:1.2.1=classpath -io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.21.0=classpath +io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.22.0=classpath io.gitlab.arturbosch.detekt:io.gitlab.arturbosch.detekt.gradle.plugin:1.19.0=classpathCopy io.gitlab.arturbosch.detekt:io.gitlab.arturbosch.detekt.gradle.plugin:1.20.0=classpathCopy2 io.grpc:grpc-api:1.39.0=classpath diff --git a/gradle.properties b/gradle.properties index 5381d836..8656ddaf 100644 --- a/gradle.properties +++ b/gradle.properties @@ -103,7 +103,7 @@ ANDROID_COMPILE_SDK_VERSION=33 ANDROID_NDK_VERSION=23.0.7599858 ANDROID_GRADLE_PLUGIN_VERSION=7.4.0 -DETEKT_VERSION=1.21.0 +DETEKT_VERSION=1.22.0 EMULATOR_WTF_GRADLE_PLUGIN_VERSION=0.0.15 FLANK_VERSION=23.01.0 FULLADLE_VERSION=0.17.4