Update graphics-path dependencies

The appcompat dependency wasn't necessary, upgrade other depdendencies
to more recent versions.

Test: PathIteratorTest
RelNote: N/A
Change-Id: If60be8de0aaafb2f76f3d8ac741a15b0a4772216
diff --git a/graphics/graphics-path/build.gradle b/graphics/graphics-path/build.gradle
index 05efb84..7c3c7b9 100644
--- a/graphics/graphics-path/build.gradle
+++ b/graphics/graphics-path/build.gradle
@@ -25,12 +25,11 @@
 dependencies {
     api(libs.kotlinStdlib)
 
-    implementation('androidx.appcompat:appcompat:1.6.1')
     implementation(project(':core:core'))
 
-    androidTestImplementation("androidx.annotation:annotation:1.4.0")
-    androidTestImplementation("androidx.core:core-ktx:1.8.0")
-    androidTestImplementation("androidx.test:core:1.4.0@aar")
+    androidTestImplementation("androidx.annotation:annotation:1.7.0")
+    androidTestImplementation("androidx.core:core-ktx:1.12.0")
+    androidTestImplementation("androidx.test:core:1.5.0@aar")
     androidTestImplementation(libs.testExtJunit)
     androidTestImplementation(libs.testCore)
     androidTestImplementation(libs.testRunner)