Skip to content

Commit

Permalink
update libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Otto committed Feb 13, 2024
1 parent bcad742 commit eda96d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/meta-plugins/platform/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ javaPlatform {
}

dependencies {
val springBootVersion = "3.1.4"
val grpcVersion = "1.58.0"
val springBootVersion = "3.2.2"
val grpcVersion = "1.61.1"

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

constraints {
api("com.google.ortools:ortools-java:9.7.2996")
api("com.google.ortools:ortools-java:9.8.3296")
api("com.google.protobuf:protobuf-gradle-plugin:0.9.4")
api("io.grpc:grpc-netty:$grpcVersion")
api("io.grpc:grpc-protobuf:$grpcVersion")
Expand Down

0 comments on commit eda96d2

Please sign in to comment.