Skip to content

Commit

Permalink
chore: dependency-upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
loicmathieu committed Apr 9, 2024
1 parent c885936 commit 58a2a00
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ plugins {
id "com.adarshr.test-logger" version "4.0.0"
id "com.github.johnrengelman.shadow" version "8.1.1"
id 'ru.vyarus.java-lib' version '2.4.0'
id 'ru.vyarus.github-info' version '1.5.0'
id 'ru.vyarus.github-info' version '2.0.0'
id 'signing'
id "io.github.gradle-nexus.publish-plugin" version "1.3.0"
id "io.github.gradle-nexus.publish-plugin" version "2.0.0"
id "com.github.ben-manes.versions" version "0.51.0"
id 'net.researchgate.release' version '3.0.2'
}
Expand Down Expand Up @@ -36,8 +36,8 @@ tasks.withType(JavaCompile) {
configurations.all {
resolutionStrategy {
// micronaut bom import version not compatible with google one
force("com.google.protobuf:protobuf-java:3.25.2")
force("com.google.protobuf:protobuf-java-util:3.25.2")
force("com.google.protobuf:protobuf-java:3.25.3")
force("com.google.protobuf:protobuf-java-util:3.25.3")
}
}

Expand All @@ -59,7 +59,7 @@ dependencies {
compileOnly group: "io.kestra", name: "core", version: kestraVersion

// libs
api platform('com.google.cloud:libraries-bom:26.33.0')
api platform('com.google.cloud:libraries-bom:26.37.0')
api 'com.google.cloud:google-cloud-storage'
}

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=0.16.0-SNAPSHOT
kestraVersion=[0.16,)
micronautVersion=4.3.4
lombokVersion=1.18.30
micronautVersion=4.3.7
lombokVersion=1.18.32

0 comments on commit 58a2a00

Please sign in to comment.