diff --git a/sigstore-java/build.gradle.kts b/sigstore-java/build.gradle.kts index 661c0687..d7360ffc 100644 --- a/sigstore-java/build.gradle.kts +++ b/sigstore-java/build.gradle.kts @@ -10,9 +10,9 @@ plugins { description = "A Java client for signing and verifying using Sigstore" dependencies { - compileOnly("org.immutables:gson:2.9.3") - compileOnly("org.immutables:value-annotations:2.9.3") - annotationProcessor("org.immutables:value:2.9.3") + compileOnly("org.immutables:gson:2.10.0") + compileOnly("org.immutables:value-annotations:2.10.0") + annotationProcessor("org.immutables:value:2.10.0") implementation(platform("com.google.http-client:google-http-client-bom:1.43.3")) implementation("com.google.http-client:google-http-client-apache-v2")