diff --git a/build.gradle b/build.gradle index c4faad3f8..d61e0ee1f 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id "java-library" id "org.sonarqube" version "6.2.0.5505" - id 'com.github.spotbugs' version '6.1.12' + id 'com.github.spotbugs' version '6.1.13' id "com.diffplug.spotless" version "7.0.4" id 'io.github.gradle-nexus.publish-plugin' version '2.0.0' } diff --git a/components/bundle/android/build.gradle b/components/bundle/android/build.gradle index 38f4b2ca8..fbd1cd4ea 100644 --- a/components/bundle/android/build.gradle +++ b/components/bundle/android/build.gradle @@ -10,7 +10,7 @@ buildscript { dependencies { classpath "com.gradle:gradle-enterprise-gradle-plugin:3.19.2" - classpath "com.android.tools.build:gradle:8.10.0" + classpath "com.android.tools.build:gradle:8.10.1" classpath "com.github.ben-manes:gradle-versions-plugin:0.52.0" } }