Skip to content

Commit

Permalink
Merge pull request #1656 from navikt/dependabot/gradle/com.google.clo…
Browse files Browse the repository at this point in the history
…ud-libraries-bom-26.31.0

Bump com.google.cloud:libraries-bom from 26.30.0 to 26.31.0
  • Loading branch information
hestad authored Feb 1, 2024
2 parents 8152b19 + 35f3f1b commit e9072b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datapakker/soknad/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tasks.named<Jar>("jar") {
}

dependencies {
implementation(platform("com.google.cloud:libraries-bom:26.30.0"))
implementation(platform("com.google.cloud:libraries-bom:26.31.0"))
implementation("com.google.cloud:google-cloud-bigquery")
implementation(project(":common:domain"))
implementation(project(":common:infrastructure"))
Expand Down

0 comments on commit e9072b5

Please sign in to comment.