Update dependency com.google.protobuf:protobuf-java to v4.29.0

This commit is contained in:
Renovate Bot 2024-11-27 22:05:27 +00:00
parent 66fcf88535
commit 415a2aca72

View File

@ -21,5 +21,5 @@ dependencies {
}
implementation("com.azure:azure-ai-openai:1.0.0-beta.12")
implementation("ch.qos.logback:logback-classic:1.5.12")
implementation("com.google.protobuf:protobuf-java:4.28.3")
implementation("com.google.protobuf:protobuf-java:4.29.0")
}