diff --git a/build.gradle b/build.gradle index 45316d5..c1970b7 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ dependencies { errorprone 'com.google.errorprone:error_prone_core:2.36.0' - errorprone 'com.uber.nullaway:nullaway:0.12.3' + errorprone 'com.uber.nullaway:nullaway:0.12.4' compileOnly 'org.jspecify:jspecify:1.0.0' @@ -41,8 +41,8 @@ testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' - testImplementation("org.mockito:mockito-core:5.14.2") - testImplementation("org.mockito:mockito-junit-jupiter:5.14.2") + testImplementation("org.mockito:mockito-core:5.16.0") + testImplementation("org.mockito:mockito-junit-jupiter:5.16.0") } test { diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index a4b76b9..9bbc975 100644 --- a/gradle/wrapper/gradle-wrapper.jar +++ b/gradle/wrapper/gradle-wrapper.jar Binary files differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e18bc25..37f853b 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/gradlew b/gradlew index f3b75f3..faf9300 100755 --- a/gradlew +++ b/gradlew @@ -205,7 +205,7 @@ DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' # Collect all arguments for the java command: -# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments, +# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments, # and any embedded shellness will be escaped. # * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be # treated as '${Hostname}' itself on the command line.