diff --git a/build.gradle b/build.gradle index 54b4bc0..6d1d02b 100755 --- a/build.gradle +++ b/build.gradle @@ -25,8 +25,8 @@ buildscript { plugins { id 'java-library' id 'maven-publish' - id 'net.ltgt.errorprone' version '3.0.1' - id 'com.github.spotbugs' version '5.0.13' + id 'net.ltgt.errorprone' version '3.1.0' + id 'com.github.spotbugs' version '5.0.14' } repositories { @@ -119,7 +119,7 @@ dependencies { proguardHack(fg.deobf("me.shedaniel.cloth:cloth-config-forge:${project.cloth_config_version}")) // NullAway - annotationProcessor "com.uber.nullaway:nullaway:0.10.10" + annotationProcessor "com.uber.nullaway:nullaway:0.10.11" // JetBrains null annotations compileOnly "org.jetbrains:annotations:24.0.1" @@ -130,9 +130,9 @@ dependencies { proguardHack "com.github.spotbugs:spotbugs-annotations:4.7.3" // Error Prone - errorprone "com.google.errorprone:error_prone_core:2.18.0" - compileOnly "com.google.errorprone:error_prone_annotations:2.18.0" - proguardHack "com.google.errorprone:error_prone_annotations:2.18.0" + errorprone "com.google.errorprone:error_prone_core:2.20.0" + compileOnly "com.google.errorprone:error_prone_annotations:2.20.0" + proguardHack "com.google.errorprone:error_prone_annotations:2.20.0" } jar.finalizedBy('reobfJar') diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index 943f0cb..afba109 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 5083229..4e86b92 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-7.6.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.6.2-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/settings.gradle b/settings.gradle index e842943..0314ee9 100755 --- a/settings.gradle +++ b/settings.gradle @@ -9,7 +9,7 @@ pluginManagement { } plugins { - id "com.gradle.enterprise" version "3.12.5" + id "com.gradle.enterprise" version "3.14" } gradleEnterprise {