Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump grpcVersion from 1.69.0 to 1.69.1 #833

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ buildscript {
springSecurityOauth2AutoconfigureVersion = '2.6.8'
mariadbJdbcVersion = '2.7.12' // Bumping to v3 breaks some pipeline jobs, so pinning to v2 for now. v2 (current version) is stable and will be supported until about September 2025 (https://mariadb.com/kb/en/about-mariadb-connector-j/).
snakeyamlVersion = '2.3'
grpcVersion = '1.69.0'
grpcVersion = '1.69.1'
// We need to stay with protobuf-java & protoc 3.25.x as the latest
// grpc still depends on protobuf-java & protoc 3.25.x. Once we
// bump grpc to version that depnds on protobuf-java & protoc to 4.x.x,
Expand Down
Loading