diff --git a/build.gradle b/build.gradle index 7ada154c..a0d9bb03 100644 --- a/build.gradle +++ b/build.gradle @@ -71,7 +71,7 @@ configure(subprojects.findAll { !it.name.startsWith("examples/") }) { mavenBom 'org.junit:junit-bom:5.5.2' mavenBom org.springframework.boot.gradle.plugin.SpringBootPlugin.BOM_COORDINATES mavenBom 'org.testcontainers:testcontainers-bom:1.12.3' - mavenBom 'io.grpc:grpc-bom:1.24.0' + mavenBom 'io.grpc:grpc-bom:1.24.1' mavenBom 'com.google.protobuf:protobuf-bom:3.10.0' }