Skip to content

Commit

Permalink
update spring dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Otto committed Jun 7, 2024
1 parent 976b353 commit 88ceb41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions gradle/meta-plugins/platform/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ javaPlatform {
}

dependencies {
val springBootVersion = "3.2.2"
val springBootVersion = "3.3.0"
val grpcVersion = "1.64.0"

api(platform("org.springframework.cloud:spring-cloud-dependencies:2023.0.0"))
api(platform("org.springframework.cloud:spring-cloud-dependencies:2023.0.2"))
api(platform("org.springframework.boot:spring-boot-dependencies:$springBootVersion"))
api("io.projectreactor:reactor-core")

Expand Down
4 changes: 2 additions & 2 deletions grpc-client/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ dependencies {

protobuf {
protoc {
artifact = "com.google.protobuf:protoc:3.23.4"
artifact = "com.google.protobuf:protoc:3.25.3"
}
plugins {
id("grpc") {
artifact = "io.grpc:protoc-gen-grpc-java:1.57.1"
artifact = "io.grpc:protoc-gen-grpc-java:1.64.0"
}
}
generateProtoTasks {
Expand Down

0 comments on commit 88ceb41

Please sign in to comment.