Skip to content

Commit

Permalink
chore: dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Nov 22, 2024
1 parent c5ef5c6 commit 009aa6e
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,6 @@ tasks.withType(JavaCompile) {
options.compilerArgs.add("-parameters")
}

configurations.all {
resolutionStrategy {
// micronaut bom import version not compatible with google one
force("com.google.protobuf:protobuf-java:3.25.3")
force("com.google.protobuf:protobuf-java-util:3.25.3")
}
}

dependencies {
// Platform
annotationProcessor enforcedPlatform("io.kestra:platform:$kestraVersion")
Expand Down Expand Up @@ -69,7 +61,7 @@ dependencies {
// libs
implementation group: 'dev.failsafe', name: 'failsafe'

api platform('com.google.cloud:libraries-bom:26.47.0')
api platform('com.google.cloud:libraries-bom:26.50.0')
api 'com.google.cloud:google-cloud-storage'
api 'com.google.cloud:google-cloud-bigquery'
api 'com.google.cloud:google-cloud-bigquerystorage'
Expand Down

0 comments on commit 009aa6e

Please sign in to comment.