Skip to content

Commit

Permalink
fix(deps): update immutables to v2.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 4, 2024
1 parent 1f0640f commit 88ad053
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sigstore-java/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ plugins {
description = "A Java client for signing and verifying using Sigstore"

dependencies {
compileOnly("org.immutables:gson:2.10.0")
compileOnly("org.immutables:value-annotations:2.10.0")
annotationProcessor("org.immutables:value:2.10.0")
compileOnly("org.immutables:gson:2.10.1")
compileOnly("org.immutables:value-annotations:2.10.1")
annotationProcessor("org.immutables:value:2.10.1")

implementation(platform("com.google.http-client:google-http-client-bom:1.44.1"))
implementation("com.google.http-client:google-http-client-apache-v2")
Expand Down

0 comments on commit 88ad053

Please sign in to comment.