diff --git a/build.gradle.kts b/build.gradle.kts index c5489f3..d1cf4c1 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -135,6 +135,6 @@ kotlin { } tasks.wrapper { distributionType = Wrapper.DistributionType.ALL - gradleVersion = "9.5.0" - distributionSha256Sum = "a3c4ba4aca8f0075688b9c5b18939fd28e8cb4357c227da5c1d9f38343791439" + gradleVersion = "9.5.1" + distributionSha256Sum = "c72fb9991f6025cbe337d52ba77e531b3faf62bdd3e348fe1ccee9f51c71adb0" } \ No newline at end of file diff --git a/gradle.lockfile b/gradle.lockfile index 4ebf8ae..5401800 100644 --- a/gradle.lockfile +++ b/gradle.lockfile @@ -29,19 +29,19 @@ com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=test com.google.j2objc:j2objc-annotations:1.3=testCompileClasspath,testRuntimeClasspath com.googlecode.javaewah:JavaEWAH:1.1.12=testCompileClasspath,testRuntimeClasspath com.googlecode.libphonenumber:libphonenumber:8.11.1=testCompileClasspath,testRuntimeClasspath -com.gradle.develocity:com.gradle.develocity.gradle.plugin:4.4.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.gradle.develocity:com.gradle.develocity.gradle.plugin:4.4.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.gradle.publish:plugin-publish-plugin:2.1.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.gradle:develocity-gradle-plugin:4.4.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.gradle:develocity-gradle-plugin:4.4.2=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.jayway.jsonpath:json-path:2.7.0=testCompileClasspath,testRuntimeClasspath com.jcraft:jzlib:1.1.2=runtimeClasspath com.jcraft:jzlib:1.1.3=testCompileClasspath,testRuntimeClasspath com.lmax:disruptor:3.4.4=testCompileClasspath,testRuntimeClasspath com.netflix.nebula:gradle-contacts-plugin:8.1.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.netflix.nebula:gradle-dependency-lock-plugin:17.0.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.netflix.nebula:gradle-dependency-lock-plugin:17.1.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.netflix.nebula:gradle-info-plugin:16.2.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.netflix.nebula:gradle-java-cross-compile-plugin:8.0.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath -com.netflix.nebula:nebula-archrules-core:1.1.0=runtimeClasspath,testRuntimeClasspath -com.netflix.nebula:nebula-archrules-gradle-plugin:1.1.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath +com.netflix.nebula:nebula-archrules-core:1.1.1=runtimeClasspath,testRuntimeClasspath +com.netflix.nebula:nebula-archrules-gradle-plugin:1.1.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.netflix.nebula:nebula-dependencies-comparison:0.2.1=runtimeClasspath,testRuntimeClasspath com.netflix.nebula:nebula-gradle-interop:3.1.0=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath com.netflix.nebula:nebula-oss-publishing-plugin:4.1.1=compileClasspath,runtimeClasspath,testCompileClasspath,testRuntimeClasspath diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index fd771c8..81ba9e8 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,7 +1,7 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionSha256Sum=a3c4ba4aca8f0075688b9c5b18939fd28e8cb4357c227da5c1d9f38343791439 -distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-all.zip +distributionSha256Sum=c72fb9991f6025cbe337d52ba77e531b3faf62bdd3e348fe1ccee9f51c71adb0 +distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-all.zip networkTimeout=10000 retries=0 retryBackOffMs=500