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

This commit is contained in:
Renovate Bot 2024-12-04 21:05:25 +00:00
parent f85c2b6df2
commit 543b00713e

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.29.0")
implementation("com.google.protobuf:protobuf-java:4.29.1")
}