From 14bd564210bed6dbb1fee1fae357d3cdfb443b15 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 07:50:01 +0000 Subject: [PATCH] fix(deps): update immutables to v2.10.0 --- sigstore-java/build.gradle.kts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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")